Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjeanson/wireshark-gmetric
Ganglia gmetric protocol dissector for Wireshark
https://github.com/mjeanson/wireshark-gmetric
Last synced: 21 days ago
JSON representation
Ganglia gmetric protocol dissector for Wireshark
- Host: GitHub
- URL: https://github.com/mjeanson/wireshark-gmetric
- Owner: mjeanson
- License: other
- Created: 2013-10-28T16:28:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T16:28:50.000Z (about 11 years ago)
- Last Synced: 2024-11-06T06:04:06.222Z (2 months ago)
- Language: C
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-network-stuff - **0**星
README
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.