Convert inpkts_to_sync_pipe and report_packet_count() to use unsigned ints
authorEvan Huus <eapache@gmail.com>
Sun, 9 Sep 2012 13:57:43 +0000 (13:57 -0000)
committerEvan Huus <eapache@gmail.com>
Sun, 9 Sep 2012 13:57:43 +0000 (13:57 -0000)
commitbcf6e7957384ceb471702543f4896201b61f235a
tree0e5b3e9ab5436e99bcb28e1342f855b2b59b900b
parent7ad756e9c24320f6fadc3a5e0821f40bb26eaac4
Convert inpkts_to_sync_pipe and report_packet_count() to use unsigned ints
consistently. Cleans up some cppcheck warnings about signed/unsigned mismatches
in format strings.

svn path=/trunk/; revision=44818
dumpcap.c