]> The Tcpdump Group git mirrors - libpcap/history - pcap-tc.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-tc.c
2022-12-24  Francois-Xavier... Fix some typos
2022-03-02  Francois-Xavier... TurboCap: Use "%d" to print a signed int
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-05-08  Guy HarrisSupport AirPcap devices with a pcap module.
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-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
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-12-05  Gisle VanemFix compile errors.
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-19  Guy HarrisDon't set errbuf if install_bpf_program() has returned -1.
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisMerge pull request #645 from sgeto/m4_esyscmd_s
2017-10-04  Guy HarrisCall the flag to enable remote capture ENABLE_REMOTE.
2017-10-02  Guy HarrisExplain why we need a TcSetDatalink() routine.
2017-10-02  Guy HarrisMerge pull request #642 from sgeto/pcap-config
2017-10-02  Guy HarrisImprove a comment.
2017-10-02  Guy HarrisMerge pull request #641 from sgeto/_WINSOCKAPI_
2017-10-02  Guy HarrisClean up handling of non-blocking mode.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
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-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-19  Guy HarrisUpdate for the new "list of devices" structure.
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-10-28  Guy HarrisDon't set non-existent structure members.
2016-06-30  Denis Ovsienkomake more pcap_create_common() fixes
2016-06-30  Guy HarrisRename opt.source to opt.device.
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-06-04  Guy HarrisUpdate variable names and comments to reflect the previ...
2016-06-04  Guy HarrisPass a pointer to the length to the OID get/set routines.
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-09-22  Francois-Xavier... Delete trailing spaces/tabs
2015-09-20  Gisle VanemFix compiler error.
2015-09-14  Guy HarrisAdd missing parenthesis.
2015-09-14  Gisle VanemFix prototype declarations for the OID get/set API...
2015-09-14  Guy HarrisHave better APIs for the OID get/set request calls.
2015-09-10  Gisle VanemEnable the prototype for TcSetUserBuffer().
2015-09-08  Guy HarrisStyle cleanup.
2015-09-08  Guy HarrisRemove "Oid" from "TcOidSendqueueTransmit()".
2015-09-08  Guy HarrisDon't export TcGetReceiveWaitHandle().
2015-09-08  Guy HarrisSet setuserbuffer_op in WinPcap.
2015-09-08  Gisle VanemFix compile errors.
2015-09-08  Guy HarrisThere's no "md" substructure; the timeout is now in...
2015-09-03  Guy HarrisAdd TurboCap support from WinPcap.