aboutsummaryrefslogtreecommitdiff
path: root/pcap-dlpi.c
AgeCommit message (Expand)Author
2022-03-15Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris
2022-03-15Set the error message for "permission denied" errors.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2019-11-08Cleaning spacesFrancois-Xavier Le Bail
2019-08-31Don't use ctype.h macros.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-09-09Assume we have limits.h.Guy Harris
2018-05-01"connected"/"disconnected" doesn't apply to loopback devices.Guy Harris
2018-04-30Pass the "get additional flags" function to the findalldevs helpers.Guy Harris
2018-04-29Fix function signatures.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-10-03No need to generate version.c or pcap_version.h.Guy Harris
2017-09-18Don't check for /dev/dlpi (file or directory) at configuration time.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-08-19Clean up some warnings.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-05-16Allow a platform to add information to the version string.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-08-17errbuf is a pointer, errbufsize is the size of what it points to.Guy Harris
2016-08-13Fix compile errors.Guy Harris
2016-08-12Fix typo.Guy Harris
2016-08-12Get rid of static string buffers.Guy Harris
2016-08-11No static buffers.Guy Harris
2016-07-03Fix some errors on HP-UX.Guy Harris
2016-06-30pcap_create_interface() needs the interface name on Linux.Guy Harris
2016-06-30Don't have pcap_create_common() set opt.device.Guy Harris
2016-06-29Rename opt.source to opt.device.Guy Harris
2016-06-28Let the platform decide how to check capturable interfaces.Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-08-09Make the buffer member of a pcap_t a void *.Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-04-22In activate routines, don't set status unless a warning or error occurs.Guy Harris
2014-04-22Don't discard warnings.Guy Harris
2014-04-22Return warning indications from the activate routine.Guy Harris
2014-04-18In activate routines, don't pre-set the status; set it for all errors.Guy Harris
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-08Add an API to set "immediate mode".Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2011-01-15Fix build error on HP-UX.Guy Harris
2010-09-21Treat either EPERM or EACCES as "no soup for you".Guy Harris