root@ubuntu:~# tcpdump arp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
17:05:44.761428 arp who-has 192.168.0.117 tell 192.168.0.126
17:05:45.010871 arp who-has 192.168.0.112 tell 192.168.0.3
17:05:47.605129 arp who-has 192.168.0.107 tell 192.168.0.126
17:05:48.241335 arp who-has 192.168.0.112 tell 192.168.0.3
17:05:58.347161 arp who-has 192.168.0.140 tell 192.168.0.108
17:05:59.630598 arp who-has 192.168.0.58 tell 192.168.0.82
17:06:01.648521 arp who-has 192.168.0.109 tell 192.168.0.3
17:06:06.428834 arp who-has 192.168.0.59 tell 192.168.0.3
17:06:12.351738 arp who-has 192.168.0.10 tell 192.168.0.124
9 packets captured
18 packets received by filter
0 packets dropped by kernel
root@ubuntu:~#
tcpdump arp只能抓到请求包,不能抓到应答包是怎么回事呀?
-
- 帖子: 397
- 注册时间: 2006-09-27 11:17
- 联系:
- milujite
- 帖子: 644
- 注册时间: 2007-01-01 22:14
- 联系:
-
- 帖子: 397
- 注册时间: 2006-09-27 11:17
- 联系:
- milujite
- 帖子: 644
- 注册时间: 2007-01-01 22:14
- 联系:
-
- 帖子: 1
- 注册时间: 2011-06-09 15:54
Re: tcpdump arp只能抓到请求包,不能抓到应答包是怎么回事呀?
tcpdump arp or rarp
只选择了arp当然就只能看到query的包了
只选择了arp当然就只能看到query的包了
