summaryrefslogtreecommitdiff
path: root/pcap.h
Commit message (Expand)AuthorAgeFilesLines
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-287/+8
* Clean up some comments, and give more details so people understand whatguy2006-02-091-4/+11
* OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy2005-07-071-6/+6
* 0.9's already been released, so, for better or worse, we're stuck withguy2005-07-051-6/+6
* Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy2005-07-051-6/+6
* Add a "pcap_dump_ftell()" routine, to fetch the current offset of aguy2005-06-031-2/+3
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+8
* From Gisle Vanem: MS-DOS support.guy2004-12-181-11/+59
* From Chris Lightfoot <cwrl@users.sourceforge.net>: addguy2004-11-071-1/+3
* Add support for sending packets; includes contributions from Markguy2004-03-231-2/+3
* Added the definition of MOD_MON, required by WinPcap to work properly with so...risso2004-01-271-1/+2
* Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy2003-11-211-1/+8
* Add "pcap_datalink_val_to_description()", which returns, for a DLT_guy2003-11-181-1/+2
* Add a "pcap_dump_file()" API to get the "FILE *" corresponding to aguy2003-11-161-1/+2
* Add a "pcap_breakloop()" API to break out of the loop inguy2003-11-041-1/+2
* Add a prototype for "pcap_next_ex()", to squelch compiler complaints,guy2003-04-101-1/+2
* 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