]> 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)
committerDenis Ovsienko <[email protected]>
Fri, 1 Sep 2017 21:19:55 +0000 (22:19 +0100)
commit0a3c25bcc39f80042d8154300cda5410f2ff214c
tree885cfd7651d5a5fd4ddf0c9d132eb012af5d3a08
parentdc3e0436501f0db6a6f3d7b64abf30128ef8c616
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