]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
Another change from Debian.
[libpcap] / pcap-linux.c
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 ... libpcap-1.0.0
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.
1999-10-07  mcrpcap-0.4
1999-10-07  mcrInitial revision