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 8891] (patch) KDSP dissector calls ieee80211 instead of ra

Date: Mon, 08 Jul 2013 11:44:34 +0000

Comment # 5 on bug 8891 from
> 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.