aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-11-29 19:11:55 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-11-29 19:11:55 +0000
commitc795dd1af543b2c9e78a0ee08d273622b5b94dbb (patch)
treed6ebc9cc5f6fdb2a0080744f4cadd8cef8a60b7e /epan/CMakeLists.txt
parente9fd4a430e14eeeca85d184fe8ada16e6798ebf3 (diff)
From Mithun Roy:
This is a patch for a new dissector that decodes LTP (Licklider Transmission Protocol) data according to RFC 5326. svn path=/trunk/; revision=31120
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 0ed0b798af..c3ae41d412 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -701,6 +701,7 @@ set(DISSECTOR_SRC
dissectors/packet-loop.c
dissectors/packet-lpd.c
dissectors/packet-lsc.c
+ dissectors/packet-ltp.c
dissectors/packet-lwapp.c
dissectors/packet-lwres.c
dissectors/packet-m2pa.c