2009-07-16 |
Guy Harris | Fix typo. |
blob | commitdiff | raw |
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 |
2007-10-20 |
guy | SITA ACN support, from Fulko Hew. |
blob | commitdiff | raw | diff to current |
2007-10-05 |
guy | Add DLT_AX25_KISS, for AX.25 with a KISS header, as... |
blob | commitdiff | raw | diff to current |
2006-10-13 |
guy | Move the Linux Bluetooth and USB declarations to a... |
blob | commitdiff | raw | diff to current |
2006-10-13 |
guy | From Paolo Abeni: Bluetooth support. |
blob | commitdiff | raw | diff to current |
2006-10-12 |
guy | Squelch another valgrind complaint. |
blob | commitdiff | raw | diff to current |
2006-10-04 |
guy | Put the public libpcap headers into a pcap subdirectory... |
blob | commitdiff | raw | diff to current |
2006-10-04 |
hannes | from Paolo Abeni <[email protected]>: USB capturing... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
guy | Squelch a valgrind warning. |
blob | commitdiff | raw | diff to current |
2006-09-18 |
guy | Indicate *which* ioctl failed. |
blob | commitdiff | raw | diff to current |
2006-04-07 |
guy | From Ollie Wild: if we're bound to an interface, discar... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
guy | If we succeed in getting packet statistics with the... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
guy | From Daniele Orlandi <[email protected]>: add support... |
blob | commitdiff | raw | diff to current |
2005-11-24 |
guy | Don't double-count received packets on Linux systems... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
guy | Handle too-short snapshot lengths in cooked mode. |
blob | commitdiff | raw | diff to current |
2005-08-16 |
guy | From Mike "Dragorn" Kershaw: add support for the new... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
guy | OK, we'll be putting out 0.9.2 soon, so add the API... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
guy | 0.9's already been released, so, for better or worse... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
guy | Rename "direction_t" to "pcap_direction_t", and rename... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
guy | From Gilbert Hoyek <[email protected]>: support... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
guy | From Pawel Pokrywka: add support for requesting that... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
guy | Add a "pcap_close_common()" routine which can be used... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
guy | Not all Linuxes define ARPHRD_IRDA; define it if it... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
guy | As per Mark Pizzolato, "sendto()" isn't necessary for... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
guy | Fixes from Mark Pizzolato. |
blob | commitdiff | raw | diff to current |
2004-03-23 |
guy | Add support for sending packets; includes contributions... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
guy | Don't use a static variable for the accumulated statist... |
blob | commitdiff | raw | diff to current |
2004-01-02 |
hannes | patch from Erik de Castro Lopo <erik.de.castro.lopo... |
blob | commitdiff | raw | diff to current |
2003-12-18 |
guy | For devices that we have some reason to believe are... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
guy | Add a "pcap_get_selectable_fd()" API to get an FD on... |
blob | commitdiff | raw | diff to current |
2003-11-20 |
guy | Add "getnonblock" and "setnonblock" operations, and... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
guy | From Jean Tourrilhes <[email protected]>: IrDA... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
guy | Add _U_ to "rcsid[]" definitions, to eliminate "unused... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
guy | From Jesper Peterson: fix a cut-and-pasteo (the Linux... libpcap-0.8-bp |
blob | commitdiff | raw | diff to current |
2003-11-04 |
guy | Add a "pcap_breakloop()" API to break out of the loop in |
blob | commitdiff | raw | diff to current |
2003-10-06 |
guy | From Krzysztof Halasa <[email protected]>: |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "read" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "set_datalink" function pointer to the pcap_t... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "setfilter" function pointer to the pcap_t struct... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "stats" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "close" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
guy | From Jesper Peterson <[email protected]>: support for... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
guy | Don't turn allmulti mode on if "promisc" isn't set... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
guy | From Peter Fales <[email protected]>: support... |
blob | commitdiff | raw | diff to current |
2002-12-22 |
guy | From Yoann Vandoorselaere <[email protected]>:... |
blob | commitdiff | raw | diff to current |
next |