wireshark/plugins/gryphon
Guy Harris 97a05828cd Sigh. Well, if you make the function declarations external, that means
that they're external when the plugin is compiled, and there's no
definition to satisfy the extern, so plugins fail to compile.

Add a "plugins/plugin_api_defs.h" header file that defines them, and
include that in one (and only one) source file for a particular plugin.

svn path=/trunk/; revision=4117
2001-10-31 10:40:58 +00:00
..
.cvsignore Add some additional items to .cvsignore files, for new files built when 2001-07-10 20:58:42 +00:00
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am Fixed the make dist problem. 2001-07-10 13:18:43 +00:00
Makefile.nmake
NEWS
README
moduleinfo.h Fixed the {tethereal,ethereal}_static targets so that the 2001-07-08 21:51:34 +00:00
packet-gryphon.c Sigh. Well, if you make the function declarations external, that means 2001-10-31 10:40:58 +00:00
packet-gryphon.h
stamp-h.in

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>