[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 10.02.2005 - 11.02.2005 GMT

2005-02-11 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 10.02.2005 (Thu) 10:07:13 - 11.02.2005 (Fri) 10:07:07 GMT = Summary by authors = Author: guy File: libpcap/inet.c; Revisions: 1.66

[tcpdump-workers] Giving filters while capturing Wireless packets

2005-02-11 Thread shantha
Hi all, I am using tcpdump for sniffing the wireless frames. In man page of tcpdump the only information which i got is specifying the interface name. Can anyone help me where can i find the documents for giving the filter expressions for wireless capturing using tcpdump. Thanks in advance,

[tcpdump-workers] port range

2005-02-11 Thread Nicolao Renè
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

Re: [tcpdump-workers] port range

2005-02-11 Thread Guy Harris
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.

Re: [tcpdump-workers] port range

2005-02-11 Thread Nicolao Renè
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