Wireshark-bugs: [Wireshark-bugs] [Bug 13244] Errors in 802.11ad dissector
Date: Sat, 24 Dec 2016 15:28:01 +0000

changed bug 13244


What Removed Added
Status CONFIRMED IN_PROGRESS

Comment # 5 on bug 13244 from
Hi Hany

About
> 2. BRP Frame (Table 8-281ag):
> This frame is an Action No Ack Frame. It compromises the following
> information fields:
> A. BRP Request Field.
> B. DMG Beam Refinement Element.
> C. OptionalChannel Measurement Feedback element.
> 
> In the trace, you can see that the DMG Beam Refinement Element is not
> decoded correctly.
For me, there is a problem in your pcap
if you look the hexa value :
99 00 05 00 00 00 00

99 is the BEAM Refinedement IE (153 in dec)
00 is the length (and will to be 05)
05 00 00 00 00 is the payload

There is 2 bytes inversed 

I will push also some enhance on BRP Requext and DMG Beam dissection


You are receiving this mail because:
  • You are watching all bug changes.