http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49931
User: mmann
Date: 2013/06/14 07:35 AM
Log:
Add Common Address Redundancy Protocol (CARP) dissector, bug 8633 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8633)
From Uli Heilmeier
CARP shares the same protocol ID as VRRP (and VRRP's is IANA registered), so heuristics are provided. VRRP and CARP are very similar, so I'm not sure having heuristics for both dissectors will help CARP.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+265 -0 packet-carp.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified