]> The Tcpdump Group git mirrors - libpcap/commit
Don't require VS 2015 or later when building applications with pcap.
authorGuy Harris <[email protected]>
Thu, 8 Jul 2021 21:35:06 +0000 (14:35 -0700)
committerGuy Harris <[email protected]>
Thu, 8 Jul 2021 23:26:40 +0000 (16:26 -0700)
commit9a2d94eacca9a52bb46a49832711d061058df830
tree353b57905415d3cc1a25784f4a180766e50d6818
parent3cf1ad7514ad985c866a2e5e749e1dc9085905d4
Don't require VS 2015 or later when building applications with pcap.

Some Npcap customers are using older versions of VS, so define the
relevant integer types ourselves in that case, so that the headers we
provide that use them can be used.

However, when building libpcap *itself*, require VS 2015 or later, as we
assume a level of C99 support found only in VS 2015 or later.

(cherry picked from commit 17f04d83389cb3698a043bf968c8651d7776ceee)
pcap-int.h
pcap/pcap-inttypes.h