aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-08-30 11:28:27 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-08-30 11:28:27 +0000
commitd25d82405e86a90c3113e4e095f2b29aba5f5da7 (patch)
treec155c980f0aa04ce37c3dc9a5c399592f18667dd /capture_info.c
parent1506ed6fcc8e7a56c2b7d55236049f80d103b827 (diff)
Count IEEE 802.11 WLAN AVS packets.
svn path=/trunk/; revision=22750
Diffstat (limited to 'capture_info.c')
-rw-r--r--capture_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_info.c b/capture_info.c
index e847297558..dea3b25b32 100644
--- a/capture_info.c
+++ b/capture_info.c
@@ -301,6 +301,9 @@ capture_info_packet(packet_counts *counts, gint wtap_linktype, const guchar *pd,
case WTAP_ENCAP_IEEE_802_11_WLAN_RADIOTAP:
capture_radiotap(pd, 0, caplen, counts);
break;
+ case WTAP_ENCAP_IEEE_802_11_WLAN_AVS:
+ capture_wlancap(pd, 0, caplen, counts);
+ break;
case WTAP_ENCAP_CHDLC:
capture_chdlc(pd, 0, caplen, counts);
break;