Count IEEE 802.11 WLAN AVS packets.

svn path=/trunk/; revision=22750
This commit is contained in:
Stig Bjørlykke 2007-08-30 11:28:27 +00:00
parent 1506ed6fcc
commit d25d82405e
1 changed files with 3 additions and 0 deletions

View File

@ -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;