Comment # 5
on bug 8891
from Yuri Schaeffer
> About this code, it is not possible to use :
> if (!dissector_try_uint(wtap_encap_dissector_table, dlt,
> tvb, pinfo, parent_tree)) {
> (from epan/dissectors/packet-frame.c)
Thanks for your feedback, that looks cleaner. I will make the change in the
next coming days.
> 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).
You are receiving this mail because:
- You are watching all bug changes.