Ethereal-dev: Re: [Ethereal-dev] Can't change timestamp format on ICMP packet

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: Thu, 3 Jan 2002 14:28:41 -0800 (PST)
> I put some debug code into epan/column-utils.c:check_col, and this shows
> that cinfo->writable is false.

That's left over from ICMP having set them non-writable before telling
the IP dissector to dissect the failing packet.

I've checked in what should be a fix.