summaryrefslogtreecommitdiff
path: root/pcap-snf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-10/+10
* Remove an always-false pointer test from snf_read().Denis Ovsienko2023-01-021-3/+0
* Revert "Fix NULL pointer dereference in snf_read()"Denis Ovsienko2023-01-021-2/+1
* Fix NULL pointer dereference in snf_read()Ege Çetin2023-01-011-1/+2
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+17
* 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
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-091-7/+7
* Just use install_bpf_program as the setfilter operation.Guy Harris2018-12-231-20/+1
* Count only packets that were handed to the callback.Guy Harris2018-11-201-1/+1
* 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
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-1/+18
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-24/+25
* 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
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-3/+1
* 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
* Use add_addr_to_dev() to add an address based on the device name.Guy Harris2017-03-011-24/+17
* Update file to allow building on Windows VS2010.Christopher K Lee2017-03-011-3/+52
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-2/+2
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-6/+5
* Have separate "find device" and "find or add device" routines.Guy Harris2016-12-241-127/+67
* Fixes to snf_findalldevs().Guy Harris2016-12-131-16/+21
* Get rid of trailing white space.Guy Harris2016-12-131-4/+4
* Leave the interface address lists empty.Guy Harris2016-12-131-54/+10
* Fix indentation, clean up strcmp() calls.Guy Harris2016-12-131-45/+45
* Remove use of p->opt.buffer_size from snf_open. SNF will use env var.Christopher K Lee2016-12-131-3/+2
* Merge branch 'master' of https://github.com/the-tcpdump-group/libpcapChristopher K Lee2016-12-131-5/+30
|\
| * 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
| * Don't check for NULL in cleanup routines, and don't pass NULL to them.Guy Harris2016-04-151-3/+0
* | Update snf_findalldevs() to handle existing device list and SNF_FLAGS=0x2.Christopher K Lee2015-11-251-11/+135
* | Merge branch 'master' of https://github.com/the-tcpdump-group/libpcapChristopher K Lee2015-11-251-16/+16
|\ \ | |/
| * Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-16/+16
* | Allow pcap_set_buffer_size() value in bytes to set SNF_DATARING_SIZEChristopher K Lee2015-05-151-1/+1
* | Allow pcap_set_buffer_size() to set SNF_DATARING_SIZE in pcap-snf.c.Christopher K Lee2015-05-141-1/+1
|/
* Use pcap_close() if pcap_create_handle() fails.Guy Harris2015-05-041-3/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* Updated pcap-snf.c to support --time-stamp-precision=nano option.Christopher K Lee2015-02-021-4/+29
* using the PACKET_COUNT_IS_UNLIMITED() macroMyricom Help2014-09-071-1/+1
* using the PACKET_COUNT_IS_UNLIMITED() macroMyricom Help2014-09-071-1/+1
* Added back in EBUSY as it can be returned in SNFv3 by snf_ring_recv().Christopher K Lee2014-07-311-1/+1
* Added parsing of SNF_FLAGS, packet injection, snf_findalldevs for SNF APIChristopher K Lee2014-07-301-14/+156
* Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris2013-12-141-1/+1