aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-snit.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-21If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris1-0/+1
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-4/+1
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-27/+37
2008-02-02As is done in the loop in pcap-bpf.c, check for non-positive values ofguy1-2/+2
2007-12-05Don't assume that p->fcode.bpf_insns remains unchanged while processingguy1-3/+2
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+2
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy1-11/+2
2004-03-23Add support for sending packets; includes contributions from Markguy1-2/+42
2003-12-18For devices that we have some reason to believe are real live Ethernetguy1-1/+21
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+7
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy1-1/+3
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-11-04Add a "pcap_breakloop()" API to break out of the loop inguy1-1/+21
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy1-3/+4
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy1-7/+2
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy1-10/+2
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy1-3/+4
2003-07-25Add a "close" function pointer to the pcap_t structure, which handlesguy1-1/+13
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy1-2/+3
2002-12-19NetBSD support for multiple data link types on an interface, from Davidguy1-1/+7
2002-08-25From Guillaume Pelat <endymion_@users.sourceforge.net>: properlyguy1-2/+2
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-1/+7
2001-12-10Put more information into the comments for "pcap_stats()".guy1-2/+8
2001-07-29Add comments to "pcap_stats()" indicating what the counters mean on theguy1-1/+12
2000-10-28When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy1-2/+3
2000-10-12Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy1-2/+2
2000-09-17Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy1-2/+2
2000-07-29replace bzero with memsetassar1-2/+2
2000-07-11add config.h, remove gnuc.h. remove __deadassar1-2/+5
2000-07-01remove non-STDC code and malloc.hassar1-4/+1
2000-04-27s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun1-11/+11
2000-04-27nuke strcpy()itojun1-3/+3
2000-04-27do not use sprintf(). always use snprintf().itojun1-10/+17
1999-10-07Initial revisionmcr1-0/+300