http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40182
User: wmeier
Date: 2011/12/13 11:54 AM
Log:
Fix: Execution Tracing High-Detail field selection highlighting seemingly wrong bytes in hex view pane.
Actual problem:
A REAL_DATA tvbuff wasn't being added to the "data_sources"
for a frame. When displaying the frame, when a field referencing the tvb was selected
for display there was no 'hex bytes' tab for the field and so bytes ended up being
highlighted in the currently displayed hex bytes tab (thus highlighting bytes in a pane
not related to the field).
Consider: Add some code in field creation (proto_tree_add...) to at least warn if
a field is being created using a tvb whose data_source is not in the
data_sources list for the frame ?
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 packet-sigcomp.c Modified