aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-28 21:34:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-28 21:34:59 +0000
commit988a595e79d5d558a32a2ec9d5fedc3a57f0671f (patch)
tree00f9d6dc1d757141afdd1de1d28dc29911835c43 /epan/dissectors/Makefile.common
parent29e52f7fd285c09614de8703d93783a1c900e96d (diff)
From Neil Piercy:
Add new protocol for 3GPP 29.414 (Nb interface RTP Mux). - Don't use C++-style comments (comments beginning with "//") - Don't declare variables in the middle of executable code; not all C compilers support that. - Dont register preferences when none present. - Removed CHECK_COL svn path=/trunk/; revision=29602
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 4a3f20d684..9fd10461b5 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -649,6 +649,7 @@ DISSECTOR_SRC = \
packet-nas_eps.c \
packet-nasdaq-itch.c \
packet-nat-pmp.c \
+ packet-nb_rtpmux.c \
packet-nbd.c \
packet-nbipx.c \
packet-nbns.c \