wireshark/plugins/gryphon
Guy Harris eb70c97a9b Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,
extracting PDUs from it and possibly doing reassembly.  Make the COPS,
DNS, DSI, Gryphon, and SCCP dissectors use it.

Add "set_actual_length()", "tcp_dissect_pdus()",
"decode_boolean_bitfield()", "decode_numeric_bitfield()", and
"decode_enumerated_bitfield()" to the list of routines available to
dissectors on platforms where routines in the main program aren't
available to dynamically-loaded code.

Declare routines in "to_str.h" as "extern"; as I remember, that's
necessary to allow the "decode_XXX_bitfield()" routines declared therein
to be made available to plugins as per the above.

Note that new exported routines should be added to the end of the table
if that's the only change being made to the table.

Create a new "plugin_api_decls.h" header file, used to declare both the
"p_" variables and the "p_" structure members in the routine-exporting
mechanism; this reduces the number of places you have to change to
change the list of exported routines.

svn path=/trunk/; revision=5394
2002-05-05 00:16:38 +00:00
..
.cvsignore Add some additional items to .cvsignore files, for new files built when 2001-07-10 20:58:42 +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 Fixed the make dist problem. 2001-07-10 13:18:43 +00:00
Makefile.nmake From Joerg Mayer: 2002-02-27 09:42:52 +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 Fixed the {tethereal,ethereal}_static targets so that the 2001-07-08 21:51:34 +00:00
packet-gryphon.c Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, 2002-05-05 00:16:38 +00:00
packet-gryphon.h Get rid of unused arguments. 2002-05-01 06:56:16 +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>