2011-05-22 |
Guy Harris | EOPNOTSUPP from an ethtool ioctl should not be a fatal... |
blob | commitdiff | raw |
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 |
2008-11-19 |
guy | Return -1 for all failures to create a packet ring... |
blob | commitdiff | raw | diff to current |
2008-11-19 |
guy | If attempting to turn memory-mapped access on fails... |
blob | commitdiff | raw | diff to current |
2008-11-19 |
guy | Fix the handling of the "any" device, including making... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
guy | Don't do all the recvmsg() stuff if we don't have ... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
guy | A pile of comments, from looking at aircrack-ng's airmo... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | Check whether the tpacket_auxdata structure has a tp_vl... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | From Patrick McHardy: |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | From Patrick McHardy: |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | From Patrick McHardy: |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | From Patrick McHardy: |
blob | commitdiff | raw | diff to current |
2008-08-06 |
guy | From Patrick McHardy: Convert pcap-linux to use recvmsg... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
guy | When activating a device, return PCAP_ERROR_IFACE_NOT_U... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
guy | Handle ARPHRD_NONE, used by some tunnel devices, by... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
guy | Fix a typo (sigh, using both "p" and "handle" for the... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
guy | Turn close_op into cleanup_op; the routine that handles... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
guy | Report PCAP_ERROR_PERM_DENIED if you don't have permiss... |
blob | commitdiff | raw | diff to current |
2008-04-09 |
guy | Add some PCAP_WARNING return values for "success, but... |
blob | commitdiff | raw | diff to current |
2008-04-09 |
guy | Add an error for "you don't have permission to open... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
guy | For Linux non-mmapped captures, Linux bluetooth capture... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
guy | Free the memory allocated for the Wireless Extensions... |
blob | commitdiff | raw | diff to current |
2008-04-04 |
guy | The value you get back from a SIOCGIWPRIV querying... |
blob | commitdiff | raw | diff to current |
2008-04-04 |
guy | From Paolo Abeni and me: split pcap_open_live() into... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
guy | From Kris Katterjohn: explicitly check for socklen_t... |
blob | commitdiff | raw | diff to current |
2008-02-08 |
guy | From Hagen Paul Pfeifer: define some routines as static... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
guy | Error messages returned in the pcap_t's error buffer... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
guy | From Alexander 'Leo' Bergolth: fix a typo. |
blob | commitdiff | raw | diff to current |
2008-02-02 |
guy | Treat a max_packets value of 0 the same way that we... |
blob | commitdiff | raw | diff to current |
2008-01-24 |
guy | map_packet_type_to_sll_type() isn't used - and won... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
guy | The SITA code in pcap-linux.c shares very little with... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
guy | From Paolo Abeni: support for a memory-mapped capture... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
guy | From Kris Katterjohn: when building a SITA version... |
blob | commitdiff | raw | diff to current |
next |