Ethereal-dev: RE: [Ethereal-dev] [patch] Small patch for flow graph feature for SS7 nodes

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

From: "Jacques, Olivier (OCBU-Test Infra)" <olivier.jacques@xxxxxx>
Date: Wed, 7 Dec 2005 16:49:51 +0100
> Ah right - I'm doing the same using text2pcap with "-l 141" 
> to take in a
Yes I realized that just recently :)

> I'm currently fighting with text2pcap to get the timestamps 
> read & setup correctly :-(

I use either:
text2pcap.exe -t \"%H:%M:%S.\"
Or 
text2pcap.exe -t \"%Y-%m-%d %H:%M:%S.\"

Note that the format of the text file must be:
----------------------
2005-09-23 14:26:22.543 

000000 01 00 06 01 00 00 00 18 03 00 00 0F 85 28 80 07 d0 2b 00 06 54 14
00 00 
----------------------

Olivier.