From 21ef1372a769c7940d017e0e405fad2e31911998 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 19 Jul 2010 18:00:20 +0000 Subject: Initial support for Network Monitor 802.11 radio header. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33583 f5534014-38df-0310-8fa8-9805f1628bb7 --- wiretap/netmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wiretap/netmon.c') diff --git a/wiretap/netmon.c b/wiretap/netmon.c index afd8f1a90c..a5ac170995 100644 --- a/wiretap/netmon.c +++ b/wiretap/netmon.c @@ -146,7 +146,8 @@ static const int netmon_encap[] = { WTAP_ENCAP_FDDI_BITSWAPPED, WTAP_ENCAP_ATM_PDUS, /* NDIS WAN - this is what's used for ATM */ WTAP_ENCAP_UNKNOWN, /* NDIS LocalTalk */ - WTAP_ENCAP_UNKNOWN, /* NDIS "DIX" - should not occur */ + WTAP_ENCAP_IEEE802_11_NETMON_RADIO, + /* NDIS "DIX" - used for 802.11 */ WTAP_ENCAP_UNKNOWN, /* NDIS ARCNET raw */ WTAP_ENCAP_UNKNOWN, /* NDIS ARCNET 878.2 */ WTAP_ENCAP_UNKNOWN, /* NDIS ATM (no, this is NOT used for ATM) */ -- cgit v1.2.3