aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.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/netmon.c
parent678711f488961ff7623ff8b68969937fac033798 (diff)
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/netmon.c')
-rw-r--r--wiretap/netmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index ea57240f90..2c72384ae6 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -937,11 +937,11 @@ static const int wtap_encap[] = {
3, /* WTAP_ENCAP_FDDI_BITSWAPPED -> NDIS 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*/
4, /* WTAP_ENCAP_ATM_PDUS -> NDIS WAN (*NOT* ATM!) */
- -1 /* WTAP_ENCAP_NULL -> unsupported */
};
#define NUM_WTAP_ENCAPS (sizeof wtap_encap / sizeof wtap_encap[0])