Ethereal-users: RE: [Ethereal-users] NT 4 tethereal with filter -R memory leak

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

From: Mark Zvolanek <Mark.Zvolanek@xxxxxxxxxx>
Date: Mon, 30 Oct 2000 17:38:24 +1100
Hi
This is to let you know that running tethereal with -f instead of -R switch 
and correct syntax has eliminated the memory leak.

Before: 
tethereal -R "(ip.src == 10.2.1.1 or ip.dst == 10.2.1.2) and tcp.port ==
1099" -w log1.cap
After:
tethereal -f "(src host 10.2.1.1 or dst host 10.2.1.2) and tcp port 1099" -w
log2.cap

Thank you.
Mark Zvolanek