]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
Fix typo.
[libpcap] / pcap-linux.c
2009-07-16  Guy HarrisFix typo.
2009-07-16  Guy HarrisWhen doing Linux mmapped capture:
2009-07-15  Guy HarrisFrom Dustin Spicuzza:
2009-07-11  Guy HarrisGet rid of an assigned-to-but-unused variable.
2009-07-11  Guy HarrisFor Linux, add to the pcap_md structure a pointer to...
2009-07-06  Guy HarrisIn memory-mapped mode, when turning non-blocking mode...
2009-07-04  Guy HarrisSquelch some compile warnings with older Linux kernels.
2009-07-03  Guy HarrisNot releasing a packet in Linux memory-mapped mode...
2009-07-02  Guy HarrisIf HAVE_PACKET_AUXDATA isn't defined, don't declare...
2009-06-07  Guy HarrisMerge branch 'master' of git+ssh://[email protected]...
2009-06-01  Guy HarrisMove some more stuff up before the first use.
2009-06-01  Guy HarrisMove up the definition of get_mac80211_phydev() before...
2009-06-01  Guy HarrisWhen checking whether a device will let you turn monito...
2009-06-01  Guy HarrisMerge branch 'master' of git+ssh://[email protected]...
2009-05-22  Guy HarrisTo put mac80211 devices in monitor mode, create a ...
2009-04-07  Guy HarrisFrom a quick look at the hostap driver, it appears...
2009-03-25  Guy HarrisDon't return PCAP_WARNING if mmapped capturing isn...
2009-03-25  Guy Harrisprev_pkt is in the pcap_md structure, not the pcap_t...
2009-03-25  Guy HarrisMove "union thdr" to pcap-int.h, as we use it in pcap...
2009-03-24  Guy HarrisIn memory-mapped mode, don't release the packet as...
2009-03-19  Guy HarrisFrom Roman Francoise: rename the USB-sniffing devices...
2009-02-14  Guy HarrisFrom Tobias Poschwatta: correctly check the requested...
2008-12-14  guyOK, let's try another approach - include <linux/if...
2008-12-14  guyIt appears that, at least with the 2.6.27.5 kernel...
2008-12-14  guyhas_wext() isn't used if IW_MODE_MONITOR isn't defined...
2008-11-19  guyReturn -1 for all failures to create a packet ring...
2008-11-19  guyIf attempting to turn memory-mapped access on fails...
2008-11-19  guyFix the handling of the "any" device, including making...
2008-10-28  guyDon't do all the recvmsg() stuff if we don't have ...
2008-09-22  guyA pile of comments, from looking at aircrack-ng's airmo...
2008-08-06  guyCheck whether the tpacket_auxdata structure has a tp_vl...
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy: Convert pcap-linux to use recvmsg...
2008-07-01  guyWhen activating a device, return PCAP_ERROR_IFACE_NOT_U...
2008-06-24  guyHandle ARPHRD_NONE, used by some tunnel devices, by...
2008-04-14  guyFix a typo (sigh, using both "p" and "handle" for the...
2008-04-14  guyTurn close_op into cleanup_op; the routine that handles...
2008-04-10  guyReport PCAP_ERROR_PERM_DENIED if you don't have permiss...
2008-04-09  guyAdd some PCAP_WARNING return values for "success, but...
2008-04-09  guyAdd an error for "you don't have permission to open...
2008-04-07  guyFor Linux non-mmapped captures, Linux bluetooth capture...
2008-04-07  guyFree the memory allocated for the Wireless Extensions...
2008-04-04  guyThe value you get back from a SIOCGIWPRIV querying...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2008-03-14  guyFrom Kris Katterjohn: explicitly check for socklen_t...
2008-02-08  guyFrom Hagen Paul Pfeifer: define some routines as static...
2008-02-02  guyError messages returned in the pcap_t's error buffer...
2008-02-02  guyFrom Alexander 'Leo' Bergolth: fix a typo.
2008-02-02  guyTreat a max_packets value of 0 the same way that we...
2008-01-24  guymap_packet_type_to_sll_type() isn't used - and won...
2008-01-06  guyThe SITA code in pcap-linux.c shares very little with...
2008-01-05  guyFrom Paolo Abeni: support for a memory-mapped capture...
2007-11-18  guyFrom Kris Katterjohn: when building a SITA version...
2007-10-20  guySITA ACN support, from Fulko Hew.
2007-10-05  guyAdd DLT_AX25_KISS, for AX.25 with a KISS header, as...
2006-10-13  guyMove the Linux Bluetooth and USB declarations to a...
2006-10-13  guyFrom Paolo Abeni: Bluetooth support.
2006-10-12  guySquelch another valgrind complaint.
2006-10-04  guyPut the public libpcap headers into a pcap subdirectory...
2006-10-04  hannesfrom Paolo Abeni <[email protected]>: USB capturing...
2006-09-28  guySquelch a valgrind warning.
2006-09-18  guyIndicate *which* ioctl failed.
2006-04-07  guyFrom Ollie Wild: if we're bound to an interface, discar...
2006-02-23  guyIf we succeed in getting packet statistics with the...
2006-01-22  guyFrom Daniele Orlandi <[email protected]>: add support...
2005-11-24  guyDon't double-count received packets on Linux systems...
2005-10-08  guyHandle too-short snapshot lengths in cooked mode.
2005-08-16  guyFrom Mike "Dragorn" Kershaw: add support for the new...
2005-07-07  guyOK, we'll be putting out 0.9.2 soon, so add the API...
2005-07-05  guy0.9's already been released, so, for better or worse...
2005-07-05  guyRename "direction_t" to "pcap_direction_t", and rename...
2005-06-20  guyFrom Gilbert Hoyek <[email protected]>: support...
2005-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2004-10-19  guyAdd a "pcap_close_common()" routine which can be used...
2004-09-06  guyNot all Linuxes define ARPHRD_IRDA; define it if it...
2004-04-07  guyAs per Mark Pizzolato, "sendto()" isn't necessary for...
2004-03-24  guyFixes from Mark Pizzolato.
2004-03-23  guyAdd support for sending packets; includes contributions...
2004-01-14  guyDon't use a static variable for the accumulated statist...
2004-01-02  hannespatch from Erik de Castro Lopo <erik.de.castro.lopo...
2003-12-18  guyFor devices that we have some reason to believe are...
2003-11-21  guyAdd a "pcap_get_selectable_fd()" API to get an FD on...
2003-11-20  guyAdd "getnonblock" and "setnonblock" operations, and...
2003-11-18  guyFrom Jean Tourrilhes <[email protected]>: IrDA...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-11-05  guyFrom Jesper Peterson: fix a cut-and-pasteo (the Linux... libpcap-0.8-bp
2003-11-04  guyAdd a "pcap_breakloop()" API to break out of the loop in
2003-10-06  guyFrom Krzysztof Halasa <[email protected]>:
2003-07-25  guyAdd a "read" function pointer to the pcap_t structure...
2003-07-25  guyAdd a "set_datalink" function pointer to the pcap_t...
2003-07-25  guyAdd a "setfilter" function pointer to the pcap_t struct...
2003-07-25  guyAdd a "stats" function pointer to the pcap_t structure...
2003-07-25  guyAdd a "close" function pointer to the pcap_t structure...
2003-07-23  guyFrom Jesper Peterson <[email protected]>: support for...
2003-04-09  guyDon't turn allmulti mode on if "promisc" isn't set...
2003-01-23  guyFrom Peter Fales <[email protected]>: support...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
next