Website/Wireshark on MacOSX with GnuTLS
From Whitespace (Hackerspace Gent)
< Website(Difference between revisions)
(Created page with "To decrypt SSL traffic with Wireshark, GnuTLS needs to be build in. This is not the case with the OS X release on www.wireshark.org . Steps to build Wireshark on Mac OS X with G...") |
Latest revision as of 00:58, 13 March 2011
To decrypt SSL traffic with Wireshark, GnuTLS needs to be build in. This is not the case with the OS X release on www.wireshark.org .
Steps to build Wireshark on Mac OS X with GnuTLS:
# port install gnutls # port install gtk2 => possible java developer 10.6 needed <https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20719> Download wireshark from wireshark.org $ tar zxvf wireshark-1.4.4.tar.bz2 $ cd wireshark/ $./configure --with-gnutls $ make # sudo make install # wireshark
Steps to decrypt SSL are on http://wiki.wireshark.org/SSL