Ethereal-dev: Re: [Ethereal-dev] small bug in packet-tcp.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 8 Dec 2003 16:14:54 -0800

On Dec 6, 2003, at 7:15 PM, didier wrote:

If there's no filter, aka if tree is null, dissect_ip_tcp_options is not called and you don't get the same column info.

I've checked in a fix.

Unrelated question:
Is it safe to use a tvbuff after subdissectors have been called?

"Safe" in what sense?