aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-26 16:07:30 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-26 16:07:30 +0000
commitdf17fdd34e22f0da3dbb9c9dc7574eef6d200586 (patch)
tree290e3bc4225278934325ea178b508a76dbeb2d18 /epan/CMakeLists.txt
parent1baa80140fd606d0be1717b8be457bf02685e72d (diff)
From Alexis La Goutte:
A patch to add ATM over TCP Dissector. The dissector dissect only the ATMTCP header (VCI, VPI, Payload Length) The data are not yet dissect, it is necessary to add a "UAT" (As with the K12 dissector) to indicate the type (ILMI, AAL, ATM...) of data (based on VCI/VPI) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36354 f5534014-38df-0310-8fa8-9805f1628bb7
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 7c9488db51..7a9cbf2b92 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -346,6 +346,7 @@ set(DISSECTOR_SRC
dissectors/packet-assa_r3.c
dissectors/packet-atalk.c
dissectors/packet-atm.c
+ dissectors/packet-atmtcp.c
dissectors/packet-auto_rp.c
dissectors/packet-ax4000.c
dissectors/packet-ayiya.c