summaryrefslogtreecommitdiff
path: root/dlpisubs.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+6
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-191-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Check for required alignment by testing CPU types.Guy Harris2018-08-041-2/+16
* Mention malloc in an error message.Guy Harris2017-11-171-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-2/+3
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Use DLT_RAW for DL_IPNET devices; that's their default behavior.Guy Harris2016-12-171-1/+10
* Squelch a signed vs. unsigned comparison warning.Guy Harris2016-08-131-2/+2
* Add some more DL_ types from Solaris 11.Guy Harris2016-06-271-1/+22
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-2/+2
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-1/+1
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris2013-12-141-1/+1
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-2/+2
* Explicitly set the timeout to 0 in immediate mode.Guy Harris2013-05-081-19/+26
* Add an API to set "immediate mode".Guy Harris2013-05-081-4/+4
* Don't include <libdlpi.h> if we don't have libdlpi.Guy Harris2013-05-061-0/+2
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-3/+7
* Don't define pcap_stream_err() if we're not going to use it.Guy Harris2009-06-291-0/+4
* From Albert Chin: define DL_IPATM and MAXDLBUF, just as is done inguy2008-12-021-1/+6
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-10/+10
* Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy2008-03-131-0/+349