2022-02-20 |
Guy Harris | Make sure no read routine process more than INT_MAX... |
blob | commitdiff | raw |
2020-12-12 |
Francois-Xavier... | Fix some typos |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Michael Richardson | Merge pull request #906 from Oppen/issue_898 |
blob | commitdiff | raw | diff to current |
2020-07-01 |
Guy Harris | Handle the pcap_t+private data in a fashion that makes... |
blob | commitdiff | raw | diff to current |
2019-09-01 |
Guy Harris | Don't use ctype.h macros. |
blob | commitdiff | raw | diff to current |
2019-08-15 |
Guy Harris | Merge pull request #833 from daemonhorn/master |
blob | commitdiff | raw | diff to current |
2019-08-09 |
Guy Harris | Remove some workarounds for old compilers. |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Michael Richardson | Merge pull request #749 from nmap/manpage-formatting |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge branch 'master' into breakloop_poll 741/head |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge pull request #756 from stubbfel/patch-1 |
blob | commitdiff | raw | diff to current |
2018-09-13 |
Guy Harris | Squelch more narrowing warnings. |
blob | commitdiff | raw | diff to current |
2018-09-01 |
Guy Harris | Clean up the declaration of the packet-filtering routines. |
blob | commitdiff | raw | diff to current |
2018-08-25 |
Guy Harris | Merge pull request #722 from rixed/patch-1 |
blob | commitdiff | raw | diff to current |
2018-08-04 |
Guy Harris | We don't need to check LBL_ALIGN. |
blob | commitdiff | raw | diff to current |
2018-05-01 |
Guy Harris | "connected"/"disconnected" doesn't apply to loopback... |
blob | commitdiff | raw | diff to current |
2018-04-30 |
Guy Harris | Pass the "get additional flags" function to the findall... |
blob | commitdiff | raw | diff to current |
2018-04-29 |
Guy Harris | Fix function signatures. |
blob | commitdiff | raw | diff to current |
2018-04-29 |
Guy Harris | Add more interface flags to pcap_findalldevs(). |
blob | commitdiff | raw | diff to current |
2017-11-28 |
Guy Harris | Merge pull request #663 from sgeto/netmap |
blob | commitdiff | raw | diff to current |
2017-11-15 |
Guy Harris | Add a routine to format error messages with an errno... |
blob | commitdiff | raw | diff to current |
2017-10-05 |
Ali Abdulkadir | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2017-10-04 |
Guy Harris | No need to generate version.c or pcap_version.h. |
blob | commitdiff | raw | diff to current |
2017-09-07 |
Guy Harris | Push pcap_lib_version() into the pcap-XXX.c files. |
blob | commitdiff | raw | diff to current |
2017-08-24 |
Guy Harris | Merge pull request #595 from buytenh/pcap_protocol |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Guy Harris | Always include <config.h> rather than "config.h". |
blob | commitdiff | raw | diff to current |
2017-07-22 |
Guy Harris | Merge pull request #588 from mkubecek/mk/master/vlan4 |
blob | commitdiff | raw | diff to current |
2017-06-02 |
Guy Harris | Make the checks and adjustment of the snapshot length... |
blob | commitdiff | raw | diff to current |
2017-05-16 |
Guy Harris | Allow a platform to add information to the version... |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Guy Harris | Have a pcap_if_list_t structure for use by the findalld... |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Guy Harris | Merge pull request #429 from msekletar/bpf-userland... |
blob | commitdiff | raw | diff to current |
2016-12-13 |
Christopher K Lee | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2016-08-07 |
Guy Harris | The FDDI padding value is now unsigned. |
blob | commitdiff | raw | diff to current |
2016-06-30 |
Guy Harris | pcap_create_interface() needs the interface name on... |
blob | commitdiff | raw | diff to current |
2016-06-30 |
Guy Harris | Don't have pcap_create_common() set opt.device. |
blob | commitdiff | raw | diff to current |
2016-06-30 |
Guy Harris | Rename opt.source to opt.device. |
blob | commitdiff | raw | diff to current |
2016-06-28 |
Guy Harris | Let the platform decide how to check capturable interfaces. |
blob | commitdiff | raw | diff to current |
2016-06-26 |
Guy Harris | Have pcap_platform_finddevs() do all the "find local... |
blob | commitdiff | raw | diff to current |
2015-11-25 |
Christopher K Lee | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2015-11-03 |
Guy Harris | Use pcap_snprintf() instead of snprintf(). |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Guy Harris | Merge branch 'aix-large-files' of https://github.com... |
blob | commitdiff | raw | diff to current |
2015-08-09 |
Guy Harris | Make the buffer member of a pcap_t a void *. |
blob | commitdiff | raw | diff to current |
2015-03-08 |
Francois-Xavier... | Delete trailing spaces/tabs |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | issue: https://github.com/the-tcpdump-group/libpcap... |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Denis Ovsienko | remove libpcap's own CVS keywords |
blob | commitdiff | raw | diff to current |
2013-12-15 |
Guy Harris | Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet... |
blob | commitdiff | raw | diff to current |
2013-08-07 |
Guy Harris | Rename the "private" member of a pcap_t to avoid C... |
blob | commitdiff | raw | diff to current |
2013-05-13 |
Guy Harris | Merge remote-tracking branch 'libpcap/master' |
blob | commitdiff | raw | diff to current |
2013-05-08 |
Guy Harris | Add an API to set "immediate mode". |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Guy Harris | Move platform-dependent pcap_t data out of the pcap_t... |
blob | commitdiff | raw | diff to current |
2012-06-14 |
Michael Richardson | Merge pull request #7 from sfd/aa0d1466731bae42b5f84dd0... |
blob | commitdiff | raw | diff to current |
2012-06-11 |
Guy Harris | Have non-interface modules take responsibility for... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Guy Harris | If an activate routine fails, it needs to clean up... |
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-04 |
guy | From Paolo Abeni and me: split pcap_open_live() into... |
blob | commitdiff | raw | diff to current |
2007-12-05 |
guy | Don't assume that p->fcode.bpf_insns remains unchanged... |
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 |
2005-05-03 |
guy | From Pawel Pokrywka: add support for requesting that... |
blob | commitdiff | raw | diff to current |
2005-04-19 |
guy | From Albert Chin: fix a typo and a cut-and-pasteo. |
blob | commitdiff | raw | diff to current |
2005-02-26 |
guy | On the platforms where we do in-kernel filtering and... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
guy | Put the FDDI padding (if any) into the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
guy | The BPF code is generated using pcap_fddipad, so if... |
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-03-23 |
guy | Add support for sending packets; includes contributions... |
blob | commitdiff | raw | diff to current |
2004-02-09 |
guy | We have to define DLT_DOCSIS ourselves, as we include... |
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-22 |
guy | When installing a filter: |
blob | commitdiff | raw | diff to current |
2003-11-21 |
guy | If the kernel supports an older version of BPF than... |
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-15 |
guy | Add _U_ to "rcsid[]" definitions, to eliminate "unused... |
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-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-05-02 |
guy | We have to include <net/bpf.h> on Digital UNIX to get... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
guy | Put in a comment noting that you probably should Not... |
blob | commitdiff | raw | diff to current |
2002-12-22 |
guy | From Yoann Vandoorselaere <[email protected]>:... |
blob | commitdiff | raw | diff to current |
2002-12-19 |
guy | NetBSD support for multiple data link types on an inter... |
blob | commitdiff | raw | diff to current |
2002-08-03 |
guy | The genius who checked in the previous change removed... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
guy | Fix up the note on enabling packet capture to refer... |
blob | commitdiff | raw | diff to current |
2002-07-11 |
guy | Add SunATM support, based on code from Yen Yen Lim... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2001-12-10 |
guy | Put more information into the comments for "pcap_stats()". |
blob | commitdiff | raw | diff to current |
2001-07-29 |
guy | Add comments to "pcap_stats()" indicating what the... |
blob | commitdiff | raw | diff to current |
2001-07-28 |
guy | Add ENDT_SLIP, ENDT_PPP, ENDT_LOOPBACK, and ENDT_TRN... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | When attaching a "bpf_program" to a "pcap_t" to use... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
guy | Get rid of the PCAP_ENCAP_ values - if an application... |
blob | commitdiff | raw | diff to current |
2000-09-17 |
guy | Introduce a set of PCAP_ENCAP_ codes to specify packet... |
blob | commitdiff | raw | diff to current |
2000-07-29 |
assar | replace bzero with memset |
blob | commitdiff | raw | diff to current |
2000-07-11 |
assar | add config.h, remove gnuc.h. remove __dead |
blob | commitdiff | raw | diff to current |
2000-07-01 |
assar | remove non-STDC code and malloc.h |
blob | commitdiff | raw | diff to current |
2000-04-27 |
itojun | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) |
blob | commitdiff | raw | diff to current |
2000-04-27 |
itojun | do not use sprintf(). always use snprintf(). |
blob | commitdiff | raw | diff to current |
1999-10-07 |
mcr | Initial revision |
blob | commitdiff | raw | diff to current |
|