Ganglia gmetric protocol dissector for Wireshark
Find a file
Michael Jeanson 75b3ea6b4a Initial import
Signed-off-by: Michael Jeanson <mjeanson@gmail.com>
2013-10-28 12:27:39 -04:00
cmake Initial import 2013-10-28 12:27:39 -04:00
debian Initial import 2013-10-28 12:27:39 -04:00
tools Initial import 2013-10-28 12:27:39 -04:00
.gitignore Initial import 2013-10-28 12:27:39 -04:00
AUTHORS Initial import 2013-10-28 12:27:39 -04:00
ChangeLog Initial import 2013-10-28 12:27:39 -04:00
CMakeLists.txt Initial import 2013-10-28 12:27:39 -04:00
COPYING Initial import 2013-10-28 12:27:39 -04:00
INSTALL Initial import 2013-10-28 12:27:39 -04:00
moduleinfo.h Initial import 2013-10-28 12:27:39 -04:00
packet-gmetric.c Initial import 2013-10-28 12:27:39 -04:00
packet-gmetric.h Initial import 2013-10-28 12:27:39 -04:00
README Initial import 2013-10-28 12:27:39 -04:00

wireshark-gmetric
==================

gmetric dissector plugin for wireshark

Build and install
-----------------

1. Create a build directory and move to it, for example "mkdir build; cd build"
2. Generate Makefile "cmake .."
3. Now build the plugin "make"
4. And the plugin should be built as "gmetric.so", just copy it to the plugins folder "cp gmetric.so ~/.wireshark/plugins/"
 
You need the wireshark headers, the glib-2.0 headers and of course the gcc C compiler.