summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
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 /wiretap/wtap.h
parent47d296709dcd0ed1fc8900de12648583c9df7b43 (diff)
downloadwireshark-fc48f57214d55d3f35bff87f1fffa08ac6f7bfd6.tar.gz
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 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index db18a2f3af..4b2f981128 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -262,6 +262,7 @@ extern "C" {
#define WTAP_ENCAP_LOGCAT_TIME 169
#define WTAP_ENCAP_LOGCAT_THREADTIME 170
#define WTAP_ENCAP_LOGCAT_LONG 171
+#define WTAP_ENCAP_PKTAP 172
/* After adding new item here, please also add new item to encap_table_base array */
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()