summaryrefslogtreecommitdiff
path: root/pcap-dlpi.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris2022-03-141-2/+13
* Set the error message for "permission denied" errors.Guy Harris2022-03-111-19/+44
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Cleaning spacesFrancois-Xavier Le Bail2019-11-081-2/+2
* Don't use ctype.h macros.Guy Harris2019-08-311-2/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-26/+26
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-7/+7
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Assume we have limits.h.Guy Harris2018-09-091-5/+0
* "connected"/"disconnected" doesn't apply to loopback devices.Guy Harris2018-05-011-3/+15
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-2/+3
* Fix function signatures.Guy Harris2018-04-291-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+16
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-4/+4
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-42/+41
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Don't check for /dev/dlpi (file or directory) at configuration time.Guy Harris2017-09-181-6/+17
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-3/+5
* Clean up some warnings.Guy Harris2017-08-191-32/+45
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Allow a platform to add information to the version string.Guy Harris2017-05-161-0/+9
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-3/+3
* 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