Ethereal-dev: Re: [Ethereal-dev] DesegmentingTCP stream

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: Fri, 22 Nov 2002 15:15:29 -0800
On Sat, Nov 23, 2002 at 03:34:16AM +1100, Ronnie Sahlberg wrote:
> See packet-diameter.c as an example.

Or see packet-dns.c, which uses "tcp_dissect_pdus()" to do most of the
work, rather than doing the work itself.  (The Diameter dissector should
be changed to use "tcp_dissect_pdus()" if possible - doing so would let
it handle a packet length split across TCP segments, for example.)