]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
Travis: Add .travis.yml (same as in version 1.4)
[libpcap] / pcap-linux.c
2015-02-26  Guy HarrisCheck /sys/class/net/{device}/wireless first when check...
2015-02-26  Guy HarrisFix previous change.
2015-02-26  Guy HarrisCheck for Wi-Fi interfaces and don't offer DOCSIS on...
2015-02-26  Guy HarrisWork around annoying Android problem.
2015-01-09  Guy Harristp_mac and tp_snaplen are unsigned; print them with...
2012-12-11  Ani Sinha Linux kernel 3.0 uses TP_STATUS_VLAN_VALID flag...
2012-12-03  Guy Harris2.6.0 didn't have "subsystem" links; use "ifindex"...
2012-12-02  Guy HarrisInclude <sys/stat.h> as we use lstat().
2012-12-02  Guy HarrisDon't assume that device entries in /sys/class/net...
2012-09-28  Guy HarrisCheck for both EOPNOTSUPP and EINVAL after SIOCETHTOOL...
2012-08-19  Guy HarrisHandle VLAN tags in cooked mode.
2012-08-19  Guy HarrisOnly add VLAN tags for Ethernet.
2012-06-10  Guy HarrisFix tpo. libpcap-1.3.0
2012-06-09  Guy HarrisDon't just treat anything that contains "can" or "vcan...
2011-12-27  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-12-23  Akos VandraAdded initial support for canusb devices.
2011-12-21  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-12-21  Michael RichardsonMerge pull request #3 from dpward/master
2011-12-21  David WardImprove 'inbound'/'outbound' capture filters under...
2011-12-09  Guy HarrisArrange to have pcap_close_all() earlier.
2011-12-09  Guy HarrisFor mac80211 devices we need to clean up monitor mode...
2011-12-09  Guy HarrisPut declarations of pcap-netfilter-linux.c in pcap...
2011-12-09  Guy HarrisSquelch uninitialized-variable warning.
2011-12-05  Guy HarrisFix monitor mode handling with non-mac80211 drivers.
2011-12-04  Guy Harrislinux/ethtool.h requires linux/types.h.
2011-12-01  Guy HarrisDon't drive on if fopen() or opendir() returns NULL.
2011-08-14  Guy HarrisDon't assume any of the ETHTOOL_ offloading values...
2011-07-15  Guy HarrisWhen creating PF_PACKET sockets, fail immediately for...
2011-06-17  Jakub ZawadzkiAdd support for capturing from Linux iptables NFLOG...
2011-06-12  Guy HarrisHandle kernels that don't have ETHTOOL_GFLAGS.
2011-06-12  Guy HarrisHandle kernels that don't have ETHTOOL_GGRO.
2011-05-22  Guy HarrisEOPNOTSUPP from an ethtool ioctl should not be a fatal...
2011-05-22  Guy HarrisSome forms of offloading mean we can't trust the MTU.
2011-05-20  Guy HarrisTry to use smaller mmapped buffers on Ethernet devices.
2011-05-13  Guy HarrisExpand on the choice of snapshot length, and indicate...
2011-05-13  Guy HarrisHandle kernels that don't support PACKET_RESERVE.
2011-05-05  Guy HarrisExplain that tools that complain about uninitialized...
2011-04-04  Guy HarrisHandle older kernels that don't define PACKET_RESERVE.
2011-03-31  Michael RichardsonMerge remote branch 'sfd/master'
2011-03-23  Julien MoutinhoFix the calculation of the frame size in memory-mapped...
2011-03-13  Henri DoreauClose handles on error.
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-02-16  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2010-11-14  Guy HarrisLibnl 2.x returns its own error codes, not errnos;...
2010-11-14  Guy HarrisAdd support for libnl 2.x, adapted from a newer version...
2010-08-23  Guy HarrisFixes from Scott Mcmillan.
2010-08-23  Guy HarrisIf the specified time stamp type isn't supported, treat...
2010-08-23  Guy HarrisAdd support for setting the time stamp type for a capture.
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-08-06  Guy HarrisFix previous checkin.
2010-08-06  Jon SmirlUse DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
2010-05-19  Guy HarrisClean up indentation.
2010-04-28  andy-1Ignore /sys/net/dev files if we get ENODEV for them...
2010-01-26  Christian BellAdd Myricom SNF API support as a new pcap device.
2010-01-10  Guy HarrisIgnore directories in /sys/class/net.
2010-01-10  Guy HarrisCorrectly handle errors other than problems reading...
2010-01-10  Guy HarrisFix some errors in the previous checkin.
2010-01-10  Guy HarrisScan /sys/class/net if we have it.
2010-01-10  Guy HarrisOn Linux, always at least try to scan /proc/net/dev.
2010-01-10  Guy HarrisInclude <ctype.h>, as we use macros from it.
2010-01-10  Guy HarrisScan /proc/net/dev on Linux regardless of how we get...
2009-12-29  Felix ObenhuberAdd support for CANbus capture.
2009-10-14  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2009-10-13  Guy HarrisFix typo^Wbraino.
2009-10-12  Guy HarrisIn pcap_read_linux_mmap(), if there are no frames avail...
2009-10-12  Guy HarrisIf we get POLLERR when polling a socket in memory-mappe...
2009-10-02  Guy HarrisFix typo.
2009-10-12  Guy HarrisWhen reading from a BPF device, if we get ENXIO, which...
2009-09-21  Guy HarrisCopy the right value to the ps_ifdrop statistic.
2009-09-08  Guy HarrisNote some other ways to get link statistics.
2009-09-07  Guy HarrisNote that we might not get an interface drop count...
2009-09-07  Guy HarrisFrom Dustin Spicuzza: support ps_ifdrop on Linux, using...
2009-07-31  Guy HarrisThe pcap_activate() man page says:
2009-07-24  Guy HarrisGet rid of unused variable.
2009-07-23  Guy HarrisFrom Peter Volkov:
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...
next