aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-03-31 21:04:13 -0700
committerEvan Huus <eapache@gmail.com>2014-04-01 17:03:29 +0000
commitfc48f57214d55d3f35bff87f1fffa08ac6f7bfd6 (patch)
tree48c537aad2784c8cf09875092788993a148debe7 /epan/dissectors/Makefile.common
parent47d296709dcd0ed1fc8900de12648583c9df7b43 (diff)
Add a dissector for Apple's PKTAP headers.
It automatically works for LINKTYPE_PKTAP and, by default, for LINKTYPE_USER2; if any other dissector is specified for LINKTYPE_USER2, that dissector overrides PKTAP. Change-Id: Ic00ac8a81c6101e45d638d337aef42df3920da12 Reviewed-on: https://code.wireshark.org/review/903 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 67fa181a4d..af5bf00a92 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -966,6 +966,7 @@ DISSECTOR_SRC = \
packet-pgsql.c \
packet-pim.c \
packet-pingpongprotocol.c \
+ packet-pktap.c \
packet-pktc.c \
packet-pktgen.c \
packet-pnrp.c \