Wireshark-bugs: [Wireshark-bugs] [Bug 8250] GOOSE dissector incorrectly parsing status number an
Date: Fri, 26 Apr 2013 15:36:00 +0000

Comment # 8 on bug 8250 from
(In reply to comment #7)
> Hi,
> 
> Have made the changes, please load the dummy PCAP file and check frame 255,
> number displayed as positive value, but is not correct. 

Without Guy's suggestion, stNum of frame 255 is decoded as -128. With Guy's
suggestion, stNum of frame 255 is decoded as 4294967168.

Based on the form of the capture, neither of these are correct: the value
should be decoded as +128. I think our BER code is pulling the wrong number of
bytes from the packet?


You are receiving this mail because:
  • You are watching all bug changes.