aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-11-29 19:04:26 +0100
committerLuca Deri <deri@ntop.org>2020-11-29 19:04:26 +0100
commit6b9155589a3db112b164ce05ba01ea667100a19d (patch)
treeb63e616acc43a99330e711712eb2e87b1efaca37 /src/include
parent23a15bae5f93742953c2dd968e699fa88a2c47d7 (diff)
Removed unnecessary field
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 0 insertions, 1 deletions
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