]> The Tcpdump Group git mirrors - tcpdump/commit
Cast ISIS_COMMON_HEADER_SIZE to u_int before printing it with %u.
authorGuy Harris <[email protected]>
Mon, 5 Jun 2017 20:37:24 +0000 (13:37 -0700)
committerGuy Harris <[email protected]>
Mon, 5 Jun 2017 20:37:24 +0000 (13:37 -0700)
commit8432c2a9f3b758b965c01cd66148168b49a6192f
tree8178d8bc29445d35b8efa098627fbaf79bbfaf62
parent449682d8994ade8180e74894baa5755796fd7d83
Cast ISIS_COMMON_HEADER_SIZE to u_int before printing it with %u.

It's a sizeof, so it's not necessarily the right size for %u.
print-isoclns.c