aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2015-11-09 14:36:49 +0100
committerCampus <campus@ntop.org>2015-11-09 14:36:49 +0100
commit0cd8d939f13bc8646498e1790bfa51ec8d7b8ceb (patch)
tree3064db00d4a62e3cc7bef9fe3975370907185494
parent9fa2c7404f9017e8ff74dc181c96feb496c72fac (diff)
deleted useless header
-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
{