Ethereal-users: [Ethereal-users] Filtering data from dumped file

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

From: "JJ Wong" <hyperz@xxxxxxxxxxxxxxx>
Date: Wed, 5 Sep 2001 15:46:33 +0800
Hi
 
I am new to using ethereal so please bear with me :)
I am currently trying to filter out all instances of X11 protocol within a captured and dumped packet using ethereal.
I have tried using tethereal and it will do the job, however i still do not understand how to obtain the interarrival times from the dumped file.
My aim is to have a C program pass the dump file as a parameter and write the time and packet length out to another file for further analysis.
 
I have been going thru the souce code but am lacking in programming background so if anyone could help or point me in the right direction (or source file) i would really appreciate this :)
 
Cheers
 
JJ