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

2003-12-08 Thread didier
Guy Harris wrote: 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? "Sa

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

2003-12-08 Thread Guy Harris
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? __