Bug ID |
12157
|
Summary |
Find Packet does not highlight the matching tree item or packet bytes
|
Product |
Wireshark
|
Version |
2.0.1
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The Qt version of Find Packet does not highlight the matching tree item or
matching packet bytes like the legacy GTK version does.
Code for highlighting the matching search string (fetch offset from
cf->search_pos) is present in ByteViewTab::protoTreeItemChanged() but this is
not called when doing a search with a matching packet.
For GTK this feature was added in subversionrevision 19897.
You are receiving this mail because:
- You are watching all bug changes.