]> The Tcpdump Group git mirrors - tcpdump/commit
ntohl() is typed to return unsigned long on old 4.[34]BSD-based OS
authoritojun <itojun>
Wed, 9 May 2001 02:42:50 +0000 (02:42 +0000)
committeritojun <itojun>
Wed, 9 May 2001 02:42:50 +0000 (02:42 +0000)
commit06201e8b521887f2307f660c3f752080aa2cca00
tree26d1cabd356d81c19cf1f498ec3ed849671f64e4
parent966a87ee4a263dd59c7c4fa81f4166ba3ac0d654
ntohl() is typed to return unsigned long on old 4.[34]BSD-based OS
(i guess this i freebsd only among *BSD these day), and u_int32_t on some os.
do not rely upon OS decl and cast away to u_int32_t, and use %lu.
print-sctp.c