aboutsummaryrefslogtreecommitdiff
path: root/pcap/pcap-inttypes.h
AgeCommit message (Expand)Author
2021-07-08Don't require VS 2015 or later when building applications with pcap.Guy Harris
2019-08-11Check for VS 2015 before including <inttypes.h>.Guy Harris
2019-08-11<inttypes.h> should suffice to define PRI[doux]64.Guy Harris
2019-08-09"We have <inttypes.h>" means we should *include* it.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-08-09Use %zu as the print format for size_tFrancois-Xavier Le Bail
2018-08-05Add PRIsize, to use as the print format for size_t, and use it.Guy Harris
2017-09-14Get rid of leftover stuff from the u_intN_t days.Guy Harris
2017-09-11Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris