aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-01 13:36:18 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-01 13:36:18 +0000
commitb5efd24a0059ca6058a669bbf6a58bfb4d92cb57 (patch)
treead744ca99f6b5617cb0b8795d965b410c2fd08f4 /epan/CMakeLists.txt
parentffbba61fdfab8c49db0dd0a4c2095f9963f642de (diff)
From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881
Support for MPLS Packet Loss and Delay Measurement, RFC 6374 Support for MPLS Packet Loss and Delay Measurement, RFC 6374. Any packetformat is supported: DLM, ILM, DM, DLM+DM and ILM+DM. From me : * Prefer proto_tree_add_item when it is possible * add Modelines information svn path=/trunk/; revision=41260
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 bd85c234b4..f837dd325f 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -809,6 +809,7 @@ set(DISSECTOR_SRC
dissectors/packet-mpeg1.c
dissectors/packet-mpls.c
dissectors/packet-mpls-echo.c
+ dissectors/packet-mpls-pm.c
dissectors/packet-mq.c
dissectors/packet-mq-pcf.c
dissectors/packet-mrdisc.c