aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-04 12:14:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-04 12:14:18 +0000
commit946f225f9c3f736d7b9fede90abea59991cde53c (patch)
tree2eb9b02cd9d94067337729d261b72de274989418 /epan/CMakeLists.txt
parent525deb3f70a2eb9946aff36fa9049a162677d62d (diff)
From Holger Freyther via bug 4841:
Add a new dissector for the NexusWare C7 MTP over UDP/TCP protocol. One of NexusWare's example applications provide a way to forward MTP Level 3 messages via UDP/TCP. This is a dissector for this protocol (which is lacking an IANA assigned port). svn path=/trunk/; revision=33082
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 3170cda278..1110a2a225 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -791,6 +791,7 @@ set(DISSECTOR_SRC
dissectors/packet-ntlmssp.c
dissectors/packet-ntp.c
dissectors/packet-null.c
+ dissectors/packet-nwmtp.c
dissectors/packet-oicq.c
dissectors/packet-olsr.c
dissectors/packet-omapi.c