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