Guy Harris wrote:
Nicolao Renè wrote:
Hi, I've a problem with tcpdump when I try to specify a port range
if I use a filter expr like: tcpdump -i eth0 '(tcp and (tcp[0:2]
>=1) and (tcp[0:2] <= 2))'
which means, capture all tcp packets with source port between 1 and
2, I get no result
Nicolao Renè wrote:
Hi, I've a problem with tcpdump when I try to specify a port range
if I use a filter expr like: tcpdump -i eth0 '(tcp and (tcp[0:2]
>=1) and (tcp[0:2] <= 2))'
which means, capture all tcp packets with source port between 1 and
2, I get no result from tcpdump.
The
Hi, I've a problem with tcpdump when I try to specify a port range
if I use a filter expr like: tcpdump -i eth0 '(tcp and (tcp[0:2]
>=1) and (tcp[0:2] <= 2))'
which means, capture all tcp packets with source port between 1 and
2, I get no result from tcpdump.
When I use a filter lik