http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32202
User: girlich
Date: 2010/03/15 11:58 PM
Log:
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.
Directory: /trunk/epan/
Changes Path Action
+1 -0 Makefile.am Modified
Directory: /trunk/plugins/interlink/
Changes Path Action
+2 -0 AUTHORS Added
+65 -0 CMakeLists.txt Added
+340 -0 COPYING Added
+0 -0 ChangeLog Added
+0 -0 INSTALL Added
+129 -0 Makefile.am Added
+36 -0 Makefile.common Added
+103 -0 Makefile.nmake Added
+3 -0 NEWS Added
+7 -0 README Added
(12 files not shown)