aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
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/dissectors/Makefile.common
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/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index f680e9b4bc..6dc0fc22c5 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -814,6 +814,7 @@ DISSECTOR_SRC = \
packet-rpl.c \
packet-rquota.c \
packet-rsh.c \
+ packet-rsip.c \
packet-rsl.c \
packet-rstat.c \
packet-rsvp.c \