aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-05-24 17:06:23 +0000
committerMichael Mann <mmann78@netscape.net>2013-05-24 17:06:23 +0000
commitd12fc51afd1bca6c0b7b2858a18772b29f514c0c (patch)
tree5eb7bb6d3e41973905bbd8fb7dc50701336d1a3c /epan/dissectors/Makefile.common
parent7dddfb1784667e65616b02834469b834819161cb (diff)
Overhauled the RMT dissectors. Not sure each needs its own file, but since this involves multiple RFCs, they remain split out by that. More are now a "pure" dissector and not a "decoding function hook".
Some Notes: 1. Converted to "new style" dissectors with data being passed between dissectors 2. Combined header files into one since there wasn't much that should have really been in the header files. Implemented functionality is in c module of respective dissector. Not sure if LCT preferences should just be in the LCT dissector and not the RMT-ALC "parent", but kept for backwards compatibility. svn path=/trunk/; revision=49555
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index e432ec630e..8e0022961c 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -985,7 +985,6 @@ DISSECTOR_SRC = \
packet-rmi.c \
packet-rmp.c \
packet-rmt-alc.c \
- packet-rmt-common.c \
packet-rmt-fec.c \
packet-rmt-lct.c \
packet-rmt-norm.c \
@@ -1487,11 +1486,7 @@ DISSECTOR_INCLUDES = \
packet-rlc.h \
packet-rlc-lte.h \
packet-rmi.h \
- packet-rmt-alc.h \
packet-rmt-common.h \
- packet-rmt-fec.h \
- packet-rmt-lct.h \
- packet-rmt-norm.h \
packet-rohc.h \
packet-ros.h \
packet-rpc.h \