aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-06 05:23:46 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-06 05:23:46 +0000
commit922c36ea57aa4a5b39879331152628feceb17e58 (patch)
treeaaa1decca68a56faafcf45f5db64eae5ef92c398
parentf23a8e64c0f981088758e62c3893ad9e5bc67be1 (diff)
A MediaSubType value of 1 also means 802.11. (Is that what indicates
whether there's an FCS or not?) svn path=/trunk/; revision=9995
-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
};