From f93f24f3a5ca4692a28ab4970bbf158e1f486074 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 25 Sep 2018 21:46:15 +0200 Subject: pinging fool os works --- net/icmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/icmp.h') diff --git a/net/icmp.h b/net/icmp.h index c2c5e8f..50613bb 100644 --- a/net/icmp.h +++ b/net/icmp.h @@ -25,4 +25,4 @@ struct icmp_v4_dst_unreachable { uint8_t data[]; } __attribute__((packed)); -bool icmp_incoming(struct netdev *dev,struct icmp_v4 *data, uint32_t count_bytes); +bool icmp_incoming(struct netdev *dev,struct eth_hdr *hdr); -- cgit v1.2.3