From 0fbe895103ffa51697d69e40c73b4ba3fb503dc7 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 9 Aug 2021 18:33:33 +0200 Subject: Addef ETH_ARP definition --- src/include/ndpi_define.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in index 2560852d8..22bdbdbc2 100644 --- a/src/include/ndpi_define.h.in +++ b/src/include/ndpi_define.h.in @@ -382,6 +382,10 @@ #endif /* __APPLE__ */ +#ifndef ETH_ARP +#define ETH_ARP 0x0800 /* IPv4 */ +#endif + #ifndef ETH_P_IP #define ETH_P_IP 0x0800 /* IPv4 */ #endif -- cgit v1.2.3