aboutsummaryrefslogtreecommitdiff
path: root/dlpisubs.c
AgeCommit message (Expand)Author
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2020-01-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-08-04Check for required alignment by testing CPU types.Guy Harris
2017-11-17Mention malloc in an error message.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2016-12-17Use DLT_RAW for DL_IPNET devices; that's their default behavior.Guy Harris
2016-08-13Squelch a signed vs. unsigned comparison warning.Guy Harris
2016-06-27Add some more DL_ types from Solaris 11.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-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-12-14Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-08Explicitly set the timeout to 0 in immediate mode.Guy Harris
2013-05-08Add an API to set "immediate mode".Guy Harris
2013-05-06Don't include <libdlpi.h> if we don't have libdlpi.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2009-06-29Don't define pcap_stream_err() if we're not going to use it.Guy Harris
2008-12-02From Albert Chin: define DL_IPATM and MAXDLBUF, just as is done inguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2008-03-13Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy