Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8946] Wrong Interpretation of GTS starting slot

Date: Fri, 19 Jul 2013 06:31:14 +0000

Comment # 3 on bug 8946 from
(In reply to comment #1)
> Hi Selvamegala,
> 
> It is possible to attach your sample ?

Hi Alexis,

Herewith I've attached the sample log and the starting slot is also
highlighted. In 0x1F only the lower nibble represents GTS slot and higher
nibble GTS Length.

And I was able to find the possible fix also .In packet-ieee802154.c,While
parsing the gts slot the following line has to be added.

 gts_slot = (gts_slot & IEEE802154_GTS_SLOT_MASK);

Attached the Modified file also.But I was not able set up the build environment
and generate the exe file to verify the fix.Could you please help in fixing
this.?


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