]> The Tcpdump Group git mirrors - libpcap/commit
tp_mac and tp_snaplen are unsigned; print them with %u, not %d.
authorGuy Harris <[email protected]>
Fri, 9 Jan 2015 00:28:05 +0000 (16:28 -0800)
committerGuy Harris <[email protected]>
Fri, 9 Jan 2015 00:32:34 +0000 (16:32 -0800)
commit0a0a0ac11ce29d01e60744028a38439b3dfdeab2
tree017723c4edc389fa57f3bbd84ec212f12b8fbc61
parent1c436a81434b236f409015060faa4ad1ccd02057
tp_mac and tp_snaplen are unsigned; print them with %u, not %d.

See, for example, GitHub libpcap issue #404.
pcap-linux.c