summaryrefslogtreecommitdiff
path: root/pcap-tc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosFrancois-Xavier Le Bail2022-12-241-1/+1
* TurboCap: Use "%d" to print a signed intFrancois-Xavier Le Bail2022-03-011-1/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-73/+21
* Remove some workarounds for old compilers.Guy Harris2019-08-091-27/+27
* Just use install_bpf_program as the setfilter operation.Guy Harris2018-12-231-23/+1
* Fix compile errors.Gisle Vanem2018-12-051-19/+4
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Don't set errbuf if install_bpf_program() has returned -1.Guy Harris2017-11-191-2/+0
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-2/+2
* Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris2017-10-031-2/+2
* Explain why we need a TcSetDatalink() routine.Guy Harris2017-10-021-1/+5
* Improve a comment.Guy Harris2017-10-011-1/+5
* Clean up handling of non-blocking mode.Guy Harris2017-10-011-7/+14
* 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
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-8/+5
* Update for the new "list of devices" structure.Guy Harris2017-01-181-4/+6
* Don't set non-existent structure members.Guy Harris2016-10-271-1/+1
* make more pcap_create_common() fixesDenis Ovsienko2016-06-301-1/+1
* Rename opt.source to opt.device.Guy Harris2016-06-291-1/+1
* Update variable names and comments to reflect the previous change.Guy Harris2016-06-041-4/+4
* Pass a pointer to the length to the OID get/set routines.Guy Harris2016-06-041-4/+4
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-30/+30
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-09-221-44/+44
* Fix compiler error.Gisle Vanem2015-09-201-2/+2
* Add missing parenthesis.Guy Harris2015-09-141-1/+1
* Fix prototype declarations for the OID get/set API changes.Gisle Vanem2015-09-141-2/+2
* Have better APIs for the OID get/set request calls.Guy Harris2015-09-131-2/+3
* Enable the prototype for TcSetUserBuffer().Gisle Vanem2015-09-101-1/+1
* Style cleanup.Guy Harris2015-09-081-21/+21
* Remove "Oid" from "TcOidSendqueueTransmit()".Guy Harris2015-09-081-3/+3
* Don't export TcGetReceiveWaitHandle().Guy Harris2015-09-081-1/+2
* Set setuserbuffer_op in WinPcap.Guy Harris2015-09-081-3/+1
* Fix compile errors.Gisle Vanem2015-09-081-15/+15
* There's no "md" substructure; the timeout is now in opt.timeout.Guy Harris2015-09-081-5/+3
* Add TurboCap support from WinPcap.Guy Harris2015-09-031-0/+1286