]> The Tcpdump Group git mirrors - tcpdump/commit
Bitfield layout in memory is not specified by the ANSI C spec; don't use
authorguy <guy>
Tue, 3 Oct 2000 09:13:25 +0000 (09:13 +0000)
committerguy <guy>
Tue, 3 Oct 2000 09:13:25 +0000 (09:13 +0000)
commit5bad3420c96f09b380728eaaa3527aab7ec9b2e6
tree18ffbed808b72bef438e2c68e7924c540f14c739
parent9a5a2739b171fee4c1c33afe77501d27deb59061
Bitfield layout in memory is not specified by the ANSI C spec; don't use
C bitfields to specify the layout of a DNS request or response header,
use shifts and masks to extract the bitfields.
nameser.h
print-domain.c