Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以获得局域网中所有连接的 IP 地址的列表以及如何使用 winapi 完成?
主机可以选择不响应 ICMP/PING 请求。但是,您可以计算出您自己的 IP 地址和子网掩码,然后遍历可能性并对它们运行地址解析协议 (ARP) 广播请求。主机必须对那些正常网络功能做出响应。如果您收到 MAC 地址响应,则说明您已匹配该 IP 地址。退房SendARP是Windows...
SendARP