Wireshark-bugs: [Wireshark-bugs] [Bug 13033] Various TreeItem:add_packet_field bugs
Date: Sun, 23 Oct 2016 11:58:24 +0000

changed bug 13033


What Removed Added
CC   peter@lekensteyn.nl

Comment # 1 on bug 13033 from
1. We need to add a check that the ProtoField is indeed registered to a
protocol. You cannot add a field without adding it to the fields property
first.

2. need to check what happens here. The documentation is conflicting here, in
the description it says that the value is returned, but the "Returns" text
suggests that the value is an offset.

3. that looks like interpretation as a C-style string, seems indeed wrong.

4. probably has the same reason as (3).

The ENC_ flags are documented in doc/README.dissector (search for 
"proto_tree_add_item()"). Link to git version:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=doc/README.developer


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