aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorNick Carter <ncarter100@gmail.com>2014-10-07 19:21:46 +0100
committerMichael Mann <mmann78@netscape.net>2014-10-14 19:38:17 +0000
commit0ce5b8cdac85a4622638ee067c0963554d1fc909 (patch)
treeaa8dee612679d75c6cd49932b783994001585fc1 /epan/dissectors/Makefile.common
parent74a8ad74c534966ce5d46585fe8a9b0dc3678e16 (diff)
Add RakNet protocol dissector
Bug: 10534 Change-Id: Id56008da0c21a5f3a0309cdf21aff287c7820dcf Reviewed-on: https://code.wireshark.org/review/4372 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-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 8430605b55..3735f22eff 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -140,6 +140,7 @@ ASN1_DISSECTOR_SRC = \
packet-lppa.c \
packet-lppe.c \
packet-lte-rrc.c \
+ packet-mcpe.c \
packet-mms.c \
packet-mpeg-audio.c \
packet-mpeg-pes.c \
@@ -164,6 +165,7 @@ ASN1_DISSECTOR_SRC = \
packet-q932.c \
packet-q932-ros.c \
packet-qsig.c \
+ packet-raknet.c \
packet-ranap.c \
packet-ros.c \
packet-rrc.c \