]> The Tcpdump Group git mirrors - tcpdump/commit
Have all Internet-checksum computing routines return a uint16_t.
authorGuy Harris <[email protected]>
Tue, 11 Dec 2018 08:50:15 +0000 (00:50 -0800)
committerGuy Harris <[email protected]>
Tue, 11 Dec 2018 08:50:15 +0000 (00:50 -0800)
commit2de3a27ab75415237de96d2539e86b959ad0a9d0
tree1e238eb04ec86a90dab18b6d341bdee8f3812a9d
parentd8bf24c8743edcd257e2e76b1ed15a2b49208051
Have all Internet-checksum computing routines return a uint16_t.

Those checksums are 16-bit; change the return types of those routines
appropriately.
netdissect.h
print-dccp.c
print-icmp6.c
print-ip.c
print-ip6.c
print-tcp.c
print-udp.c