]> The Tcpdump Group git mirrors - libpcap/history - pcap-dos.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-dos.c
2022-08-28  Francois-Xavier... Use a more meaningful name
2022-08-28  Francois-Xavier... Fix some typos
2022-02-20  Guy HarrisMake sure no read routine process more than INT_MAX...
2020-10-09  Denis OvsienkoFix some spelling. [skip ci]
2020-08-31  Francois-Xavier... Remove useless '#if 1'
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2019-10-30  Guy HarrisMerge pull request #874 from NanXiao/nan-patch-1
2019-10-30  Nan XiaoFix typos. 874/head
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
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-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisNo need to generate version.c or pcap_version.h.
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-21  Guy HarrisSome fixes for the new API.
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-06-30  Guy Harrispcap_create_interface() needs the interface name on...
2016-06-30  Guy HarrisDon't have pcap_create_common() set opt.device.
2016-06-30  Guy HarrisRename opt.source to opt.device.
2016-06-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2016-06-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-04-15  Guy HarrisDon't check for NULL in cleanup routines, and don't...
2015-12-27  Guy HarrisMerge pull request #471 from blazeable/module-def
2015-12-26  Guy HarrisMerge pull request #469 from gvanem/master
2015-12-26  Gisle VanemUpdates for the MSDOS port of libpcap. 469/head
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-12-15  Guy HarrisAdd a PACKET_COUNT_IS_UNLIMITED() to test for a packet...
2013-08-07  Guy HarrisRename the "private" member of a pcap_t to avoid C...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2013-03-28  Gisle VanemRename pcap_create() to pcap_create_interface().
2008-04-22  guyFrom Gisle Vanem:
2008-04-19  guyFrom Gisle Vanem and me: fix some typoes of mine in...
2008-04-14  guyTurn close_op into cleanup_op; the routine that handles...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2007-12-05  guyDon't assume that p->fcode.bpf_insns remains unchanged...
2005-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.