Re: [tcpdump-workers] parser error

2004-08-24 Thread Ed Sawicki
Guy Harris wrote: As per that bug, turn off the optimizer: tcpdump -i eth0 -O '(tcp[0:2]>=1024) && (tcp[0:2] <=6)' That did it. Thank you. Ed - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] parser error

2004-08-24 Thread Guy Harris
On Aug 24, 2004, at 6:37 PM, Ed Sawicki wrote: There appears to be a parser error with compound expressions like this: tcpdump -i eth0 '(tcp[0:2]>=1024) && (tcp[0:2] <=6)' You probably mean "compiler error" - it's probably a problem with the optimizer, not the parser: http://sourceforge.ne

[tcpdump-workers] parser error

2004-08-24 Thread Ed Sawicki
There appears to be a parser error with compound expressions like this: tcpdump -i eth0 '(tcp[0:2]>=1024) && (tcp[0:2] <=6)' Is there a way around this? Ed - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.