From 6b9155589a3db112b164ce05ba01ea667100a19d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 29 Nov 2020 19:04:26 +0100 Subject: Removed unnecessary field --- src/include/ndpi_typedefs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 4a871eee0..70fab3f75 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -375,7 +375,6 @@ struct ndpi_dns_packet_header { typedef union { u_int32_t ipv4; - u_int8_t ipv4_u_int8_t[4]; #ifdef NDPI_DETECTION_SUPPORT_IPV6 struct ndpi_in6_addr ipv6; #endif -- cgit v1.2.3