]> The Tcpdump Group git mirrors - tcpdump/commit
HNCP: Declare some variables as uint8_t.
authorDenis Ovsienko <[email protected]>
Fri, 15 Sep 2017 10:57:50 +0000 (11:57 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 15 Sep 2017 10:57:50 +0000 (11:57 +0100)
commit7dd7b7e187b5cc34bd6afc941b03de46a3c8c12a
treefbb745d6d79719a66a57c1781e6d3ac2cb8df8f4
parent14c81f0a4aa300f7ea23af6130469f97d8b18793
HNCP: Declare some variables as uint8_t.

u_char and uint8_t are the same type, just use uint8_t for some variables
and leave some no-op type casting out.
print-hncp.c