ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Another patch for H.323 dissectors

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: Tue, 2 Sep 2003 14:46:23 -0700

On Sunday, August 31, 2003, at 3:41 AM, Andreas Sikkema wrote:

Guy Harris wrote:
- RAS messages not clearing the INFO column correctly (col_clear does
  not work like I/Ronnie expected?)
How did you expect it to work, and how did it work?

The column looked like this:
RAS: InfoRequest Source port: 2423 Destination port: 1719

After the corrections I did:
RAS: InfoRequest

So when was the "col_clear()" call made? Was it made after the "RAS: InfoRequest" was prepended? And was the "fence" ever set?

The way "col_clear()" is supposed to work is that it's supposed to clear out everything in the column *after the fence*; it doesn't clear the entire column. If the fence hasn't been set, it clears the entire column.