summaryrefslogtreecommitdiff
path: root/pcap-nit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-1/+7
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+7
* Put more information into the comments for "pcap_stats()".guy2001-12-101-2/+8
* Add comments to "pcap_stats()" indicating what the counters mean on theguy2001-07-291-1/+11
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-2/+3
* Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy2000-10-121-2/+2
* Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy2000-09-171-2/+2
* replace bzero with memsetassar2000-07-291-3/+3
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-6/+6
* nuke strcpy()itojun2000-04-271-3/+3
* do not use sprintf(). always use snprintf().itojun2000-04-271-7/+10
* Initial revisionmcr1999-10-071-0/+244