aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-25 16:31:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-25 16:31:14 +0000
commitfa3b5041169d39db50c578165f1a27a01e8a30fe (patch)
treeb908384877bb23d8556351beec9e0dee47e65b2f /epan/dissectors/Makefile.common
parent049f2767e57f0af05985362191047717a0b6b03c (diff)
From Glenn Matthews via bug 6319:
Add dissector for XMCP protocol. From me: - Fixed an obvious bug setting transaction_id_key[2].key = NULL, where transaction_id_key is defined with only 2 elements. - Only register heur_dissector once. - Only find media_type_dissector_table once. - Added packet-xmcp.c to CMakeLists.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39131 f5534014-38df-0310-8fa8-9805f1628bb7
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 e4d646f143..6dd552763c 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1011,6 +1011,7 @@ DISSECTOR_SRC = \
packet-xcsl.c \
packet-xdmcp.c \
packet-xml.c \
+ packet-xmcp.c \
packet-xmpp.c \
packet-xot.c \
packet-xtp.c \