]> The Tcpdump Group git mirrors - tcpdump/commit
icmp6: make opt_len a full-width u_int.
authorGuy Harris <[email protected]>
Wed, 27 May 2020 05:05:17 +0000 (22:05 -0700)
committerGuy Harris <[email protected]>
Wed, 27 May 2020 05:05:17 +0000 (22:05 -0700)
commit56504177e8064069b254e510203c738e1db7f129
tree93c032c15260740c73b0532e89c09a24e715ffcc
parentbca49c19e5ac75d13e7d70788ae6e4672bfba53a
icmp6: make opt_len a full-width u_int.

That way, when it's multiplied by 8 (shifted left 3 positions), the
result will be a u_int, as it should be, not a signed int.
print-icmp6.c