diff options
author | Campus <campus@ntop.org> | 2015-11-09 14:36:49 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2015-11-09 14:36:49 +0100 |
commit | 0cd8d939f13bc8646498e1790bfa51ec8d7b8ceb (patch) | |
tree | 3064db00d4a62e3cc7bef9fe3975370907185494 | |
parent | 9fa2c7404f9017e8ff74dc181c96feb496c72fac (diff) |
deleted useless header
-rw-r--r-- | src/include/ndpi_typedefs.h | 9 |
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 { |