Ethereal-users: Re: [Ethereal-users] Malformed frame with GIOP 1.0

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 16 Jan 2002 12:27:51 -0800 (PST)
> It seems ethereal can not combine frames, when fragmentation has been
> done with GIOP 1.0.

Yes, I guess it doesn't.  That might be something to add in a future
update to the GIOP dissector, using the TCP segment reassembly mechanism
that's now in Ethereal.

There are other dissectors that also don't do TCP segment reassembly; I
recently updated the LDAP dissector to do so, and plan to update the BGP
dissector to do so at some point, but there may well be others that
don't.  (That's what happens when you put packet-oriented protocols atop
a byte stream protocol like TCP....)