wireshark/plugins/gryphon
Jeff Morriss f53744b59d There's no need to pass the result of tvb_get_ptr() as the 'value' in
proto_tree_add_*(): just use proto_tree_add_item().
   
Replace some tvb_get_ptr()s with tvb_get_ephemeral_string().

svn path=/trunk/; revision=35603
2011-01-21 03:00:31 +00:00
..
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am Synchronize Makefiles even more. 2010-05-14 16:48:17 +00:00
Makefile.common Update the documentation to reflect the current state of plugin development. 2009-02-21 16:33:48 +00:00
Makefile.nmake Run checkapi on the dissector header files 2009-09-13 19:48:22 +00:00
NEWS
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 There's no need to pass the result of tvb_get_ptr() as the 'value' in 2011-01-21 03:00:31 +00:00
packet-gryphon.h Correct copyright statements. 2009-02-18 07:20:26 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +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>