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: Wed, 24 Jul 2013 04:37:21 +0000

Comment # 6 on bug 8946 from
(In reply to comment #4)
> (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 ?
> 
  Hi,

  Herewith I've attached the 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.