Wireshark-bugs: [Wireshark-bugs] [Bug 9527] TShark and Wireshark hang reading a particular MPEG-

Date: Thu, 19 Jun 2014 21:56:52 +0000

changed bug 9527

What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- FIXED

Comment # 3 on bug 9527 from
That's a very nasty corner case: The file contains PES packets with a 0 length
field which means we have to figure out the length ourselves.

We get this wrong at the moment and keep adding fragments without ever
detecting the final fragment and doing reassembly.

This should be fixed in 0ee692e63ebc6e4f02743e618479637b0a8e034d


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