wireshark/plugins/gryphon
Michael Mann 8081cf1d90 Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors.
Now that "bytes consumed" can be determined, should tcp_dissect_pdus() take advantage of that?

Should tcp_dissect_pdus return length (bytes consumed)?  There are many dissectors that just call tcp_dissect_pdus() then return tvb_length(tvb).  Seems like that could all be rolled into one.

svn path=/trunk/; revision=53198
2013-11-09 17:46:28 +00:00
..
AUTHORS
CMakeLists.txt Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. 2013-10-13 09:21:55 +00:00
COPYING Update FSF address - part II. 2012-06-28 23:18:38 +00:00
ChangeLog
INSTALL
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Make the other plugin makefiles use the new style introduced in the MATE 2013-02-09 05:31:15 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
NEWS
README
moduleinfo.h Add our license header to plugin moduleinfo.h files. Cleans up a batch of 2013-07-06 13:31:31 +00:00
moduleinfo.nmake
packet-gryphon.c Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
packet-gryphon.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
plugin.rc.in

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>