summaryrefslogtreecommitdiff
path: root/pcap-dos.c
Commit message (Expand)AuthorAgeFilesLines
* Use a more meaningful nameFrancois-Xavier Le Bail2022-08-011-3/+3
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+17
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Remove useless '#if 1'libpcap-1.10.0-bpFrancois-Xavier Le Bail2020-08-311-2/+0
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Fix typos.Nan Xiao2019-10-301-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-7/+7
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-2/+2
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+3
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-0/+10
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-0/+3
* Some fixes for the new API.Guy Harris2017-01-201-2/+6
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-23/+18
* Clean up findalldevs code.Guy Harris2016-12-171-5/+5
* pcap_create_interface() needs the interface name on Linux.Guy Harris2016-06-301-1/+1
* Don't have pcap_create_common() set opt.device.Guy Harris2016-06-301-2/+2
* Rename opt.source to opt.device.Guy Harris2016-06-291-4/+4
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-13/+1
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-3/+4
* Don't check for NULL in cleanup routines, and don't pass NULL to them.Guy Harris2016-04-151-2/+2
* Updates for the MSDOS port of libpcap.Gisle Vanem2015-12-261-45/+72
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-7/+7
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris2013-12-141-1/+1
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-6/+6
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-12/+31
* Rename pcap_create() to pcap_create_interface().Gisle Vanem2013-03-281-3/+3
* From Gisle Vanem:guy2008-04-221-3/+3
* From Gisle Vanem and me: fix some typoes of mine in the conversion toguy2008-04-191-15/+11
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-3/+3
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-31/+41
* Don't assume that p->fcode.bpf_insns remains unchanged while processingguy2007-12-051-3/+2
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+2
* From Gisle Vanem: MS-DOS support.guy2004-12-181-0/+1473