Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 24992: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 13 Apr 2008 16:42:42 GMT
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