wireshark/plugins/gryphon
Guy Harris 802859d3fd Call the "new-style init" routine for plugins a "register" routine, as
it serves the same purpose as the register routine in a built-in
dissector, and don't require all dissectors to have one, as they might
just be taps.

Get rid of the stats tree's init routine, as it's just a tap, and as it
doesn't do anything.

Update the idl2eth Python script to generate plugins with register routines.

svn path=/trunk/; revision=13644
2005-03-07 02:44:41 +00:00
..
AUTHORS
ChangeLog
COPYING
INSTALL
Makefile.am Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
Makefile.nmake Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
moduleinfo.h
NEWS
packet-gryphon.c Call the "new-style init" routine for plugins a "register" routine, as 2005-03-07 02:44:41 +00:00
packet-gryphon.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
README
stamp-h.in

Dearborn Group Technology has released under GPL this plugin
for Ethereal. It decodes the protocol used by their Gryphon
automotive network tool.

The plugin decodes the communication protocol, but not any
vehicle network messages.

Dearborn Group Technology can be found at http://www.dgtech.com/
The author is Steve Limkemann <stevelim@dgtech.com>