wireshark/plugins/interlink/README
Uwe Girlich c4d29dfd99 This adds a new dissector plugin: INTERLINK. This protocol is used in
(real and simulated) BMW cars for all kinds of gadget communication.
My plugin only dissects the high level infrastructure and not any particular
messages. It uses a heuristic dissector to detect INTERLINK packets.

svn path=/trunk/; revision=32202
2010-03-16 06:58:25 +00:00

8 lines
276 B
Text

Interlink is the basic network format for all kinds of network
communication in BMW cars.
The plugin decodes the top-level communication protocol, but not any
particular network messages like "left indicator" or the like.
The author is Uwe Girlich <uwe.girlich@philosys.de>