summaryrefslogtreecommitdiff
path: root/pcap-pf.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+3
* Fix some typosFrancois-Xavier Le Bail2020-12-121-2/+2
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-091-4/+4
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* We don't need to check LBL_ALIGN.Guy Harris2018-08-041-4/+0
* "connected"/"disconnected" doesn't apply to loopback devices.Guy Harris2018-05-011-1/+11
* 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/+11
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-23/+41
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-3/+5
* 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/+12
* 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-2/+2
* The FDDI padding value is now unsigned.Guy Harris2016-08-071-1/+1
* 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-3/+3
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-1/+14
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-1/+1
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-13/+13
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-2/+2
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+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-4/+4
* Add an API to set "immediate mode".Guy Harris2013-05-081-1/+3
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-31/+39
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-1/+1
* If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris2009-09-211-0/+1
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-4/+1
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-40/+37
* Don't assume that p->fcode.bpf_insns remains unchanged while processingguy2007-12-051-6/+5
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-3/+3
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+2
* From Albert Chin: fix a typo and a cut-and-pasteo.guy2005-04-191-4/+4
* On the platforms where we do in-kernel filtering and can read more thanguy2005-02-261-1/+11
* Put the FDDI padding (if any) into the pcap_t structure on platformsguy2004-12-151-8/+9
* The BPF code is generated using pcap_fddipad, so if we have to evaluateguy2004-12-151-5/+13
* Add a "pcap_close_common()" routine which can be used as the closeguy2004-10-191-11/+2
* Add support for sending packets; includes contributions from Markguy2004-03-231-3/+32
* We have to define DLT_DOCSIS ourselves, as we include <net/bpf.h> to getguy2004-02-091-1/+9
* For devices that we have some reason to believe are real live Ethernetguy2003-12-181-1/+25
* When installing a filter:guy2003-11-221-34/+63
* If the kernel supports an older version of BPF than we do, install theguy2003-11-211-2/+11