aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-03 10:36:40 -0400
committerAnders Broman <a.broman58@gmail.com>2017-09-04 20:00:50 +0000
commitd4efbc410165a3cad9e587b09e336ba1226fd3aa (patch)
tree7c906fff616c697330a815575d9db20d3eea3a37 /epan/dissectors/Makefile.am
parent8faa84d38ba8f83acf68653ef9800738dfd8bfbc (diff)
Add NetMon Event Provider ID dissector table
The provider ID appears to be the hook into dissecting NetMon Event user data. Since capture file with USB data was provided, that was used as the example for how to hook into the provider ID dissector table. Bug: 6520 Change-Id: Ie41719b6a28826869cd1672619949ea1f6981268 Reviewed-on: https://code.wireshark.org/review/23377 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 3b6d18c609..c9cb38667b 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1670,6 +1670,7 @@ DISSECTOR_INCLUDES = \
packet-ndps.h \
packet-netbios.h \
packet-netlink.h \
+ packet-netmon.h \
packet-nfs.h \
packet-nisplus.h \
packet-nlm.h \