aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netmon.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-05 17:04:33 -0400
committerMichael Mann <mmann78@netscape.net>2017-09-06 20:46:18 +0000
commitecc3828be56ba77757e40effacb6e4fed6a85b98 (patch)
tree4fd87eefbd7929404e3e46c3736bb2385dbb7851 /epan/dissectors/packet-netmon.h
parentee258b61a4eb51ec70afa4a3ae57bd30b1957150 (diff)
Add ETW Ndis (NetMon) support
Ping-Bug: 6694 Change-Id: I7515177a37bd62efc019c7472c35efd384ffd7f9 Reviewed-on: https://code.wireshark.org/review/23407 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-netmon.h')
-rw-r--r--epan/dissectors/packet-netmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-netmon.h b/epan/dissectors/packet-netmon.h
index 45754b5cb1..81e7be2884 100644
--- a/epan/dissectors/packet-netmon.h
+++ b/epan/dissectors/packet-netmon.h
@@ -36,6 +36,7 @@ struct netmon_provider_id_data
{
guint32 event_id;
guint16 event_flags;
+ guint64 keyword;
};