wireshark/plugins/gryphon
Laurent Deniel f395740875 Modify the Gryphon plugin code in order to avoid an abort when the
plugin is enabled -> disabled -> re-enabled due to the fact that
the protocol registration is performed at each plugin_init() call
(and there is no protocol cleanup like with dfilter_cleanup).

Now we use the proto_xxx static variable to check if it is the first
activation or not (in this case, the proto_register_xxx routines are
not called.

svn path=/trunk/; revision=2290
2000-08-18 13:47:59 +00:00
..
.cvsignore Filter out a few more things. 1999-12-31 00:22:27 +00:00
AUTHORS Changed my mail address to oabad@cybercable.fr (dhis.net is too 2000-05-28 17:04:47 +00:00
COPYING Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
ChangeLog Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
INSTALL Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
Makefile.am Add config.nmake and two Makefile.nmake's to the list of deliverables. 2000-03-03 12:01:22 +00:00
Makefile.nmake Build tethereal and editcap on Win32. 2000-04-12 21:52:11 +00:00
NEWS Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
README Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
moduleinfo.h I finally got autoconf, automake, and the plugins to behave together. 2000-01-08 19:37:11 +00:00
packet-gryphon.c Modify the Gryphon plugin code in order to avoid an abort when the 2000-08-18 13:47:59 +00:00
packet-gryphon.h Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
stamp-h.in Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00

README

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>