X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0f408d3ceff56a8a4668eb08dbbcb9a3fb103e70..refs/heads/tcpdump-3.8:/ipfc.h diff --git a/ipfc.h b/ipfc.h index 7c481faa..438d1156 100644 --- a/ipfc.h +++ b/ipfc.h @@ -18,12 +18,12 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/ipfc.h,v 1.3 2002-12-11 07:05:21 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/ipfc.h,v 1.4 2002-12-11 07:13:53 guy Exp $ (LBL) */ struct ipfc_header { u_char ipfc_dhost[8]; u_char ipfc_shost[8]; -} __attribute__((packed)); +}; #define IPFC_HDRLEN 16