Wireshark version 1.0.4 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    wireshark  most recent diff


    version 1.0.4

      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.4 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


      The wireshark Portfile 41022 2008-10-21 03:28:37Z ricci macports.org $

      PortSystem 1.0
      Name: wireshark
      Version: 1.0.4
      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 cc67730ccddcc5bc6f111c836ba78435 sha1 8e75a6d909a1da803db77f6f86fdd5096e5bbac8 rmd160 741b6618ba34b55079f15d5725a1e9a22a4fc351

      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.