ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5349] new_packet_list: EAP-TLS reassemble does not happen

Date: Fri, 13 Sep 2013 09:13:43 +0000

Comment # 8 on bug 5349 from
(In reply to comment #7)
> (In reply to comment #6)
> > (In reply to comment #4)
> > > Taking a quick look, it appears the EAP dissector is OK (it calls the
> > > reassembly functions even if (!tree).  The WiMax plugin(s) appear to have
> > > issues, though...  They don't appear to call their subdissectors (e.g., EAP)
> > > when (!tree).
> > 
> > Revision 35591 of the development tree tries to address this issue of not
> > calling EAP dissector. I'm not sure it helps though.
> 
> Well, either that revision helps or another one does: the frames mentioned
> in comment 1 are all reassembled in the current trunk.

I make a quick check that even the most recent stable 1.10.2 still does not
work for the attached file in comment1.
After checking the wimax code, I think there should be some extra update:
1. \plugins\wimax\mac_hd_generic_decoder.c   remove if(tree)
2. \plugins\wimax\packet-wmx.c  add check null pointer at the start to avoid
running error.
Now it seems works for me.


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