]> The Tcpdump Group git mirrors - libpcap/commit
Always use pcap_snprintf(), not snprintf().
authorGuy Harris <[email protected]>
Wed, 6 Sep 2017 18:55:22 +0000 (11:55 -0700)
committerGuy Harris <[email protected]>
Wed, 6 Sep 2017 18:55:22 +0000 (11:55 -0700)
commit28465d9673288214db8d8eb7a02dc2d97d80c8a9
treeb5730d03fa9ad1062a16c59a058ee63fbde921cd
parent743868d4556365d062156134d57299646a438ed0
Always use pcap_snprintf(), not snprintf().

snprintf() isn't necessarily available - it should be available on even
vaguely modern UN*Xes, but it's not available with MSVC on Windows until
Visual Studio 2015.
pcap.c