aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-08-28 21:40:31 -0400
committerMichael Mann <mmann78@netscape.net>2017-08-29 19:50:16 +0000
commit8f3a3914fe3a01001fd1062ac693a5e41a466b59 (patch)
tree2a29f88088deac720e202664f14b1e9e83c63933 /epan/dissectors/CMakeLists.txt
parentf05f4893fa57ceac0ecb6266b9e536266f93aa1b (diff)
Add Network Monitor Event Tracing event
Assigned a WTAP_ENCAP value (WTAP_ENCAP_NETMON_NET_NETEVENT) for the dissection of Event Tracing records inside a NetworkMonitor file. Ping-Bug: 6520 Ping-Bug: 6694 Change-Id: Ib100f3779095842e78f9b7741e80258aa866d818 Reviewed-on: https://code.wireshark.org/review/23278 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index 511528f1b1..ed06a99157 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -976,6 +976,7 @@ set(DISSECTOR_SRC
packet-netlink-route.c
packet-netlink-sock_diag.c
packet-netlink.c
+ packet-netmon.c
packet-netperfmeter.c
packet-netrom.c
packet-netsync.c