aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-93/+0
2021-03-17caputils: pull the includes out of extern "C" { ... }.Guy Harris1-21/+24
2021-03-17caputils: get rid of the extern "C" { idiom.Guy Harris1-18/+18
2021-03-17caputils: fix compilation without pcap.Dario Lombardo1-4/+4
2021-03-16Move still *more* headers outside of extern "C".Guy Harris1-4/+4
2020-03-12Fix some places where we forgot to mention Npcap.Guy Harris1-4/+4
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2018-06-11Fix names in declarations to match definitions.Guy Harris1-1/+2
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris1-2/+11
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07caputils: use SPDX identifiers.Dario Lombardo1-14/+1
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2016-01-07Don't declare libpcap wrappers if we're not building with libpcap.Guy Harris1-3/+3
2016-01-07Move more capture device handling to the caputils library.Guy Harris1-7/+14
2014-11-05Oops, we also need to worry about pcap_get_tstamp_precision().Guy Harris1-0/+7
2014-11-05Cope with newer Xcode not having the 10.6 SDK.Guy Harris1-2/+6
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+74