Comment # 17
on bug 8354
from Alexis La Goutte
(In reply to comment #16)
> @Alexis,
>
> So, how do we resolve this conflict between the 2 IE's, Reason & Status
> codes due to WAPI?
>
>
> Dissection
> =============
> IMO as the Length of these 2 IE's differ we can use that for distinguishing
> them for eg.
>
> If (len < 22) # Not WAPI
> Call BSS AC dissector
> else
> Call WAPI dissector.
>
the better solution... (i think...)
> Status/Reason Codes:
> ====================
>
> If the frame has a WAPI IE along (Needs a loop) along with reason/status
> code then we need to use a different tables altogether.
>
Propose a patch...
>
> Please let me know so that we can merge our efforts to handle this conflict.
>
Committed in revision 48057
> Regards,
> Chaitanya T K.
You are receiving this mail because:
- You are watching all bug changes.