Hi, I would like to know how to add or install plugin for CSG2 in my wireshark. Below are my wireshark version. Thanks. Version 1.6.4 (SVN Rev 39941 from /trunk-1.6) Copyright 1998-2011 Gerald Combs [email protected] and contributors. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled (64-bit) with GTK+ 2.24.5, with GLib 2.29.8, with libpcap 1.1.1, with libz 1.2.3, without POSIX capabilities, without libpcre, with SMI 0.4.8, without c-ares, without ADNS, with Lua 5.1, without Python, with GnuTLS 2.12.7, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Sep 30 2011 11:17:29), without AirPcap. Running on Mac OS 10.7.4 (Darwin 11.4.0), with libpcap version 1.1.1, with libz 1.2.5, GnuTLS 2.12.7, Gcrypt 1.4.6. Built using gcc 4.2.1 (Apple Inc. build 5666) (dot 3). Wireshark is Open Source Software released under the GNU General Public License. Check the man page and http://www.wireshark.org for more information. asked 29 May '12, 18:34 sunn edited 29 May '12, 20:16 cmaynard ♦♦ |
2 Answers:
The developer's guide, README.developer, README.plugins and README.macos should get you started, and there are plenty of existing plugins available to help you as well, not to mention this site and the Wireshark developer's mailing list. answered 29 May '12, 20:14 cmaynard ♦♦ |
There is an open bug request for CSG2. Plugin/Dissector code exists, however it is not yet included into the official code, as some requirements did not match and have never been resolved !?!
So, no CSG2 support, until that patch get's included. Regards answered 29 May '12, 22:47 Kurt Knochner ♦ |
Thanks guys!!!