netsniff-ng: Use correct printf format specifier for uint64_t
commit125b8ffe5a48f1daa65e54935ede55d843141f8f
authorTobias Klauser <tklauser@distanz.ch>
Tue, 10 Nov 2015 13:17:35 +0000 (10 14:17 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 10 Nov 2015 13:17:35 +0000 (10 14:17 +0100)
tree2c4e43e6a0146c949dd16be147f28912fd1f9124
parent05787035b78755ad650c1fd69e68a5c28cf66602
netsniff-ng: Use correct printf format specifier for uint64_t

ctx->pkts_recvd_last and ctx->pkts_drops_last are uint64_t, so use the
PRIu64 format specifier to print them.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c