Ethereal-users: [Ethereal-users] list of frame.time_delta data

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

From: "darren" <teodarren@xxxxxxxxxxxxx>
Date: Sun, 20 Jun 2004 11:34:14 +0800
Hi all,

I am tuning the performance of my client-server program. Would like to use
ethereal to collect the frame.time_delta of the packet exchanged between the
svr and the client into a csv list so that I can manipulate them into stats
later.

Currently, I output the whole dump into a text file using tethereal
(tethereal -r mycap >> my output), and then use MS Excel to force it into a
table form. Any better ideas?