summaryrefslogtreecommitdiff
path: root/pcap.h
Commit message (Expand)AuthorAgeFilesLines
* Add a "pcap_lib_version()" routine to return a version string forguy2003-02-111-1/+3
* From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver andguy2003-02-111-2/+4
* Make "pcap_dump_flush()" return a success-vs-failure indication;guy2002-12-221-2/+2
* From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy2002-12-221-3/+3
* From Andrew Brown <atatat@atatdot.net>: add a "pcap_dump_flush()" call,guy2002-12-211-1/+2
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-1/+5
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+6
* Added support for Win32, based on WinPcap.risso2002-08-011-3/+25
* Make "flags" in a "struct pcap_if" a "bpf_u_int32", as requested byguy2002-07-201-2/+2
* Add APIs to put a "pcap_t" into or out of non-blocking mode, and to getguy2001-12-091-1/+3
* Make the "is_loopback" field of a "pcap_if" structure a general "flags"guy2001-10-281-2/+4
* From Scott Gifford:guy2001-10-081-1/+29
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-2/+2
* The Linux "pcap_setfilter()" makes a copy of the filter it's handed, andguy2000-10-251-3/+2
* In addition to telling people not to change the format of the savefileguy2000-10-121-3/+10
* Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy2000-10-121-90/+2
* Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as perguy2000-09-181-1/+13
* Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy2000-09-171-2/+78
* Add comments telling people not to gratuitously change the capture fileguy2000-09-141-1/+22
* Pick up, from the FreeBSD libpcap, changes to surround all declarations withguy2000-07-291-1/+10
* (pcap_open_dead, bpf_validate, bpf_dump): addassar2000-06-261-1/+4
* This adds a new function that allows using the bpf compiler withoutmcr1999-12-081-1/+3
* Initial revisionmcr1999-10-071-0/+137