Ethereal-users: [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: Fri, 27 Oct 2000 12:05:48 +1100
Hi, 
I hope tethereal questions are allowed here. I just joined.
I run, Windows NT4 SP6, tethereal: GNU 0.8.12, w libcap 0.4a6, w/o libz and
SNMP.

When I use -R <read filter> switch I can see memory (private bytes, virtual
bytes and working set) steadily increasing, eventually after several hours
crashing the app.
comand line I use is: 
tethereal -R "(ip.src == 10.2.1.1 or ip.dst == 10.2.1.2) and tcp.port ==
1099" -w log1.cap

if I dont use the -R switch there are no leaks.i.e.
tethereal -w log1.cap

What am I doing wrong?
Why does -f switch return syntax error for the above command line?

MarkZ