X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/10afb02ac804db7fa41a776fd61eff922c09c4df..36332137db86e917bceef892dd5ebdbf1687b51a:/lane.h diff --git a/lane.h b/lane.h index 8ab5a2e9..76cc020e 100644 --- a/lane.h +++ b/lane.h @@ -20,7 +20,7 @@ * */ -/* $Id: lane.h,v 1.6 2002-11-09 17:19:21 itojun Exp $ */ +/* $Id: lane.h,v 1.7 2002-12-11 07:13:54 guy Exp $ */ #ifndef ETHER_ADDR_LEN #define ETHER_ADDR_LEN 6 @@ -31,11 +31,11 @@ struct lecdatahdr_8023 { u_int8_t h_dest[ETHER_ADDR_LEN]; u_int8_t h_source[ETHER_ADDR_LEN]; u_int16_t h_type; -} __attribute__((packed)); +}; struct lane_controlhdr { u_int16_t lec_header; u_int8_t lec_proto; u_int8_t lec_vers; u_int16_t lec_opcode; -} __attribute__((packed)); +};