From 0cd8d939f13bc8646498e1790bfa51ec8d7b8ceb Mon Sep 17 00:00:00 2001 From: Campus Date: Mon, 9 Nov 2015 14:36:49 +0100 Subject: deleted useless header --- src/include/ndpi_typedefs.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') 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 { -- cgit v1.2.3