]> The Tcpdump Group git mirrors - libpcap/history - pcap-dag.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-dag.c
2022-07-04  Francois-Xavier... Fix some typos
2022-03-20  Francois-Xavier... Fix a typo
2022-03-16  Guy HarrisMake sure some error message is provided for PCAP_ERROR...
2022-03-16  Guy HarrisSet the error message for "permission denied" errors.
2022-03-16  Guy Harrisdag: fix a comment.
2022-03-03  Francois-Xavier... DAG: Add two const qualifiers
2022-02-20  Guy HarrisMake sure no read routine process more than INT_MAX...
2020-10-09  Denis OvsienkoFix some spelling. [skip ci]
2020-09-27  Guy HarrisClean up allocation of some lists.
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-06-17  Francois-Xavier... DAG: Fix a condition
2019-10-03  Guy HarrisUse pcap_strlcpy() rather than strncpy() to fill in...
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2019-01-06  Guy HarrisUpdate a comment.
2019-01-06  Guy HarrisMerge pull request #790 from jingleyang/enable_dpdk
2018-12-23  Guy HarrisJust use install_bpf_program as the setfilter operation.
2018-11-25  Guy Harrisdag_get_datalink() sets the error message; no need...
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-07-26  sfdUse 64-bit clean API in dag_findalldevs()
2018-07-26  sfdChange PCAP_ERRNO to PCAP_ERROR in pcap-dag.c
2018-07-15  Guy HarrisMerge pull request #732 from sfd/master
2018-07-15  sfdUpdate company name and email address for Endace DAG 732/head
2018-07-08  Guy HarrisClean up error handling in the activate routine.
2018-05-17  Guy HarrisMerge pull request #718 from sfd/dag-status
2018-05-08  sfdAdded error reporting for dag_stats() 718/head
2018-05-08  sfdUse an _ex() accessor for detecting errors reading...
2018-05-08  sfdFill struct pcap_stat.ps_drop from DAG CSAPI Stream...
2018-05-08  sfdConvert pcap-dag from libdag to libdagconf
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2018-01-20  Guy HarrisAdd a new API to handle some non-select()able devices.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-29  Guy HarrisRemove trailing white space.
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisNo need to generate version.c or pcap_version.h.
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-21  Guy HarrisConsistently use p and pd.
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-27  Guy HarrisMerge pull request #551 from sfd/master
2017-01-27  Stephen DonnellyAdding support for Large stream buffers on Endace DAG...
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-11-07  Guy HarrisMerge pull request #538 from sfd/master
2016-11-07  sfdFixing typo in dag_platform_cleanup() from 4418d04 538/head
2016-08-13  Guy HarrisMerge pull request #519 from hsluoyz/master3
2016-08-12  Guy HarrisRemove newlines from error strings.
2016-07-01  Guy HarrisClean up {DAG, Septel, Myricom SNF}-only builds.
2016-06-30  Denis Ovsienkomake more pcap_create_common() fixes
2016-06-30  Guy HarrisRename opt.source to opt.device.
2016-06-30  Guy HarrisMove the private-to-DAG-cards definitions to pcap-dag.c.
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-04-15  Guy HarrisDon't check for NULL in cleanup routines, and don't...
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-05-04  Guy HarrisUse pcap_close() if pcap_create_handle() fails.
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2014-09-07  sfdRemove advertising of tstamp_type sinc we don't support... 378/head
2014-08-31  sfdAdded descrpitions to pcap_add_if() for DAG devices...
2014-08-25  sfddag-pcap was not correctly handling ERF records with...
2014-08-18  sfdMerge remote-tracking branch 'upstream/master'
2014-07-29  sfdUpdate contact details
2014-07-29  sfdAdd dag support for pcap_*_tstamp_type() and pcap_...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-12-15  Guy HarrisAdd a PACKET_COUNT_IS_UNLIMITED() to test for a packet...
2013-08-15  Guy HarrisMerge pull request #313 from sfd/master
2013-08-15  sfdAdd stream support to dag_create() 313/head
2013-08-07  Guy HarrisRename the "private" member of a pcap_t to avoid C...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-08  Guy HarrisAdd an API to set "immediate mode".
2013-05-06  sfdFencepost error.
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2013-04-16  Guy HarrisMerge pull request #290 from sfd/master
next