Comment # 8
on bug 5349
from [email protected]
(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.