Hello,

I am trying to generate some traces. I am working with linux-2.4.9-ac5 ,
 tcpdump-2001.09.21 and  libpcap-2001.09.21 .
I have tried to use some expressions for filter packets, but it does not work...
I did some tests:


[root@gandalf tcpdump-2001.09.21]# tcpdump -i atm0|more
tcpdump: listening on atm0
17:34:41.510000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.510000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.510000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.510000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)
17:34:41.530000 192.168.222.24.7000 > 192.168.211.21.rfe:  rx type 0 (512) (DF)

[root@gandalf tcpdump-2001.09.21]# tcpdump -i atm0 -n dst port 5002
tcpdump: listening on atm0


[root@gandalf tcpdump-2001.09.21]# tcpdump -i atm0 -n src port 7000
tcpdump: listening on atm0

[root@gandalf tcpdump-2001.09.21]# tcpdump -i atm0 -n src host 192.168.222.24
tcpdump: listening on atm0

[root@gandalf tcpdump-2001.09.21]# tcpdump -i atm0 -n dst host 192.168.211.24
tcpdump: listening on atm0

and nothing happens...

Could You Help me?

Thanks
Mercia


-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to