wireshark/plugins/gryphon
Richard van der Hoff 1350d63c1e From Chris Maynard (bug 1852):
These packet-g*.c files all have display filter issues:

1) packet-gryphon.c: PROTOABBREV is "gryphon", but display filter fields are
prefixed with only "gryph".

2) packet-gmrp.c: PROTOABBREV is "gmrp", but display filter fields are prefixed
with "garp".

3) packet-gssapi.c: PROTOABBREV is "gss-api", but display filter fields are
prefixed with "gssapi".

4) packet-gvrp.c: PROTOABBREV is "gvrp", but display filter fields are prefixed
with "garp", most of which conflict with packet-gmrp.c's display filter fields.




svn path=/trunk/; revision=24058
2008-01-10 16:35:54 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am Get rid of trailing blank lines. 2007-05-27 18:35:55 +00:00
Makefile.common name change 2006-05-21 05:12:17 +00:00
Makefile.nmake Add .c.obj:: inference rule (to cause "batch compile") 2007-08-27 22:56:27 +00:00
NEWS From Steve Limkemann: 2003-10-03 23:22:12 +00:00
README ethereal->wireshark updates 2006-05-22 08:14:01 +00:00
moduleinfo.h
moduleinfo.nmake Add Windows version info resource. 2006-12-19 22:24:40 +00:00
packet-gryphon.c From Chris Maynard (bug 1852): 2008-01-10 16:35:54 +00:00
packet-gryphon.h name change 2006-05-21 05:12:17 +00:00
plugin.rc.in -Add the compiler version to the plugin resource 2007-02-26 20:39:38 +00:00

README

Dearborn Group Technology has released under GPL this plugin
for Wireshark. 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>