Download and Install wireshark version 1.0.3 on Mac OS X
Saturday the 11th of October, 2008

    wireshark  most recent diff


    version 1.0.3

      View the most recent changes for the wireshark port at: wireshark.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for wireshark.
      The raw portfile for wireshark 1.0.3 is located here:
      http://wireshark.darwinports.com/dports/net/wireshark/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/wireshark
      Google
      Web Darwinports.com



      # $Id: Portfile 39773 2008-09-04 15:29:22Z ricci macports.org $

      PortSystem 1.0
      Name: wireshark
      Version: 1.0.3
      revision 0
      Category: net
      Maintainers: opendarwin.org darkart.com
      Description: Graphical network analyzer and capture tool
      Homepage: http://wireshark.org/
      Platform: darwin

      Long Description: A network analyzer that lets you capture and interactively browse Ethernet frames. Packet data can be read from a file, or live from a local network interface.

      master_sites http://www.wireshark.org/download/src/ http://www.wireshark.org/download/src/all-versions/

      checksums md5 1f9bacf6df9150a8dd8fe862a4be27a8 sha1 4094c2ce9f49730e640b677ebb57dc33427e4517 rmd160 02714cf78ddc8aefb3506509ceb31d35b4402686

      use_bzip2 yes

      depends_lib port:glib2 port:gtk2 port:openssl port:libpcap port:zlib

      configure.args --enable-gtk2 --with-net-snmp=no --with-ucd-snmp=no --disable-usr-local --without-adns --without-pcre --disable-ipv6 --with-pcap=${prefix} --with-ssl=${prefix} --with-zlib=${prefix} --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info --without-portaudio --disable-warnings-as-errors

      configure.ldflags-append "-Wl,-search_paths_first"

      platform darwin 6 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.2
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.2
      }

      platform darwin 7 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
      }

      platform darwin 8 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
      }

      platform darwin 9 {
      build.env-append MACOSX_DEPLOYMENT_TARGET=10.5
      configure.env-append MACOSX_DEPLOYMENT_TARGET=10.5
      }

      Variant: adns {
      configure.args-append --with-adns=${prefix}
      configure.args-delete --without-adns
      depends_lib-append port:adns
      }

      Variant: gnutls {
      configure.args-append --with-libgnutls-prefix=${prefix}
      depends_lib-append port:gnutls
      }

      Variant: libgcrypt {
      configure.args-append --with-libgcrypt-prefix=${prefix}
      depends_lib-append port:libgcrypt
      }

      Variant: ipv6 {
      configure.args-append --enable-ipv6
      configure.args-delete --disable-ipv6
      }

      Variant: net_snmp {
      configure.args-append --with-net-snmp=${prefix}/bin/net-snmp-config
      configure.args-delete --with-net-snmp=no
      depends_lib-append port:net-snmp
      }

      Variant: pcre {
      configure.args-append --with-pcre=${prefix}
      configure.args-delete --without-pcre
      depends_lib-append lib:libpcre:pcre
      }

      Variant: rtp description {add rtp support with portaudio} {
      configure.args-append --with-portaudio=${prefix}
      configure.args-delete --without-portaudio
      depends_lib-append port:portaudio
      }

      Variant: no_ssl {
      configure.args-append --without-ssl
      depends_lib-delete port:openssl
      }

      Variant: no_x11 {
      depends_lib-delete port:gtk2
      configure.args-delete --disable-gtk2
      configure.args-append --disable-wireshark
      }

      #
      ##EOF

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/wireshark
      % sudo port install wireshark
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching wireshark
      ---> Verifying checksum for wireshark
      ---> Extracting wireshark
      ---> Configuring wireshark
      ---> Building wireshark with target all
      ---> Staging wireshark into destroot
      ---> Installing wireshark
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using wireshark with these commands:
      %  man wireshark
      % apropos wireshark
      % which wireshark
      % locate wireshark

     Where to find more information:

    Darwin Ports



    Lightbox this page.