http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39552
User: etxrab
Date: 2011/10/24 10:45 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-1.6/epan/dissectors/
Changes Path Action
+4 -4 packet-per.c Modified