Ethereal-users: Re: [Ethereal-users] Enabling tcp desegmentation in tethereal

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: Tue, 6 Jul 2004 17:08:18 -0700 (PDT)
Greg Stephens said:
> What am I doing wrong?

Spelling "desegment_tcp_streams" as "desegment". :-)

The flag in the TCP dissector to tell it to allow subdissectors to request
that it desegment packets is called "tcp.desegment_tcp_streams", not
"tcp.desegment".  (Note that if the dissector itself has a flag, that flag
has to be turned on, although many dissectors turn their
desegment-over-TCP flag on by default.)