aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
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 /wiretap/wtap.c
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 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index d0447b921e..d606cb57d5 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -927,11 +927,14 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_3MB_ETHERNET */
{ "Xerox 3MB Ethernet", "xeth"},
- /* Linux vsock */
+ /* WTAP_ENCAP_VSOCK */
{ "Linux vsock", "vsock" },
- /* Nordic BLE Sniffer */
+ /* WTAP_ENCAP_NORDIC_BLE */
{ "Nordic BLE Sniffer", "nordic_ble" },
+
+ /* WTAP_ENCAP_NETMON_NET_NETEVENT */
+ { "Network Monitor Network Event", "netmon_event" },
};
WS_DLL_LOCAL