Ethereal-users: [Ethereal-users] Sniffer Matrix functionality - connection graph for Ethereal
Someone asked for this sort of functionality on the -dev list. I found
myself with some spare time on my hands, and here it is. It looks like
a very useful tool. I'm sure I'll be using it in future. This is much
expanded and tidied up from a version I posted on the -dev list
yesterday.
It runs outside Ethereal. For a quick test use the command line:
congraph -d capture-file
For help on the command line use
congraph -h
Otherwise play around to find how it works, it's fairly
straight-forward.
It is written for Linux, but it should work on Windows with cygwin. Unix
users may have to install bash or edit it to run with the bourne shell.
I'm sure you know how to do that better than me.
It requires the graphviz package:
http://www.research.att.com/sw/tools/graphviz/
The enclosed gif is an example output produced from the afs.cap sample
on the ethereal website.
Have fun.
--
Richard Urwin
Attachment:
afs.gif
Description: GIF image
Attachment:
congraph
Description: application/shellscript