Ethereal-dev: Re: [Ethereal-dev] To print the value in first window

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: Fri, 17 Dec 2004 09:33:34 -0800
harsha ss wrote:

1. Similerly is it possible to print another string or some integer value on the column "time" in the ethereal? I think it is not possible because the time format has to be given as the input.

Correct. The time column is supposed to contain only the packet time stamp; it is not supposed to contain anything else.

Is there any way to convert my value so that I could print it on the "time" column.

No.

What routines I should call to print the value on the "time" column.

2. Similerly I want to print the numbers corresponding to my own packets in the first column.Ethereal sorts the packets as packets read and prints the packet number.

That's what the "Num" column is supposed to contain - the ordinal number of the packet in the capture.

I want to print the numbers corresponding
to my own packet.Is it possible?

No.

If you want to add values in the column display that don't correspond to values that Ethereal already displayed, you have to add new column types.