aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netmon.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-04 20:36:00 -0400
committerMichael Mann <mmann78@netscape.net>2017-09-05 23:12:16 +0000
commit143bc04ca7c11b4f5a0feef4c01627c9aee6bcd4 (patch)
tree2ba07712e85a82d5c5140a5dbea77660be077f0d /epan/dissectors/packet-netmon.h
parent5672ab00d2c10322b0cc7d94f2537b5083b8c376 (diff)
Add NetMon System Trace support
Change-Id: I1ecf16db1b0a10b1a43112cc1225507e08250ace Reviewed-on: https://code.wireshark.org/review/23405 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/packet-netmon.h')
-rw-r--r--epan/dissectors/packet-netmon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-netmon.h b/epan/dissectors/packet-netmon.h
index aa55a77012..45754b5cb1 100644
--- a/epan/dissectors/packet-netmon.h
+++ b/epan/dissectors/packet-netmon.h
@@ -38,6 +38,9 @@ struct netmon_provider_id_data
guint16 event_flags;
};
+
+void netmon_etl_field(proto_tree *tree, tvbuff_t *tvb, int* offset, int hf, guint16 flags);
+
#endif /* PACKET_NETMON_H */
/*