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 9498] DTLS: dissect more tls extensions

Date: Fri, 13 Dec 2013 12:04:16 +0000

Comment # 16 on bug 9498 from
The new HFI API does not seem to help in this case, the prefix ("dtls" vs
"ssl") is different and it still does not seem to be possible to register the
same field twice?

The new API also introduces a lot of boilerplate code:

    static header_field_info hfi_yami_message_id HFI_INIT(proto_yami) = ...

Why not:

    static HFI_REG_VAR(proto_yami, hfi_yami_message_id) = ...

Looks less distracting?


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