aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-linux.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-20SITA ACN support, from Fulko Hew.guy1-3/+31
2007-10-05Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions inguy1-2/+2
2006-10-13Move the Linux Bluetooth and USB declarations to a header file.guy1-19/+11
2006-10-13From Paolo Abeni: Bluetooth support.guy1-5/+29
2006-10-12Squelch another valgrind complaint.guy1-3/+8
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-2/+2
2006-10-04from Paolo Abeni <paolo.abeni@email.com>: USB capturing support on linuxhannes1-1/+15
2006-09-28Squelch a valgrind warning.guy1-1/+2
2006-09-18Indicate *which* ioctl failed.guy1-7/+7
2006-04-07From Ollie Wild: if we're bound to an interface, discard incomingguy1-1/+17
2006-02-23If we succeed in getting packet statistics with the PACKET_STATISTICSguy1-16/+20
2006-01-22From Daniele Orlandi <daniele@orlandi.com>: add support for capturingguy1-2/+14
2005-11-24Don't double-count received packets on Linux systems that support theguy1-3/+19
2005-10-08Handle too-short snapshot lengths in cooked mode.guy1-1/+10
2005-08-16From Mike "Dragorn" Kershaw: add support for the new ARPHRD_ value forguy1-1/+8
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy1-5/+5
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy1-5/+5
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy1-5/+5
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-2/+17
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-14/+56
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy1-5/+2
2004-09-06Not all Linuxes define ARPHRD_IRDA; define it if it's not defined.guy1-1/+4
2004-04-07As per Mark Pizzolato, "sendto()" isn't necessary for sending packets,guy1-31/+15
2004-03-24Fixes from Mark Pizzolato.guy1-4/+6
2004-03-23Add support for sending packets; includes contributions from Markguy1-13/+74
2004-01-14Don't use a static variable for the accumulated statistics, accumulateguy1-15/+7
2004-01-02patch from Erik de Castro Lopo <erik.de.castro.lopo@sensorynetworks.com>:hannes1-3/+15
2003-12-18For devices that we have some reason to believe are real live Ethernetguy1-4/+48
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+7
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy1-1/+3
2003-11-18From Jean Tourrilhes <jean2@sourceforge.net>: IrDA capture support forguy1-2/+14
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-11-05From Jesper Peterson: fix a cut-and-pasteo (the Linux libpcap code callslibpcap_0_8_bpguy1-3/+3
2003-11-04Add a "pcap_breakloop()" API to break out of the loop inguy1-1/+13
2003-10-06From Krzysztof Halasa <khc@pm.waw.pl>:guy1-4/+15
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy1-9/+5
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy1-13/+2
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy1-16/+5
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy1-10/+6
2003-07-25Add a "close" function pointer to the pcap_t structure, which handlesguy1-36/+19
2003-07-23From Jesper Peterson <jesper@endace.com>: support for capturing fromguy1-1/+50
2003-04-09Don't turn allmulti mode on if "promisc" isn't set; that causes problemsguy1-5/+16
2003-01-23From Peter Fales <peter@fales-lorenz.net>: support for Linux ARCNET,guy1-2/+2
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy1-6/+7
2002-12-19NetBSD support for multiple data link types on an interface, from Davidguy1-1/+7
2002-10-18Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linuxguy1-1/+25
2002-07-12Cut-and-pasteo fix, from Greg Stark <gsstark@mit.edu>.guy1-2/+2
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-1/+15
2002-07-06Isn't Linux fun? You might have a distribution whose kernel is a shinyguy1-3/+11
2002-06-11whitespace cleanupitojun1-71/+71