]> The Tcpdump Group git mirrors - tcpdump/commit
clnp: use ND_BYTES_BETWEEN() to get the bytes between two packet pointers.
authorGuy Harris <[email protected]>
Wed, 27 May 2020 05:09:11 +0000 (22:09 -0700)
committerGuy Harris <[email protected]>
Wed, 27 May 2020 05:09:11 +0000 (22:09 -0700)
commitae251eb4a434dc68535aa307beca6358d905466b
treecab7b847605b8e8893980198eccbce189ce5a7d7
parent56504177e8064069b254e510203c738e1db7f129
clnp: use ND_BYTES_BETWEEN() to get the bytes between two packet pointers.

That'll cast it to a u_int, so it's 1) unsigned and 2) not 64-bit on
LP64 or LLP64 platforms.
print-isoclns.c