]> The Tcpdump Group git mirrors - libpcap/commit
DWORD is unsigned *long*; print it as such.
authorGuy Harris <[email protected]>
Mon, 8 Feb 2021 10:06:51 +0000 (02:06 -0800)
committerGuy Harris <[email protected]>
Mon, 8 Feb 2021 21:16:59 +0000 (13:16 -0800)
commit931de4d2c7faa8946731f865281f5001a53c052e
tree555e7c259975cf1e4cb65f82387688d9d77781fb
parent861684d25f39e3ea6b4345426afed227cf83e80a
DWORD is unsigned *long*; print it as such.

Welcome to the wonderful LLP64 world of 64-bit Windows, where a long int
is still 32 bits, so it's still OK for DWORD to be an unsigned long int
- the size doesn't change.  Leave your UN*X assumptions at the door.

(cherry picked from commit cbbbae5cec59fb3fd3b5204c250a8a3a7b42b8d4)
pcap-npf.c