Ethereal-dev: Re: [Ethereal-dev] Re: LDP multi-PDUs in one TCP segement support

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: Mon, 26 Nov 2001 19:07:29 -0800 (PST)
> Since LDP works on top of TCP, there's a possibility that multiple
> PDUs are sent as one TCP segment. However, current LDP dissector
> simply assumes that one TCP segment has only one PDU in it.

What happens with LDP-over-UDP?  Is there one PDU per UDP packet?

If so, the loop should be done only for TCP.

Also, each LDP PDU should get its own top-level tree; that's the way
other protocols are handled when operating over TCP.

I'll look into that.

(It should probably also handle TCP desegmentation as well.)