]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Some compilers may pad structures to a length that's a multiple of 2 or
authorguy <guy>
Mon, 9 Oct 2000 02:59:39 +0000 (02:59 +0000)
committerguy <guy>
Mon, 9 Oct 2000 02:59:39 +0000 (02:59 +0000)
4 bytes, even though no member in the structure requires such an
alignment; don't use "sizeof (struct ether_header)" or "sizeof (struct
fddi_header)", explicitly #define the header length and use that
#defined value.


No differences found