]> The Tcpdump Group git mirrors - tcpdump/blobdiff - igrp.h
When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at the
[tcpdump] / igrp.h
diff --git a/igrp.h b/igrp.h
index 882f7738e1c75b72e5aa1c4085c0ddf67ae1b9d0..b5f133bcb3cd7be630c92bae6c8eba12fda7e334 100644 (file)
--- a/igrp.h
+++ b/igrp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/igrp.h,v 1.5 2002-11-09 17:19:19 itojun Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/igrp.h,v 1.6 2002-12-11 07:13:52 guy Exp $ (LBL) */
 /* Cisco IGRP definitions */
 
 /* IGRP Header */
@@ -13,7 +13,7 @@ struct igrphdr {
        u_int16_t ig_ns;        /* number of networks in AS */
        u_int16_t ig_nx;        /* number of networks ouside AS */
        u_int16_t ig_sum;       /* checksum of IGRP header & data */
-} __attribute__((packed));
+};
 
 #define IGRP_UPDATE    1
 #define IGRP_REQUEST   2
@@ -28,6 +28,6 @@ struct igrprte {
        u_int8_t igr_rel;       /* percent packets successfully tx/rx */
        u_int8_t igr_ld;        /* percent of channel occupied */
        u_int8_t igr_hct;       /* hop count */
-} __attribute__((packed));
+};
 
 #define IGRP_RTE_SIZE  14      /* don't believe sizeof ! */