summaryrefslogtreecommitdiff
path: root/pcap-dag.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Fix a typoFrancois-Xavier Le Bail2022-03-201-1/+1
* Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris2022-03-141-2/+7
* Set the error message for "permission denied" errors.Guy Harris2022-03-111-4/+8
* dag: fix a comment.Guy Harris2022-03-031-1/+1
* DAG: Add two const qualifiersFrancois-Xavier Le Bail2022-03-031-2/+2
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+6
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Clean up allocation of some lists.Guy Harris2020-09-271-1/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* DAG: Fix a conditionFrancois-Xavier Le Bail2020-06-171-1/+1
* Use pcap_strlcpy() rather than strncpy() to fill in p->errbuf.Guy Harris2019-10-031-1/+2
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-091-8/+8
* Update a comment.Guy Harris2019-01-061-8/+0
* Just use install_bpf_program as the setfilter operation.Guy Harris2018-12-231-26/+1
* dag_get_datalink() sets the error message; no need to set it after it fails.Guy Harris2018-11-251-2/+0
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Use 64-bit clean API in dag_findalldevs()sfd2018-07-261-1/+1
* Change PCAP_ERRNO to PCAP_ERROR in pcap-dag.csfd2018-07-261-6/+6
* Update company name and email address for Endace DAGsfd2018-07-161-2/+2
* Clean up error handling in the activate routine.Guy Harris2018-07-071-5/+52
* Added error reporting for dag_stats()sfd2018-05-091-2/+5
* Use an _ex() accessor for detecting errors reading stats.sfd2018-05-091-3/+8
* Fill struct pcap_stat.ps_drop from DAG CSAPI Stream Drop attribute if available.sfd2018-05-091-11/+25
* Convert pcap-dag from libdag to libdagconfsfd2018-05-091-8/+15
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-5/+13
* Add a new API to handle some non-select()able devices.Guy Harris2018-01-191-0/+9
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-16/+29
* Remove trailing white space.Guy Harris2017-10-291-4/+4
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-3/+5
* Consistently use p and pd.Guy Harris2017-08-211-60/+60
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Allow a platform to add information to the version string.Guy Harris2017-05-161-0/+9
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-5/+5
* Adding support for Large stream buffers on Endace DAG cardsStephen Donnelly2017-01-271-248/+225
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-3/+2
* Clean up findalldevs code.Guy Harris2016-12-171-10/+6
* Fixing typo in dag_platform_cleanup() from 4418d04sfd2016-11-071-1/+1
* Remove newlines from error strings.Guy Harris2016-08-121-15/+15
* Clean up {DAG, Septel, Myricom SNF}-only builds.Guy Harris2016-06-301-0/+28
* make more pcap_create_common() fixesDenis Ovsienko2016-06-301-1/+1
* Rename opt.source to opt.device.Guy Harris2016-06-291-1/+1
* Move the private-to-DAG-cards definitions to pcap-dag.c.Guy Harris2016-06-291-0/+93
* Don't check for NULL in cleanup routines, and don't pass NULL to them.Guy Harris2016-04-151-17/+15
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-24/+24