]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bootp.c
BGP: Fix the uses of the pointer to the end of current packet
[tcpdump] / print-bootp.c
index 2b315d5c2ea152749b19c4e8432dd2f1ecfa9e8a..bddd5f9b685407f2ae84ea9ebfe54dcab9e2a7d2 100644 (file)
@@ -72,7 +72,7 @@ struct bootp {
        nd_byte         bp_sname[64];   /* server host name */
        nd_byte         bp_file[128];   /* boot file name */
        nd_byte         bp_vend[64];    /* vendor-specific area */
-} ND_UNALIGNED;
+};
 
 #define BOOTPREPLY     2
 #define BOOTPREQUEST   1
@@ -247,7 +247,7 @@ struct cmu_vend {
        nd_ipv4         v_ins1, v_ins2; /* IEN-116 name servers */
        nd_ipv4         v_ts1, v_ts2;   /* Time servers */
        nd_byte         v_unused[24];   /* currently unused */
-} ND_UNALIGNED;
+};
 
 
 /* v_flags values */