summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-21 19:01:37 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-22 02:02:18 +0000
commita9c2697714b8053b2cd9b1e1e0f07baf9d345c1f (patch)
tree73e1dc8fb13ead82ad08ad066062ad9890895c47 /wiretap/wtap.c
parente46cb2defc559a530d11689d50f0adf47513e8e5 (diff)
downloadwireshark-a9c2697714b8053b2cd9b1e1e0f07baf9d345c1f.tar.gz
Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.
It needed to be done: https://github.com/shirriff/pup-wireshark (And, yes, there really *is* a DLT_/LINKTYPE_ for it! The original DLT_ values were ARP hardware types, and 3MB Ethernet was assigned an ARP hardware type of 2.) Change-Id: I60d96c28e67854adcb28c7e3579ae5dd1f07df4b Reviewed-on: https://code.wireshark.org/review/22336 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 2fc3303a1f..848ded06a1 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -923,6 +923,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_LORATAP */
{ "LoRaTap", "loratap"},
+
+ /* WTAP_ENCAP_3MB_ETHERNET */
+ { "Xerox 3MB Ethernet", "xeth"},
};
WS_DLL_LOCAL