summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorScott Deandrea <sdeandrea@apple.com>2017-03-29 17:20:06 -0700
committerGuy Harris <guy@alum.mit.edu>2017-03-31 23:24:28 +0000
commit62d78199eee5d239b826442c6edd95aeeef1540b (patch)
treece4a4a2fad3e95e16a4cc1dd67cd9aed85f8d8e3 /wiretap/wtap.h
parent02f74e47ed3e542f4aff9fc6a7a9c44e29be5c7b (diff)
downloadwireshark-62d78199eee5d239b826442c6edd95aeeef1540b.tar.gz
Add packet capture support for Darwin USB
Change-Id: Iec9e4ac2362cf8e88a3cf6ae3483cefe938967e5 Reviewed-on: https://code.wireshark.org/review/20814 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 c94371a854..c5d9db4c5c 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -269,6 +269,7 @@ extern "C" {
#define WTAP_ENCAP_GFP_F 179
#define WTAP_ENCAP_IP_OVER_IB_PCAP 180
#define WTAP_ENCAP_JUNIPER_VN 181
+#define WTAP_ENCAP_USB_DARWIN 182
/* 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()