aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-null.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-14Update to the new style, wherein each capture type has its ownGuy Harris1-2/+2
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-4/+3
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy1-8/+1
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy1-7/+1
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy1-14/+1
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy1-8/+1
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-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-1/+7
2000-10-28When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy1-2/+3
2000-07-11add config.h, remove gnuc.h. remove __deadassar1-2/+5
2000-06-26remove some empty linesassar1-5/+1
2000-04-27s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun1-2/+2
2000-04-27nuke strcpy()itojun1-2/+2
2000-04-27do not use sprintf(). always use snprintf().itojun1-4/+5
1999-10-07Initial revisionmcr1-0/+73