]> The Tcpdump Group git mirrors - tcpdump/commitdiff
IPv6: articulate %u printf format (GH #47 pt. 1)
authorDenis Ovsienko <[email protected]>
Thu, 19 Dec 2013 12:12:50 +0000 (16:12 +0400)
committerDenis Ovsienko <[email protected]>
Thu, 19 Dec 2013 12:20:03 +0000 (16:20 +0400)
All integers printed in decimal in print-mobility.c are unsigned.
Although there is no difference between %d and %u for 8/16-bit integers,
switch to %u for consistency.


No differences found