http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24992
User: stig
Date: 2008/04/13 04:42 PM
Log:
Fix the crash from bug 2432. I don't really like that we use a new tvb
and a new data source for displaying unaligned octet strings, because the
user cannot easily see where in the data package the values are from.
Maybe we should implement a "Packet Bits" pane for bit protocols?
Or just an option to turn the Bytes pane to a Bits pane?
Another problem is that the generated pdml (from the bug report) does not
generate correct data for these fields, as the "pos" value is always zero
(because we use a new tvb with offset 0). But I suppose it's difficult to
fix this with byte values...
Directory: /trunk/epan/dissectors/
Changes Path Action
+16 -14 packet-per.c Modified