Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalk authored Feb 27, 2024
2 parents 8770b90 + 682a271 commit dff760e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arp-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ arp_loop(arp_t *arp, arp_handler callback, void *arg)
continue;
if (arp->iptable->table[i].dwType == MIB_IPNET_TYPE_INVALID)
continue;

entry.arp_pa.addr_ip = arp->iptable->table[i].dwAddr;
memcpy(&entry.arp_ha.addr_eth,
arp->iptable->table[i].bPhysAddr, ETH_ADDR_LEN);
Expand Down

0 comments on commit dff760e

Please sign in to comment.