]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up data types.
authorGuy Harris <[email protected]>
Tue, 26 Dec 2017 00:09:26 +0000 (16:09 -0800)
committerGuy Harris <[email protected]>
Tue, 26 Dec 2017 00:09:26 +0000 (16:09 -0800)
commit81cadf13879c76879214b252b53061fbd1482b98
tree55902aa1bb3ff25dcf10166e14c2eb315d0d2f56
parentd6f19f48f503fbbe02723c84546c7ed57a4577a2
Clean up data types.

Use unsigned types for unsigned values.

intserv_serv_tlen is assigned a value that's a 16-bit unsigned integer
multiplied by 4; that's not guaranteed to fit in 16 bits, so assign it
to an unsigned int, so it doesn't overflow.
print-rsvp.c