summaryrefslogtreecommitdiff
path: root/wiretap/5views.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/5views.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/5views.c')
-rw-r--r--wiretap/5views.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/wiretap/5views.c b/wiretap/5views.c
index eb8879813d..98e9d325a3 100644
--- a/wiretap/5views.c
+++ b/wiretap/5views.c
@@ -356,19 +356,7 @@ typedef struct {
static const int wtap_encap[] = {
-1, /* WTAP_ENCAP_UNKNOWN -> unsupported */
- CST_5VW_CAPTURE_ETH_FILEID, /* WTAP_ENCAP_ETHERNET -> Ehernet Ethernet */
- -1, /* WTAP_ENCAP_TOKEN_RING -> unsupported */
- -1, /* WTAP_ENCAP_SLIP -> unsupported */
- -1, /* WTAP_ENCAP_PPP -> unsupported */
- -1, /* WTAP_ENCAP_FDDI -> unsupported */
- -1, /* WTAP_ENCAP_FDDI_BITSWAPPED -> unsupported */
- -1, /* WTAP_ENCAP_RAW_IP -> unsupported */
- -1, /* WTAP_ENCAP_ARCNET -> unsupported */
- -1, /* WTAP_ENCAP_ATM_RFC1483 -> unsupported */
- -1, /* WTAP_ENCAP_LINUX_ATM_CLIP -> unsupported */
- -1, /* WTAP_ENCAP_LAPB -> unsupported */
- -1, /* WTAP_ENCAP_ATM_PDUS -> unsupported */
- -1 /* WTAP_ENCAP_NULL -> unsupported */
+ CST_5VW_CAPTURE_ETH_FILEID, /* WTAP_ENCAP_ETHERNET -> Ethernet */
};
#define NUM_WTAP_ENCAPS (sizeof wtap_encap / sizeof wtap_encap[0])