我在带有wireshark的kali linux arp包中捕获,并看到一个带有以太网层Dest的arp包是单播的而不是广播的。我想不通了。
谁能解释一下谁拥有的arp可以是单播的?
eth.dst: 00:50:56:e3:28:0f
eth.src: 00:0c:11:11:11:11
eth.type: 0x0806
arp.opcode: 1
arp.src.hw_mac: 00:0c:11:11:11:11
arp.src.proto_ipv4: 192.168.52.132
arp.dst.hw_mac: 00:00:00:00:00:00
arp.dst.proto_ipv4: 192.168.52.2您可以从here下载pcap文件,请参阅第3号包
kali's ifconfig:
ip: 192.168.52.132
mac: 00:0c:11:11:11:11发布于 2014-04-27 22:22:02
我找到了答案,它是rfc 1122 - 2.3.2.1 (2) -单播轮询的一部分
http://www.embeddedsystemtesting.com/2012/08/can-arp-request-be-unicast.html
https://stackoverflow.com/questions/23321355
复制相似问题