]> The Tcpdump Group git mirrors - tcpdump/commit
Make the length argument to print_unknown_data() unsigned.
authorGuy Harris <[email protected]>
Wed, 27 May 2020 16:25:15 +0000 (09:25 -0700)
committerGuy Harris <[email protected]>
Wed, 27 May 2020 16:25:15 +0000 (09:25 -0700)
commit4243f5c5d61f98e4bb09cc452a5b5dd3d34f1b27
treecab248713f0832b434645142dc1c1d3c6e6be6b8
parent228f225ca02da1ee61f169301cfa73c56a8265cf
Make the length argument to print_unknown_data() unsigned.

All data lengths should be unsigned.
netdissect.h
util-print.c