summaryrefslogtreecommitdiff
path: root/wiretap/snoop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-12-22 09:22:35 +0000
committerGuy Harris <guy@alum.mit.edu>2011-12-22 09:22:35 +0000
commit7962edcf56deba3c63bdb1ae5ef9a51d35cff97d (patch)
tree5bbc4dcad1b5b56425222cb016a9b8fbb1e9328f /wiretap/snoop.c
parent678711f488961ff7623ff8b68969937fac033798 (diff)
downloadwireshark-7962edcf56deba3c63bdb1ae5ef9a51d35cff97d.tar.gz
The encapsulation following WTAP_ENCAP_ARCNET is
WTAP_ENCAP_ARCNET_LINUX; update various tables mapping Wiretap encapsulations to file-type encapsulations. Get rid of some trailing "sorry, that's not supported" entries while we're at it. svn path=/trunk/; revision=40274
Diffstat (limited to 'wiretap/snoop.c')
-rw-r--r--wiretap/snoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index 9df367a413..c284465ee1 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -873,11 +873,11 @@ static const int wtap_encap[] = {
0x08, /* WTAP_ENCAP_FDDI_BITSWAPPED -> DL_FDDI */
-1, /* WTAP_ENCAP_RAW_IP -> unsupported */
-1, /* WTAP_ENCAP_ARCNET -> unsupported */
+ -1, /* WTAP_ENCAP_ARCNET_LINUX -> unsupported */
-1, /* WTAP_ENCAP_ATM_RFC1483 -> unsupported */
-1, /* WTAP_ENCAP_LINUX_ATM_CLIP -> unsupported */
-1, /* WTAP_ENCAP_LAPB -> unsupported*/
0x12, /* WTAP_ENCAP_ATM_PDUS -> DL_IPATM */
- -1 /* WTAP_ENCAP_NULL -> unsupported */
};
#define NUM_WTAP_ENCAPS (sizeof wtap_encap / sizeof wtap_encap[0])