diff options
-rw-r--r-- | src/include/ndpi_define.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in index 7ea103fe6..6e2c4e90c 100644 --- a/src/include/ndpi_define.h.in +++ b/src/include/ndpi_define.h.in @@ -390,7 +390,7 @@ #define ETH_P_IP 0x0800 /* IPv4 */ #endif -#ifndef ETH_P_IPv6 +#ifndef ETH_P_IPV6 #define ETH_P_IPV6 0x86dd /* IPv6 */ #endif |