aboutsummaryrefslogtreecommitdiff
path: root/pcap-libdlpi.c
AgeCommit message (Expand)Author
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-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
2014-04-22In activate routines, don't set status unless a warning or error occurs.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
2013-05-06Fix some compile warnings/errors.Guy Harris
2012-07-05Fix presumed typo. (This couldn't have compiled.)Guy Harris
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2010-09-21Treat either EPERM or EACCES as "no soup for you".Guy Harris
2010-09-21Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open theGuy Harris
2009-02-26From Sebastien Roy: fix compilation problems on versions of Solaris withGuy Harris
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy
2008-04-09Add an error for "you don't have permission to open that device", asguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2008-03-15Get rid of an unused variable, and stop using an unset variable and thenguy
2008-03-15Get rid of empty statement.guy
2008-03-13Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy