aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
Commit message (Expand)AuthorAgeFilesLines
* Handle -k better on platforms that don't support it.Guy Harris2020-04-012-5/+10
* caputils: Fix endless recursive loop on WindowsTomasz Moń2019-04-291-5/+5
* Remove code specific to older versions of Visual Studio.Gerald Combs2018-07-201-30/+0
* Fix names in declarations to match definitions.Guy Harris2018-06-112-5/+7
* Improve the secondary error messages for pcap errors.Guy Harris2018-06-105-132/+193
* spdx: more licenses converted.Dario Lombardo2018-03-091-11/+1
* spdx: more licenses converted.Dario Lombardo2018-03-071-13/+1
* Windows: Remove cruft for unsupported versonsGraham Bloice2018-03-011-91/+24
* Rename airpdcap to dot11decrypt.Gerald Combs2018-02-242-2/+2
* Make all versions of add_unix_interface_ifinfo() static.Guy Harris2018-02-171-1/+1
* Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris2018-02-171-5/+1
* caputils/tools: more SPDX convertions.Dario Lombardo2018-02-091-13/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-0815-15/+15
* caputils: use SPDX identifiers.Dario Lombardo2018-02-0716-225/+16
* Amend the comment with some background for the workaround.Jaap Keuter2018-02-051-0/+4
* Add a comment explaining why err is volatile.Guy Harris2018-02-031-0/+15
* Use pcapng as the name of the file format.Guy Harris2018-01-091-2/+2
* extcap: remove conditional compilation.Dario Lombardo2018-01-082-9/+0
* autotools: Library build products don't need explicit cleaningJoão Valverde2017-11-181-3/+1
* We don't need to define sockaddr_storage.Gerald Combs2017-10-261-48/+0
* CMake: Don't check for windows.h or winsock2.h.Gerald Combs2017-10-261-1/+1
* autotools: remove macOS Frameworks supportJoão Valverde2017-10-171-1/+1
* autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2017-10-151-3/+0
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-14/+6
* CMake: Allow user build flags to override default build flagsJoão Valverde2017-10-131-1/+0
* autotools: Use package flags to configure libpcapJoão Valverde2017-09-241-1/+2
* caputils: fix compilation without pcap.Dario Lombardo2017-09-061-0/+2
* plugins: config.h must not be included by public headersJoão Valverde2017-09-063-0/+5
* Fix leaked timestamp recordsMikael Kanstrup2017-08-252-7/+8
* Add hardware timestamping supportAhmad Fatoum2017-08-222-7/+70
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-8/+8
* capture-pcap-util.c: fix a typoPascal Quantin2017-06-031-1/+1
* Fix typo.Guy Harris2017-06-031-1/+1
* If has_snaplen isn't set, don't set the snapshot length with pcap_create()/pc...Guy Harris2017-06-031-9/+34
* Include caputils/capture-wpcap.h whether HAVE_LIBPCAP is defined or not.Guy Harris2017-05-121-1/+2
* Don't include headers that depend on pcap if you don't have it.Guy Harris2017-05-121-5/+5
* Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris2017-05-113-39/+3
* Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris2017-05-113-0/+36
* Note whether we found remote pcap support in libpcap.Guy Harris2017-05-111-0/+6
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-054-6/+6
* Don't close the pcap_t in get_data_link_types().Guy Harris2017-03-071-4/+14
* g_malloc -> g_malloc0 where not all struct elements are initialized orJoerg Mayer2017-02-222-3/+2
* Clean up the get_if_capabilities_ routines a bit.Guy Harris2017-02-221-20/+9
* Make sure we zero out the newly allocated list, otherwise g_list append mayJoerg Mayer2017-02-221-1/+1
* Yell at the user less.Gerald Combs2017-02-201-1/+1
* Don't use PCAP_ERROR if it's not known to be defined.Guy Harris2016-12-191-1/+1
* Fix the #defines for the presence of structure names.Guy Harris2016-10-221-1/+1
* cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu2016-09-301-7/+18
* Use g_slist_prepend, it should be faster if there's a lot of IP addressesAndersBroman2016-09-282-2/+12
* Fix the signature of the stub version of ws80211_set_freq().Guy Harris2016-09-081-1/+1