aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-06-14 14:35:34 +0000
committerMichael Mann <mmann78@netscape.net>2013-06-14 14:35:34 +0000
commit66f10eec2e46f8e361593ce4b5921388b6161d39 (patch)
tree037c4ae804a37daa6ac581f9a40117742e73b964 /epan/CMakeLists.txt
parentcfc133ddb600dbb376fc7a9c0243dc7bcfe82495 (diff)
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. svn path=/trunk/; revision=49931
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 58569016b1..69b294bab0 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -426,6 +426,7 @@ set(DISSECTOR_SRC
dissectors/packet-calcappprotocol.c
dissectors/packet-canopen.c
dissectors/packet-capwap.c
+ dissectors/packet-carp.c
dissectors/packet-cast.c
dissectors/packet-catapult-dct2000.c
dissectors/packet-ccsds.c