Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Patch - TCP desegmentation for Yahoo Messenger protocol

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 1 Apr 2004 23:29:36 -0800
On Tue, Mar 30, 2004 at 11:00:36PM -0500, Devin Heitmueller wrote:
> Attached is a patch to implement Yahoo Messenger TCP desegmentation.

Checked in (but with the "tvb_bytes_exist()" check removed -
"tvb_memeql()" returns -1 if there aren't enough bytes to match the
value supplied - and with "dissect_ymsg()" made to return a gboolean, as
it's a heuristic dissector.