aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 11d2fd0c9..07e99b31c 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -106,15 +106,6 @@ struct ndpi_cdp
} __attribute__((packed));
-
-/* ++++++++++++++++++ Ethernet II header ++++++++++++++++++++++ */
-struct ndpi_ethhdr_II
-{
- u_char h_dest[6]; /* destination eth addr */
- u_char h_source[6]; /* source ether addr */
- u_int16_t type; /* packet type ID field */
-} __attribute__((packed));
-
/* +++++++++++++++ Ethernet header (IEEE 802.3) +++++++++++++++ */
struct ndpi_ethhdr
{