aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-bpf.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-15Check for "/dev/bpf"; if we find it, use BPF as the capture mechanism,guy1-9/+2
2007-06-11Pick up changes from NetBSD:guy1-1/+19
2007-03-26From Jung-uk Kim: add support for new FreeBSD BIOCSDIRECTION ioctl.guy1-4/+17
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-3/+3
2006-01-22From Sam Leffler and Jason Evans: fix the allocation of the buffer forguy1-2/+2
2005-07-10select() should work on BPF devices on Tiger; it's poll() and kqueuesguy1-7/+1
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy1-8/+8
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy1-8/+8
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy1-8/+8
2005-06-04Sigh. In OS X 10.4 (and 10.4.1), "select()" and "poll()" don't work onguy1-13/+13
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+39
2005-04-21Include <sys/cfgodm.h> rather than <odmi.h> in the hopes that it'llguy1-2/+2
2005-04-12from TANAKA Shin-ya <zstanaka@archer.livedoor.com>:hannes1-2/+2
2005-02-26On the platforms where we do in-kernel filtering and can read more thanguy1-1/+9
2005-02-24Install an initial filter that accepts all packets; you need a filter inguy1-1/+25
2004-12-15Put the FDDI padding (if any) into the pcap_t structure on platformsguy1-6/+9
2004-12-14Don't skip the FDDI padding before running a filter in userland - theguy1-23/+29
2004-12-14Strip off the FDDI padding on NetBSD before processing the packet.guy1-18/+39
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy1-11/+2
2004-10-05Rather than not turning the "use complete headers" flag on OS X, weguy1-16/+38
2004-09-15From Matthew Luckie <mjl@luckie.org.nz>: FreeBSD version numbers fromguy1-3/+3
2004-06-05As noted by Rob Deker, we weren't checking the "i"th member of the DLTguy1-2/+2
2004-03-31Update a comment to suggest how to detect the OS X broken BIOCSHDRCMPLTguy1-4/+6
2004-03-24Get rid of an out-of-date comment.guy1-11/+12
2004-03-24From Mark Pizzolato: do a BIOCSHDRCMPLT so that the link-layer header weguy1-10/+20
2004-03-23Add support for sending packets; includes contributions from Markguy1-2/+42
2003-12-24TRUE/FALSE may not be defineditojun1-3/+3
2003-12-18For devices that we have some reason to believe are real live Ethernetguy1-6/+70
2003-11-22We use userland filters if the filter contains backward branches (forguy1-21/+52
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+57
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-2/+35
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy1-9/+4
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy1-9/+5
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy1-13/+7
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy1-9/+4
2003-07-25Add a "close" function pointer to the pcap_t structure, which handlesguy1-1/+12
2003-07-23From Jesper Peterson <jesper@endace.com>: support for capturing fromguy1-1/+40
2003-04-17From Shaun Clowes:guy1-10/+19
2003-03-28Add support for loopback devices on AIX (under the assumption that theyguy1-1/+5
2003-02-25Don't make the bpf buffer smaller than the default.fenner1-3/+6
2003-02-11Use "odm_err_msg()" to get the error message string corresponding to ODMguy1-13/+29
2003-02-11From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver andguy1-2/+193
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/+56
2002-10-08From Jon Lindgren <jonl@yubyub.net>, based on a note from Don Ebrightguy1-1/+23
2002-08-03Get rid of an old comment (yes, including <net/if_types.h> is the rightguy1-8/+16
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-1/+7
2002-06-07Reserve a DLT_ value for Frame Relay, and map BSD/OS's DLT_FR to it.guy1-2/+2