Comment # 6
on bug 8891
from Alexis La Goutte
(In reply to comment #5)
>
> > Because i try will some other kismet packet (from Bug 6953) and it is
> > display "unknown DLT..."
>
> I have trouble parsing this. The bug you reference is about the same
> dissector, not an other one. And I'm unsure how your proposed code will call
> try other dissectors. It seems functionally the same as if/else if/else
> if/else to me, (albeit cleaner).
What the problem ?
With your patch you remove the support of DLT (Data Link type) 105
(IEEE802.11...) (see kismet.dump file)
dissector_try_uint... will be try all DLT from wtap_encap_dissector_table (and
not need to make if / else if / else...)
You are receiving this mail because:
- You are watching all bug changes.