| Bug ID |
8766
|
| Summary |
[PATCH] show_fragment_seq_tree does not add reassembled data tree item
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
All
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Minor
|
| Priority |
Low
|
| Component |
Dissection engine (libwireshark)
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
| Attachment #10922 Flags |
review_for_checkin?
|
Created attachment 10922 [details]
Patch to add reassembled data tree item to show_fragment_seq_tree
Build Information:
--
When supported was added for a reassembled data tree item (e.g.
tcp.reassembled.data) in the reassembled fragment subtree, it seems this was
only added to show_fragment_tree(). This patch adds this feature to
show_fragment_seq_tree(), the sequential reassembly version of that function.
The only part that was missing was the call to add the field to the tree.
You are receiving this mail because:
- You are watching all bug changes.