aboutsummaryrefslogtreecommitdiffstats
path: root/pcap.h
AgeCommit message (Expand)AuthorFilesLines
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-287/+8
2006-02-09Clean up some comments, and give more details so people understand whatguy1-4/+11
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy1-6/+6
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy1-6/+6
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy1-6/+6
2005-06-03Add a "pcap_dump_ftell()" routine, to fetch the current offset of aguy1-2/+3
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+8
2004-12-18From Gisle Vanem: MS-DOS support.guy1-11/+59
2004-11-07From Chris Lightfoot <cwrl@users.sourceforge.net>: addguy1-1/+3
2004-03-23Add support for sending packets; includes contributions from Markguy1-2/+3
2004-01-27Added the definition of MOD_MON, required by WinPcap to work properly with so...risso1-1/+2
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+8
2003-11-18Add "pcap_datalink_val_to_description()", which returns, for a DLT_guy1-1/+2
2003-11-16Add a "pcap_dump_file()" API to get the "FILE *" corresponding to aguy1-1/+2
2003-11-04Add a "pcap_breakloop()" API to break out of the loop inguy1-1/+2
2003-04-10Add a prototype for "pcap_next_ex()", to squelch compiler complaints,guy1-1/+2
2003-02-11Add a "pcap_lib_version()" routine to return a version string forguy1-1/+3
2003-02-11From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver andguy1-2/+4
2002-12-22Make "pcap_dump_flush()" return a success-vs-failure indication;guy1-2/+2
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy1-3/+3
2002-12-21From Andrew Brown <atatat@atatdot.net>: add a "pcap_dump_flush()" call,guy1-1/+2
2002-12-19NetBSD support for multiple data link types on an interface, from Davidguy1-1/+5
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-1/+6
2002-08-01Added support for Win32, based on WinPcap.risso1-3/+25
2002-07-20Make "flags" in a "struct pcap_if" a "bpf_u_int32", as requested byguy1-2/+2
2001-12-09Add APIs to put a "pcap_t" into or out of non-blocking mode, and to getguy1-1/+3
2001-10-28Make the "is_loopback" field of a "pcap_if" structure a general "flags"guy1-2/+4
2001-10-08From Scott Gifford:guy1-1/+29
2000-10-28When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy1-2/+2
2000-10-25The Linux "pcap_setfilter()" makes a copy of the filter it's handed, andguy1-3/+2
2000-10-12In addition to telling people not to change the format of the savefileguy1-3/+10
2000-10-12Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy1-90/+2
2000-09-18Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as perguy1-1/+13
2000-09-17Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy1-2/+78
2000-09-14Add comments telling people not to gratuitously change the capture fileguy1-1/+22
2000-07-29Pick up, from the FreeBSD libpcap, changes to surround all declarations withguy1-1/+10
2000-06-26(pcap_open_dead, bpf_validate, bpf_dump): addassar1-1/+4
1999-12-08 This adds a new function that allows using the bpf compiler withoutmcr1-1/+3
1999-10-07Initial revisionmcr1-0/+137