diff options
author | Luca Deri <deri@ntop.org> | 2020-11-29 19:04:26 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-11-29 19:04:26 +0100 |
commit | 6b9155589a3db112b164ce05ba01ea667100a19d (patch) | |
tree | b63e616acc43a99330e711712eb2e87b1efaca37 /src | |
parent | 23a15bae5f93742953c2dd968e699fa88a2c47d7 (diff) |
Removed unnecessary field
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
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 |