Shim6: Wireshark patch« Back to the Shim6 Project pageWireshark is a network traffic analyzer, or sniffer, for Unix and Unix-like operating systems. It uses GTK+, a graphical user interface library, and libpcap, a packet capture and filtering library. This is a Shim6 enabled Wireshark, which allows you to analyze Shim6 traffic. The message formats are conform the Shim6 specification:
http://tools.ietf.org/html/draft-ietf-shim6-proto-07 This patch was applied in Wireshark version 0.99.6 and is being maintained by the Wireshark developers. Distributions for all OSes can be downloaded from the Wireshark website. Release NotesVersion 0.1New features:
wireshark-0.99.5-shim6-0.1.patch (patch) Version 0.0 First Shim6 patch for Wireshark wireshark-0.99.5-shim6.tar.gz (source)wireshark-0.99.5-shim6.patch (patch) InstallationYou can uncompress the source files and build Wireshark normally or you can patch the diff file to your existing Wireshark source.
From source files: > gunzip wireshark-0.99.5-shim6.tar.gz > tar xvf wireshark-0.99-5-shim6.tar.gz2. Enter the source directory: > cd wireshark-0.99.5-shim63. Build Wireshark as normal > ./autogen.sh > ./configure > make (> make install)
From patch: > cd somedir wireshark-0.99.53. Patch the file > cat patchdir patch_wireshark-0.99.5-shim6 \ -version | patch -p1 --dry-run > cat patchdir \ patch_wireshark-0.99.5-shim6 -version | patch -p1Dry-run to see if there aren't any errors. The output should look like: patching file epan/dissectors/packet-ipv6.c patching file epan/dissectors/packet-ipv6.h patching file epan/ipproto.c patching file epan/ipproto.h4. Build Wireshark as normal > ./autogen.sh > ./configure > make (> make install) Contact informationSuggestions, remarks, criticism, feedback, bugreports can be send to:Matthijs Mekking <matthijs@nlnetlabs.nl> |