]> The Tcpdump Group git mirrors - libpcap/history - pcap-netmap.c
CI: Call print_so_deps() on rpcapd in remote enabled build
[libpcap] / pcap-netmap.c
2025-02-12  Denis OvsienkoSimplify the use of <sys/sockio.h>.
2024-12-03  Denis OvsienkoConvert strncpy() in pcap-netmap.c.
2024-11-24  Denis OvsienkoUse __func__ in pcap-netmap.c. [skip ci]
2024-05-15  Francois-Xavier... Use always __linux__ for code that uses Linux-specific...
2024-03-27  Francois-Xavier... Include <config.h> unconditionally
2023-11-09  Guy HarrisMerge pull request #1229 from guyharris/more-pcap-to...
2023-11-09  Guy HarrisMore pcap_ to pcapint_ for non-API routines. 1229/head
2023-11-08  Francois-Xavier... Prefix functions declared in pcap-int.h with pcapint_
2023-08-07  Guy HarrisMerge pull request #1082 from luizluca/realtek_tag_2
2023-08-06  Guy HarrisMerge pull request #1090 from randomkny/fix-enobufs
2023-05-26  Guy HarrisPrefix routines declared in pcap-int.h with pcap_.
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...
2019-09-01  Guy HarrisDon't use ctype.h macros.
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...
2018-11-09  Guy HarrisSquelch a narrowing warning.
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-05-07  Guy Harris"#if 0" out debug printouts.
2018-04-04  Guy HarrisFix typo.
2017-12-11  Guy HarrisCheck for FreeBSD, not Linux, when checking for IFF_PPR...
2017-12-11  Guy HarrisMerge pull request #669 from mkaniewski/master
2017-12-10  mkaniewskiResolve integer conversion problems. 669/head
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-09-06  Guy HarrisMore consistently use pcap_snprintf().
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-05-31  Guy HarrisUpdate a comment.
2017-05-31  Guy HarrisThe device is now opt.device, not opt.source.
2017-05-31  Guy HarrisAdd netmap support.