Re: [tcpdump-workers] 802.11 frame control

2011-11-29 Thread Guy Harris
On Nov 13, 2011, at 1:00 PM, Ibrahim wrote: > According to the IEEE Std 802.11-2007 > it's : >- 2 bits version >- 2 bits type >- 4 bits sub type >- 8 bits for 8 flags > when I was comparing my result to wireshark , I noticed the following problem > fc is 0x0080 as unsigned short

[tcpdump-workers] 802.11 frame control

2011-11-27 Thread Ibrahim
According to the IEEE Std 802.11-2007 it's : - 2 bits version - 2 bits type - 4 bits sub type - 8 bits for 8 flags when I was comparing my result to wireshark , I noticed the following problem fc is 0x0080 as unsigned short int and on wireshark data stream packet it's 80 00 no p