Wireshark-bugs: [Wireshark-bugs] [Bug 8354] Add support for WAPI parameter set IE dissection
Date: Mon, 04 Mar 2013 17:19:52 +0000

Comment # 17 on bug 8354 from
(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.