summaryrefslogtreecommitdiff
path: root/pcap-dos.c
Commit message (Expand)AuthorAgeFilesLines
* 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