summaryrefslogtreecommitdiff
path: root/pcap-nit.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+3
* 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-1/+1
* 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
* 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-11/+12
* 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/+11
* 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
* 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-1/+1
* Let the platform decide how to check capturable interfaces.Guy Harris2016-06-281-1/+18
* 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-6/+6
* 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-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
* Add an API to set "immediate mode".Guy Harris2013-05-081-10/+25
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-5/+14
* 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-39/+33
* As is done in the loop in pcap-bpf.c, check for non-positive values ofguy2008-02-021-2/+2
* Don't assume that p->fcode.bpf_insns remains unchanged while processingguy2007-12-051-3/+2
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+2
* Add a "pcap_close_common()" routine which can be used as the closeguy2004-10-191-5/+2
* Add support for sending packets; includes contributions from Markguy2004-03-231-1/+31
* Fix cut-and-pasteos; thanks to Darren Reed for finding them.guy2004-03-211-2/+2
* For devices that we have some reason to believe are real live Ethernetguy2003-12-181-1/+21
* Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy2003-11-211-1/+6
* Add "getnonblock" and "setnonblock" operations, and set the functionguy2003-11-201-1/+3
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Add a "pcap_breakloop()" API to break out of the loop inguy2003-11-041-1/+21
* Add a "read" function pointer to the pcap_t structure, which handlesguy2003-07-251-3/+4
* Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy2003-07-251-7/+2
* Add a "setfilter" function pointer to the pcap_t structure, whichguy2003-07-251-10/+2
* Add a "stats" function pointer to the pcap_t structure, which handlesguy2003-07-251-3/+4
* Add a "close" function pointer to the pcap_t structure, which handlesguy2003-07-251-1/+13
* From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy2002-12-221-2/+3