X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb2479d733dbe8a991d11909b319341f7db62ab1..6ccce6f6cd253d95a911ec7a17cfaf9d45d792df:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index 0059cfa0..f5a9a44e 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -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 */ -} UNALIGNED; +} ND_UNALIGNED; #define BOOTPREPLY 2 #define BOOTPREQUEST 1 @@ -247,7 +247,7 @@ struct cmu_vend { struct in_addr v_ins1, v_ins2; /* IEN-116 name servers */ struct in_addr v_ts1, v_ts2; /* Time servers */ nd_byte v_unused[24]; /* currently unused */ -} UNALIGNED; +} ND_UNALIGNED; /* v_flags values */