From 922c36ea57aa4a5b39879331152628feceb17e58 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 6 Feb 2004 05:23:46 +0000 Subject: 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 --- wiretap/airopeek9.c | 4 ++-- 1 file 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 @@ -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 }; -- cgit v1.2.3