aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde18-7910/+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 Harris2-6/+6
2021-03-06if_capabilities: Use a structured error msg from dumpcapJoão Valverde1-1/+2
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris1-1/+1
2021-02-10Moving glib.h out of extern CMichal Ruprich1-2/+2
2021-01-19No need to check for both "not null" and "is space".Guy Harris1-1/+1
2021-01-19Make some loop indices private to their loops.Guy Harris1-5/+5
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan2-5/+5
2020-07-21Windows: Switch from the WpdPack SDK to vcpkg's libpcap.Gerald Combs3-116/+190
2020-07-14Don't call any routines from WinPcap/Npcap packet32.dll.Guy Harris3-313/+0
2020-04-01Handle -k better on platforms that don't support it.Guy Harris2-5/+10
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 Harris4-50/+31
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 Harris4-768/+17
2020-03-12Fix some places where we forgot to mention Npcap.Guy Harris5-23/+25
2019-11-17caputils: remove unneeded check.Dario Lombardo1-1/+1
2019-09-21MSVC: Warn about unused formal parametersTomasz Moń1-7/+8
2019-08-11make interface update libnl1 compatibleJaap Keuter1-1/+7
2019-08-01caputils: cast g_malloc pointer.Dario Lombardo1-2/+2
2019-07-27HTTPS In More Places, update some URLs.Guy Harris3-7/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris8-8/+8
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman1-13/+13
2019-07-10airpcap.h: Try to resolve doxygen warnings.Anders Broman1-2/+2
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde4-3/+4
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-04-15Don't pass "-g deprecated-gtk" to checkAPIs.pl.Gerald Combs1-2/+1
2019-03-24Add routines to return "Please report this as a bug" message strings.Guy Harris1-9/+3
2019-03-08Remove the periodic interface update in wireless toolbarMikael Kanstrup2-5/+15
2019-02-08Convert WinPcap references to Npcap.Gerald Combs3-18/+10
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-1/+11
2018-12-25prefs: Document the possible hidden interface typesJim Young1-10/+14
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-3/+9
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-0/+6
2018-08-21Clean up includes for SIOCGIFDESCR.Guy Harris1-5/+9
2018-08-21We use errno, so we need to include <errno.h>.Guy Harris1-0/+1
2018-08-21Wrong snprintf() wrapper.Guy Harris1-1/+1
2018-08-21We need sys/sockio.h to define SIOCGIFDESCR.Guy Harris1-0/+4
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris2-8/+156
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-30/+0
2018-06-11Fix names in declarations to match definitions.Guy Harris2-5/+7
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris5-132/+193
2018-05-23make our version of nla_for_each_nested() publicMartin Kaiser1-21/+2
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris2-8/+8