Ethereal-dev: Re: [Ethereal-dev] Looking for input on calculating the time between a request/r

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

From: "Ronnie Sahlberg" <sahlberg@xxxxxxxxxxxxxxxx>
Date: Tue, 20 Aug 2002 06:25:34 +1000
See packet-rpc.c for an example.
When it sees a request it stores the timestamp.
When it sees the matching reply it retrives the previous timestamp
to calculate the time-delta.

----- Original Message -----
From: "Jaime Fournier"
Sent: Tuesday, August 20, 2002 1:33 AM
Subject: [Ethereal-dev] Looking for input on calculating the time between a
request/response in a dissector.


> Using the sequence numbers in dce packets, I was
> looking for a way, other tha post processing with
> perl, to calculate the
> time it takes from the the request, for the reply to
> be sent.
> Mostly for statistical purposes.
> I have not looked at any of the modules that currently
> do stats, but if this has been done, or any one has
> any ideas, I would greatly appreciate them.
>
> Thanks!
>
> Jaime Fournier
>