aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-06 05:23:46 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-06 05:23:46 +0000
commitb959249e9f32f912c2d642302829cb6ae85e97da (patch)
treeaaa1decca68a56faafcf45f5db64eae5ef92c398 /wiretap
parent2cfe4567e68e137841ff8301aa1222bb84ca1de6 (diff)
A MediaSubType value of 1 also means 802.11. (Is that what indicates
whether there's an FCS or not?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9995 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/airopeek9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/airopeek9.c b/wiretap/airopeek9.c
index 1a996457b0..f23decd7f3 100644
--- a/wiretap/airopeek9.c
+++ b/wiretap/airopeek9.c
@@ -1,7 +1,7 @@
/* airopeek9.c
* Routines for opening EtherPeek and AiroPeek V9 files
*
- * $Id: airopeek9.c,v 1.9 2004/02/06 04:48:06 guy Exp $
+ * $Id: airopeek9.c,v 1.10 2004/02/06 05:23:46 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -176,7 +176,7 @@ int airopeek9_open(wtap *wth, int *err, gchar **err_info)
int file_encap;
static const int airopeek9_encap[] = {
WTAP_ENCAP_ETHERNET,
- WTAP_ENCAP_UNKNOWN,
+ WTAP_ENCAP_IEEE_802_11_WITH_RADIO,
WTAP_ENCAP_UNKNOWN,
WTAP_ENCAP_IEEE_802_11_WITH_RADIO
};