aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-09-20 15:19:11 +0000
committerJörg Mayer <jmayer@loplof.de>2005-09-20 15:19:11 +0000
commit27a1e92489383b060691fc0e828c464bcff4e30d (patch)
tree2aa06c82847282da60cd313b1700a46311d805ea /epan/dissectors
parente6194537b3aca41e6abd876f88a9c7d36afabb70 (diff)
Francesco Fondelli: Add dcp support (forgot this file)
svn path=/trunk/; revision=15898
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index f0e00d7414..009ecac66e 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -156,6 +156,7 @@ DISSECTOR_SRC = \
packet-daap.c \
packet-data.c \
packet-dccp.c \
+ packet-dcp.c \
packet-dcerpc-afs4int.c \
packet-dcerpc-bossvr.c \
packet-dcerpc-browser.c \
@@ -669,6 +670,7 @@ DISSECTOR_INCLUDES = \
packet-crmf.h \
packet-data.h \
packet-dccp.h \
+ packet-dcp.h \
packet-dcerpc-browser.h \
packet-dcerpc-budb.h \
packet-dcerpc-butc.h \