Comment # 4
on bug 8946
from Alexis La Goutte
(In reply to comment #3)
> (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.
Hi,
It is possible to attach your pcap sample ?
>
> 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);
Ok, it is better to attach a diff (svn diff)
>
> 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.?
Do you have look the Wireshark dev guide ?
https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
You are receiving this mail because:
- You are watching all bug changes.