Copyright 1998-2007 Gerald Combs <gerald@wireshark.org> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.10.7, with GLib 2.12.7, with WinPcap (version unknown),
with libz 1.2.3, with libpcre 6.4, with Net-SNMP 5.4, with ADNS, with Lua 5.1,
with GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT Kerberos, with PortAudio
PortAudio V19-devel, with AirPcap.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0
(packet.dll version 4.0.0.755), based on libpcap version 0.9.5, without AirPcap.
Built using Microsoft Visual C++ 6.0 build 8804
Wireshark is Open Source Software released under the GNU General Public License.
I am analysing an RTP stream carrying MPEG2 transport stream packets. It's fine if the packet contains payload only, and fine if it contains adaptation field only, but it messes up if there is both adaptation field and payload. It only takes into account the adaptation field, and then somehow thinks that the packet is less than 188 bytes. In any case, regardless of if the TS packet is messed up (which it isn't in my case) it should never think that a TS packet is anything other than 188 bytes long.
(In reply to comment #2) > The same is reported in bug 1672 and bug 1667. > Could you try with 0.99.6? > I've moved on an I'm not working with MPEG2 data at present, so I can't.