wireshark/plugins/gryphon
Stephen Fisher 62f88a4a04 From Sebastien Tandel:
(Temporarily disable the warnings as errors default on Unix to get
to get the buildbots and people with gcc40 going again until those
additional warnings gcc40 generates can be fixed-I'm working on it
ASAP)

   Patch for configure.in which disables by default the treatment of
warnings as errors.
It can be enabled with './configure --with-warnings-as-errors'.
The macro will test first if GCC is present. If it's the case,
HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced
by HAVE_WARNINGS_AS_ERRORS.
With this switch, people won't suffer from unexpected warnings when
downloading svn sources during the transition time ;)


svn path=/trunk/; revision=21153
2007-03-23 17:49:59 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am From Sebastien Tandel: 2007-03-23 17:49:59 +00:00
Makefile.common name change 2006-05-21 05:12:17 +00:00
Makefile.nmake set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now) 2007-03-21 23:59:41 +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 change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdus() to also include a packet_info pointer. 2006-10-31 09:29:07 +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
stamp-h.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>