aboutsummaryrefslogtreecommitdiff
path: root/pcap-dos.c
AgeCommit message (Expand)Author
2022-08-27Use a more meaningful nameFrancois-Xavier Le Bail
2022-08-27Fix some typosFrancois-Xavier Le Bail
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-08-31Remove useless '#if 1'upstream/libpcap-1.10.0-bpFrancois-Xavier Le Bail
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2019-10-30Fix typos.Nan Xiao
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2017-10-03No need to generate version.c or pcap_version.h.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-02-25Support setting non-blocking mode before activating.Guy Harris
2017-01-20Some fixes for the new API.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-06-30pcap_create_interface() needs the interface name on Linux.Guy Harris
2016-06-30Don't have pcap_create_common() set opt.device.Guy Harris
2016-06-29Rename opt.source to opt.device.Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2016-04-15Don't check for NULL in cleanup routines, and don't pass NULL to them.Guy Harris
2015-12-26Updates for the MSDOS port of libpcap.Gisle Vanem
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-12-14Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2013-03-28Rename pcap_create() to pcap_create_interface().Gisle Vanem
2008-04-22From Gisle Vanem:guy
2008-04-19From Gisle Vanem and me: fix some typoes of mine in the conversion toguy
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2007-12-05Don't assume that p->fcode.bpf_insns remains unchanged while processingguy
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy
2004-12-18From Gisle Vanem: MS-DOS support.guy