summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
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.c
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.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 0f13e6b788..1b9ab0552a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -918,6 +918,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_JUNIPER_VN */
{ "Juniper VN", "juniper-vn" },
+
+ /* WTAP_ENCAP_USB_DARWIN */
+ { "Darwin USB", "darwin-usb" },
};
WS_DLL_LOCAL