summaryrefslogtreecommitdiff
path: root/pcap-dlpi.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up findalldevs code.Guy Harris2016-12-171-1/+1
* errbuf is a pointer, errbufsize is the size of what it points to.Guy Harris2016-08-171-1/+1
* Fix compile errors.Guy Harris2016-08-131-8/+9
* Fix typo.Guy Harris2016-08-121-1/+1
* Get rid of static string buffers.Guy Harris2016-08-121-20/+22
* No static buffers.Guy Harris2016-08-111-8/+9
* Fix some errors on HP-UX.Guy Harris2016-07-031-2/+2
* 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-1/+1
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-75/+137
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-0/+8
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-41/+41
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* In activate routines, don't set status unless a warning or error occurs.Guy Harris2014-04-221-14/+20
* Don't discard warnings.Guy Harris2014-04-221-8/+16
* 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-18/+48
* 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-4/+4
* 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-16/+32
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-1/+1
* Fix build error on HP-UX.Guy Harris2011-01-151-7/+9
* Treat either EPERM or EACCES as "no soup for you".Guy Harris2010-09-211-3/+4
* Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open theGuy Harris2010-09-211-37/+47
* Squelch warnings about type punning.Guy Harris2010-02-231-4/+10
* dlp->dl_length might be an unsigned long; cast it to unsigned long andGuy Harris2009-07-021-2/+2
* From Albert Chin: the "ss" variable is defined only if bufmod isguy2008-12-021-2/+2
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-12/+10
* Catch another place where you could get told "no, you may not open thatguy2008-04-101-1/+3
* Fix an sprintf call.guy2008-04-091-2/+2
* Add some PCAP_WARNING return values for "success, but you might want toguy2008-04-091-20/+22
* Add an error for "you don't have permission to open that device", asguy2008-04-091-33/+64
* Fix some compile errors.guy2008-04-051-4/+4
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-66/+71
* Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy2008-03-131-264/+44
* As is done in the loop in pcap-bpf.c, check for non-positive values ofguy2008-02-021-2/+2
* From Sagun Shakya: update a comment.guy2008-01-301-3/+3
* Don't assume that p->fcode.bpf_insns remains unchanged while processingguy2007-12-051-4/+2
* putmsg() returns 0 or -1, not the number of bytes written.guy2006-04-041-1/+9
* From Don Ebright: clean out *uerror in recv_ack() before doing anything,guy2005-08-131-9/+20
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+2
* If we get EBUSY when binding to a SAP, clear out the error string we getguy2005-04-171-2/+5
* Typo fix, from Mark C. Brown.guy2005-04-171-2/+2
* From Mark C. Brown: don't use hard-code values of 22 and 24 for the SAPguy2005-04-171-60/+116
* Update some comments.guy2005-04-081-7/+18
* Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's alsoguy2005-04-081-7/+7
* Add a "pcap_close_common()" routine which can be used as the closeguy2004-10-191-5/+2