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

Date: Tue, 25 Oct 2011 05:46:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39553

User: etxrab
Date: 2011/10/24 10:46 PM

Log:
 From Neil Piercy:
 
 The binary display and decimal values are corrupt in the case where they are
 "stitched" together from words and octets: the complete words are extracted
 ready for LSB padding, but when the final octet/word is added (also so
 extracted), the data already present is shifted by a whole number of octets
 (not allowing for the padding), and the value is then used by the binary and
 decimal display functions as if it were MSB padded. This results in both a
 corrupt bit pattern and wrong padding of the bit pattern in the display.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6473

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +5 -5      packet-per.c    Modified