wireshark/plugins/epan/gryphon
Moshe Kaplan 69d54d6f8e Corrects repeated words throughout the code.
Repeated words were found with:
egrep "(\b[a-zA-Z]+) +\1\b" . -Ir
and then manually reviewed.
Non-displayed strings (e.g., in comments)
were also corrected, to ease future review.
2021-12-22 11:01:11 +00:00
..
AUTHORS Gryphon Protocol dissector fixes and updates. 2018-03-07 22:06:16 +00:00
CMakeLists.txt CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
README HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
packet-gryphon.c Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00
packet-gryphon.h Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00

README

Dearborn Group Technology has released under GPL this plugin
for Wireshark. It decodes the protocol used by their Gryphon
and BEACON automotive network tool.

The plugin decodes the communication protocol, but not any
vehicle network messages.

Dearborn Group Technology can be found at https://www.dgtech.com
The author is Steve Limkemann <stevelim@dgtech.com>,
with fixes and updates by Mark Ciechanowski
<mciechanowski@dgtech.com>