summaryrefslogtreecommitdiff
path: root/pcap-libdlpi.c
Commit message (Expand)AuthorAgeFilesLines
* In activate routines, don't set status unless a warning or error occurs.Guy Harris2014-04-221-24/+30
* Return warning indications from the activate routine.Guy Harris2014-04-221-2/+2
* In activate routines, don't pre-set the status; set it for all errors.Guy Harris2014-04-181-4/+15
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-5/+5
* Add an API to set "immediate mode".Guy Harris2013-05-081-1/+1
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-14/+20
* Fix some compile warnings/errors.Guy Harris2013-05-061-1/+1
* Fix presumed typo. (This couldn't have compiled.)Guy Harris2012-07-051-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-1/+1
* Treat either EPERM or EACCES as "no soup for you".Guy Harris2010-09-211-2/+4
* Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open theGuy Harris2010-09-211-19/+49
* From Sebastien Roy: fix compilation problems on versions of Solaris withGuy Harris2009-02-261-4/+6
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-12/+11
* Add an error for "you don't have permission to open that device", asguy2008-04-091-11/+19
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-32/+41
* Get rid of an unused variable, and stop using an unset variable and thenguy2008-03-151-3/+2
* Get rid of empty statement.guy2008-03-151-2/+1
* Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy2008-03-131-0/+356