Bug ID |
11952
|
Summary |
Create API to more easily have fields copied to higher tree
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
CONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
https://code.wireshark.org/review/10382/ captures a common problem - A
dissector has a TLV and wants to display the "V" in the tree branch above. Not
sure we can standardize a "TLV API", but we can probably provide an API that
copies the value from a proto_tree_add_item and does an proto_item_append_text
to the parent tree.
You are receiving this mail because:
- You are watching all bug changes.