| Commit message (Expand) | Author | Age | Files | Lines |
* | errbuf is a pointer, errbufsize is the size of what it points to. | Guy Harris | 2016-08-17 | 1 | -1/+1 |
* | Fix compile errors. | Guy Harris | 2016-08-13 | 1 | -8/+9 |
* | Fix typo. | Guy Harris | 2016-08-12 | 1 | -1/+1 |
* | Get rid of static string buffers. | Guy Harris | 2016-08-12 | 1 | -20/+22 |
* | No static buffers. | Guy Harris | 2016-08-11 | 1 | -8/+9 |
* | Fix some errors on HP-UX. | Guy Harris | 2016-07-03 | 1 | -2/+2 |
* | pcap_create_interface() needs the interface name on Linux. | Guy Harris | 2016-06-30 | 1 | -1/+1 |
* | Don't have pcap_create_common() set opt.device. | Guy Harris | 2016-06-30 | 1 | -2/+2 |
* | Rename opt.source to opt.device. | Guy Harris | 2016-06-29 | 1 | -1/+1 |
* | Let the platform decide how to check capturable interfaces. | Guy Harris | 2016-06-28 | 1 | -75/+137 |
* | Have pcap_platform_finddevs() do all the "find local interfaces" work. | Guy Harris | 2016-06-26 | 1 | -0/+8 |
* | Use pcap_snprintf() instead of snprintf(). | Guy Harris | 2015-11-03 | 1 | -41/+41 |
* | Make the buffer member of a pcap_t a void *. | Guy Harris | 2015-08-09 | 1 | -1/+1 |
* | Delete trailing spaces/tabs | Francois-Xavier Le Bail | 2015-03-08 | 1 | -1/+1 |
* | In activate routines, don't set status unless a warning or error occurs. | Guy Harris | 2014-04-22 | 1 | -14/+20 |
* | Don't discard warnings. | Guy Harris | 2014-04-22 | 1 | -8/+16 |
* | Return warning indications from the activate routine. | Guy Harris | 2014-04-22 | 1 | -2/+2 |
* | In activate routines, don't pre-set the status; set it for all errors. | Guy Harris | 2014-04-18 | 1 | -18/+48 |
* | remove libpcap's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | Rename the "private" member of a pcap_t to avoid C++ issues. | Guy Harris | 2013-08-07 | 1 | -4/+4 |
* | Add an API to set "immediate mode". | Guy Harris | 2013-05-08 | 1 | -1/+1 |
* | Move platform-dependent pcap_t data out of the pcap_t structure. | Guy Harris | 2013-05-06 | 1 | -16/+32 |
* | Have non-interface modules take responsibility for identifying their devices. | Guy Harris | 2012-06-11 | 1 | -1/+1 |
* | Fix build error on HP-UX. | Guy Harris | 2011-01-15 | 1 | -7/+9 |
* | Treat either EPERM or EACCES as "no soup for you". | Guy Harris | 2010-09-21 | 1 | -3/+4 |
* | Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open the | Guy Harris | 2010-09-21 | 1 | -37/+47 |
* | Squelch warnings about type punning. | Guy Harris | 2010-02-23 | 1 | -4/+10 |
* | dlp->dl_length might be an unsigned long; cast it to unsigned long and | Guy Harris | 2009-07-02 | 1 | -2/+2 |
* | From Albert Chin: the "ss" variable is defined only if bufmod is | guy | 2008-12-02 | 1 | -2/+2 |
* | Turn close_op into cleanup_op; the routine that handles it can also be | guy | 2008-04-14 | 1 | -12/+10 |
* | Catch another place where you could get told "no, you may not open that | guy | 2008-04-10 | 1 | -1/+3 |
* | Fix an sprintf call. | guy | 2008-04-09 | 1 | -2/+2 |
* | Add some PCAP_WARNING return values for "success, but you might want to | guy | 2008-04-09 | 1 | -20/+22 |
* | Add an error for "you don't have permission to open that device", as | guy | 2008-04-09 | 1 | -33/+64 |
* | Fix some compile errors. | guy | 2008-04-05 | 1 | -4/+4 |
* | From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t | guy | 2008-04-04 | 1 | -66/+71 |
* | Support for libdlpi, and for enabling "passive mode" on Solaris systems | guy | 2008-03-13 | 1 | -264/+44 |
* | As is done in the loop in pcap-bpf.c, check for non-positive values of | guy | 2008-02-02 | 1 | -2/+2 |
* | From Sagun Shakya: update a comment. | guy | 2008-01-30 | 1 | -3/+3 |
* | Don't assume that p->fcode.bpf_insns remains unchanged while processing | guy | 2007-12-05 | 1 | -4/+2 |
* | putmsg() returns 0 or -1, not the number of bytes written. | guy | 2006-04-04 | 1 | -1/+9 |
* | From Don Ebright: clean out *uerror in recv_ack() before doing anything, | guy | 2005-08-13 | 1 | -9/+20 |
* | From Pawel Pokrywka: add support for requesting that only received | guy | 2005-05-03 | 1 | -1/+2 |
* | If we get EBUSY when binding to a SAP, clear out the error string we get | guy | 2005-04-17 | 1 | -2/+5 |
* | Typo fix, from Mark C. Brown. | guy | 2005-04-17 | 1 | -2/+2 |
* | From Mark C. Brown: don't use hard-code values of 22 and 24 for the SAP | guy | 2005-04-17 | 1 | -60/+116 |
* | Update some comments. | guy | 2005-04-08 | 1 | -7/+18 |
* | Rename HAVE_HPUX10_20 to HAVE_HPUX10_20_OR_LATER, because it's also | guy | 2005-04-08 | 1 | -7/+7 |
* | Add a "pcap_close_common()" routine which can be used as the close | guy | 2004-10-19 | 1 | -5/+2 |
* | Do some error checking when extracting the unit number from a device | guy | 2004-07-22 | 1 | -3/+20 |