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 8313] new dissector for SML protocol

Date: Fri, 15 Feb 2013 15:28:34 +0000

Comment # 18 on bug 8313 from
(In reply to comment #17)
> 
> not in the packet. Those calls don't take an encoding argument at all - that
> argument should be a pointer to the generated bytes. 

NB: The code worked because ENC_BIG_ENDIAN is defined as 0 and thus caused
proto_tree_add_bytes_format() to treat the NULL in the "start" arg as an
indication to generate the pointer using tvb_get_ptr().


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