aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-wpcap.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-915/+0
2020-07-21Windows: Switch from the WpdPack SDK to vcpkg's libpcap.Gerald Combs1-24/+99
2020-03-15capture-wpcap: gracefully exit when has_wpcap is false.Dario Lombardo1-10/+17
2020-03-15Put common code into get_interface_list_findalldevs_ex().Guy Harris1-22/+2
2020-03-15Check for "is wpcap.dll loaded"? when getting the remote interface list.Guy Harris1-0/+11
2020-03-15Remove an out-of-date comment.Guy Harris1-4/+0
2020-03-15Remove no-longer-necessary tests.Guy Harris1-2/+2
2020-03-13Require at least libpcap 0.8/WinPcap 3.1.Guy Harris1-403/+17
2020-03-12Fix some places where we forgot to mention Npcap.Guy Harris1-10/+11
2019-04-29caputils: Convert error string to UTF-8 on WindowsTomasz Moń1-19/+95
2019-04-29caputils: Fix endless recursive loop on WindowsTomasz Moń1-5/+5
2019-02-08Convert WinPcap references to Npcap.Gerald Combs1-13/+9
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-3/+9
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris1-5/+7
2018-05-08Windows: prioritize Npcap over WinPcapPascal Quantin1-3/+3
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-12Include caputils/capture-wpcap.h whether HAVE_LIBPCAP is defined or not.Guy Harris1-1/+2
2017-05-12Don't include headers that depend on pcap if you don't have it.Guy Harris1-5/+5
2016-06-03Move npf_sys_is_running() from wsutil to caputils.Guy Harris1-0/+38
2016-02-22caputils: fix crash when calling 'dumpcap -i' without having WinPcap installedPascal Quantin1-1/+2
2016-01-07Move more capture device handling to the caputils library.Guy Harris1-15/+49
2016-01-06[WINPCAP] First step to be able to use pcap_create()AndersBroman1-0/+100
2015-11-17Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin1-9/+3
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-12/+4
2015-02-13caputils/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-62/+75
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-1/+1
2014-07-04Reflect the rename of get_XXX_pcap_version() to get_XXX_caplibs_version().Guy Harris1-4/+4
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+990