Ethereal-users: [Ethereal-users] Filtering using FRAME.TIME - help

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

From: "Tino" <tinngo@xxxxxxxxxxx>
Date: Fri, 5 Jul 2002 15:37:56 +1000
Hi all,

I have captured a 500Mbytes files using tethereal and want to filter out
using frame.time for a certain period.
I followed one of Guy Harris's instruction from earlier post using the
following command

tethereal -r input -w output -R 'frame.time >=  "Jul 4, 2001 15:48:34" and
frame.time <=
"Jul 4, 2002 15:25:00" and (ip.addr == 134.148.4.19 or ip.addr ==
137.111.13.32)'

which generate the following error

*** The parameter is incorrect. ***

Is this a syntax error or it can not be done in Windows.

Thanks - Tino