2015-02-26 |
Guy Harris | Check /sys/class/net/{device}/wireless first when check... |
blob | commitdiff | raw |
2015-02-26 |
Guy Harris | Fix previous change. |
blob | commitdiff | raw | diff to current |
2015-02-26 |
Guy Harris | Check for Wi-Fi interfaces and don't offer DOCSIS on... |
blob | commitdiff | raw | diff to current |
2015-02-26 |
Guy Harris | Work around annoying Android problem. |
blob | commitdiff | raw | diff to current |
2015-01-09 |
Guy Harris | tp_mac and tp_snaplen are unsigned; print them with... |
blob | commitdiff | raw | diff to current |
2012-12-11 |
Ani Sinha | Linux kernel 3.0 uses TP_STATUS_VLAN_VALID flag... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Guy Harris | 2.6.0 didn't have "subsystem" links; use "ifindex"... |
blob | commitdiff | raw | diff to current |
2012-12-02 |
Guy Harris | Include <sys/stat.h> as we use lstat(). |
blob | commitdiff | raw | diff to current |
2012-12-02 |
Guy Harris | Don't assume that device entries in /sys/class/net... |
blob | commitdiff | raw | diff to current |
2012-09-28 |
Guy Harris | Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL... |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Guy Harris | Handle VLAN tags in cooked mode. |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Guy Harris | Only add VLAN tags for Ethernet. |
blob | commitdiff | raw | diff to current |
2012-06-10 |
Guy Harris | Fix tpo. libpcap-1.3.0 |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Guy Harris | Don't just treat anything that contains "can" or "vcan... |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2011-12-23 |
Akos Vandra | Added initial support for canusb devices. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Guy Harris | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Michael Richardson | Merge pull request #3 from dpward/master |
blob | commitdiff | raw | diff to current |
2011-12-21 |
David Ward | Improve 'inbound'/'outbound' capture filters under... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Guy Harris | Arrange to have pcap_close_all() earlier. |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Guy Harris | For mac80211 devices we need to clean up monitor mode... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Guy Harris | Put declarations of pcap-netfilter-linux.c in pcap... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Guy Harris | Squelch uninitialized-variable warning. |
blob | commitdiff | raw | diff to current |
2011-12-05 |
Guy Harris | Fix monitor mode handling with non-mac80211 drivers. |
blob | commitdiff | raw | diff to current |
2011-12-04 |
Guy Harris | linux/ethtool.h requires linux/types.h. |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Guy Harris | Don't drive on if fopen() or opendir() returns NULL. |
blob | commitdiff | raw | diff to current |
2011-08-14 |
Guy Harris | Don't assume any of the ETHTOOL_ offloading values... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Guy Harris | When creating PF_PACKET sockets, fail immediately for... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
Jakub Zawadzki | Add support for capturing from Linux iptables NFLOG... |
blob | commitdiff | raw | diff to current |
2011-06-12 |
Guy Harris | Handle kernels that don't have ETHTOOL_GFLAGS. |
blob | commitdiff | raw | diff to current |
2011-06-12 |
Guy Harris | Handle kernels that don't have ETHTOOL_GGRO. |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Guy Harris | EOPNOTSUPP from an ethtool ioctl should not be a fatal... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Guy Harris | Some forms of offloading mean we can't trust the MTU. |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Guy Harris | Try to use smaller mmapped buffers on Ethernet devices. |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Guy Harris | Expand on the choice of snapshot length, and indicate... |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Guy Harris | Handle kernels that don't support PACKET_RESERVE. |
blob | commitdiff | raw | diff to current |
2011-05-05 |
Guy Harris | Explain that tools that complain about uninitialized... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Guy Harris | Handle older kernels that don't define PACKET_RESERVE. |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Michael Richardson | Merge remote branch 'sfd/master' |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Julien Moutinho | Fix the calculation of the frame size in memory-mapped... |
blob | commitdiff | raw | diff to current |
2011-03-13 |
Henri Doreau | Close handles on error. |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Stephen Donnelly | Merge branch 'master' of git://github.com/mcr/libpcap |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Guy Harris | Libnl 2.x returns its own error codes, not errnos;... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Guy Harris | Add support for libnl 2.x, adapted from a newer version... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Guy Harris | Fixes from Scott Mcmillan. |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Guy Harris | If the specified time stamp type isn't supported, treat... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Guy Harris | Add support for setting the time stamp type for a capture. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Stephen Donnelly | Merge commit 'upstream/master' |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Guy Harris | Fix previous checkin. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Jon Smirl | Use DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces. |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Guy Harris | Clean up indentation. |
blob | commitdiff | raw | diff to current |
2010-04-28 |
andy-1 | Ignore /sys/net/dev files if we get ENODEV for them... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Christian Bell | Add Myricom SNF API support as a new pcap device. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Ignore directories in /sys/class/net. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Correctly handle errors other than problems reading... |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Fix some errors in the previous checkin. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Scan /sys/class/net if we have it. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | On Linux, always at least try to scan /proc/net/dev. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Include <ctype.h>, as we use macros from it. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Guy Harris | Scan /proc/net/dev on Linux regardless of how we get... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Felix Obenhuber | Add support for CANbus capture. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Stephen Donnelly | Merge branch 'master' of git://github.com/mcr/libpcap |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Guy Harris | Fix typo^Wbraino. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Guy Harris | In pcap_read_linux_mmap(), if there are no frames avail... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Guy Harris | If we get POLLERR when polling a socket in memory-mappe... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Guy Harris | Fix typo. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Guy Harris | When reading from a BPF device, if we get ENXIO, which... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Guy Harris | Copy the right value to the ps_ifdrop statistic. |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Guy Harris | Note some other ways to get link statistics. |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Guy Harris | Note that we might not get an interface drop count... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Guy Harris | From Dustin Spicuzza: support ps_ifdrop on Linux, using... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Guy Harris | The pcap_activate() man page says: |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Guy Harris | Get rid of unused variable. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Guy Harris | From Peter Volkov: |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Guy Harris | Fix typo. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Guy Harris | When doing Linux mmapped capture: |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Guy Harris | From Dustin Spicuzza: |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Guy Harris | Get rid of an assigned-to-but-unused variable. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Guy Harris | For Linux, add to the pcap_md structure a pointer to... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Guy Harris | In memory-mapped mode, when turning non-blocking mode... |
blob | commitdiff | raw | diff to current |
2009-07-04 |
Guy Harris | Squelch some compile warnings with older Linux kernels. |
blob | commitdiff | raw | diff to current |
2009-07-03 |
Guy Harris | Not releasing a packet in Linux memory-mapped mode... |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Guy Harris | If HAVE_PACKET_AUXDATA isn't defined, don't declare... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
Guy Harris | Merge branch 'master' of git+ssh://[email protected]... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Guy Harris | Move some more stuff up before the first use. |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Guy Harris | Move up the definition of get_mac80211_phydev() before... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Guy Harris | When checking whether a device will let you turn monito... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Guy Harris | Merge branch 'master' of git+ssh://[email protected]... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Guy Harris | To put mac80211 devices in monitor mode, create a ... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Guy Harris | From a quick look at the hostap driver, it appears... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Guy Harris | Don't return PCAP_WARNING if mmapped capturing isn... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Guy Harris | prev_pkt is in the pcap_md structure, not the pcap_t... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Guy Harris | Move "union thdr" to pcap-int.h, as we use it in pcap... |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Guy Harris | In memory-mapped mode, don't release the packet as... |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Guy Harris | From Roman Francoise: rename the USB-sniffing devices... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Guy Harris | From Tobias Poschwatta: correctly check the requested... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
guy | OK, let's try another approach - include <linux/if... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
guy | It appears that, at least with the 2.6.27.5 kernel... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
guy | has_wext() isn't used if IW_MODE_MONITOR isn't defined... |
blob | commitdiff | raw | diff to current |
next |