]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ipfc.h
add tracefiles for infinite loop testing
[tcpdump] / ipfc.h
diff --git a/ipfc.h b/ipfc.h
index 7c481faae6d54d778a3dffaf5ab1e5148c1b7263..438d1156446a03dc93a4d0c07ff4d1b234a7e5d8 100644 (file)
--- a/ipfc.h
+++ b/ipfc.h
  * 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