Comment # 16
              on bug 8354
              from  chaitanya
        @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.
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.
Please let me know so that we can merge our efforts to handle this conflict.
Regards,
Chaitanya T K.
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.