]> The Tcpdump Group git mirrors - libpcap/history - pcap/funcattrs.h
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap / funcattrs.h
2022-08-28  Guy HarrisFix a comment.
2022-08-28  Guy HarrisUse _declspec(deprecated(msg)) rather than __pragma...
2022-02-23  Guy HarrisTry to make it easier for Apple to do the availability...
2022-02-20  Francois-Xavier... Remove trailing spaces/tabs
2022-02-20  Guy HarrisClean up comments. [skip ci]
2021-04-12  Guy HarrisAdd PCAP_AVAILABLE_1_11, update PCAP_AVAILABLE_1_10...
2020-12-21  Guy HarrismacOS 10.13.6, at least, has libpcap 1.9.1.
2020-12-21  Guy HarrisLabel most functions by the first release in which...
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-10  Guy HarrisRemove extra parenthesis.
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-09-15  Guy HarrisInclue compilers claiming GCC compatibility without...
2018-03-28  Guy HarrisFix MSVC build.
2018-03-22  Guy HarrisFix comments.
2018-03-22  Guy HarrisTest BUILDING_PCAP to see whether we're building libpcap.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-28  Guy HarrisFix typo.
2017-11-28  Guy HarrisOK, try this - hopefully it'll make pcap headers work...
2017-11-27  Guy HarrisUse pcap_EXPORTS rather than BUILDING_PCAP to control...
2017-10-21  Ali AbdulkadirMerge branch 'master' into man 648/head
2017-10-15  Denis OvsienkoImprove the "undefined defined" problem solution.
2017-10-15  Guy HarrisMerge pull request #653 from infrastation/master
2017-10-15  Denis OvsienkoAddress CLang "undefined defined" warnings. 653/head
2017-09-29  Guy HarrisDon't bother supporting pre-2005 Visual Studio.
2017-09-23  Guy HarrisMerge pull request #628 from sgeto/no_pdb_pls
2017-09-23  Guy HarrisMerge pull request #627 from sgeto/lib_prefix
2017-09-22  Guy HarrisClean up the "find first bit set" stuff.
2017-09-11  Guy HarrisDon't declare deprecation with MSVC if we're building...
2017-09-11  Guy HarrisIf you deprecate a function before it's declared, you...
2017-09-11  Guy HarrisPCAP_DEPRECATED() needs the function name as an argument.
2017-09-09  Guy HarrisClean up compiler version tests.
2017-09-08  Guy HarrisAdd a PCAP_DEPRECATED attribute, and apply it to pcap_l...
2017-09-08  Guy HarrisMove all the function attributes from funcattrs.h to...
2017-09-08  Guy HarrisUpdate name of header guard.
2017-09-08  Guy HarrisRename pcap/export-defs.h to pcap/funcattrs.h.