]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch a warning.
authorGuy Harris <[email protected]>
Tue, 11 Dec 2018 04:14:57 +0000 (20:14 -0800)
committerGuy Harris <[email protected]>
Tue, 11 Dec 2018 04:14:57 +0000 (20:14 -0800)
commit8bf7a9197cc52f195d2b76b61f3424fcc4f318a7
treeeff8e3cfb828b3842a101faec2071f4becad947d
parent1af79d4adf40a736340e9f5fd87b93c9bc847191
Squelch a warning.

We're returning the calculated checksum result modulo 65536, given that
Internet checksums are 16-bit; throw in a cast to let MSVC know that
this is intended.
in_cksum.c