nfctool: sniffer: Reduce hexa dump line width
authorThierry Escande <thierry.escande@linux.intel.com>
Thu, 2 May 2013 16:19:28 +0000 (18:19 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 3 May 2013 08:17:14 +0000 (10:17 +0200)
commit9cade64cb46f2f8f0757d94a2f639601eb93eb1d
treef0ba59508069a1c7fce056ff8b0e7fe4820adadb
parent56a296b2669a5b046b271d77ea16838dd93f32a7
nfctool: sniffer: Reduce hexa dump line width

If we display less than 0xFFFF bytes (which will be the case 99.999%
of the time) the offset value is truncated and the 2 first zero bytes
are not displayed.
tools/nfctool/sniffer.c