aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-01-26 07:24:06 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-01-26 07:24:06 +0000
commita4f66cd9f65e354668d0d3fc165565ce9cbb2bfc (patch)
tree379df75e3ebf7cd0d2fccf2d062a499a9e639934 /epan/CMakeLists.txt
parentcc70d90bb01a28d11cd72cf439c93f157063e004 (diff)
From Brian Ginsbach:
Patch to add a new dissector for Realm Specific IP (RSIP) as defined by RFC 3102, RFC 3103, and RFC 3104. This is a very basic dissector. It could be extended to do addtional RSIP protocol violation testing. The dissector is written such that it should be easy to add later. svn path=/trunk/; revision=35653
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 49b108314f..24ae1b8de0 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -902,6 +902,7 @@ set(DISSECTOR_SRC
dissectors/packet-rpl.c
dissectors/packet-rquota.c
dissectors/packet-rsh.c
+ dissectors/packet-rsip.c
dissectors/packet-rsl.c
dissectors/packet-rstat.c
dissectors/packet-rsvp.c