aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+2
2017-09-06caputils: fix compilation without pcap.Dario Lombardo1-0/+2
2017-09-06plugins: config.h must not be included by public headersJoão Valverde3-0/+5
2017-08-25Fix leaked timestamp recordsMikael Kanstrup2-7/+8
2017-08-22Add hardware timestamping supportAhmad Fatoum2-7/+70
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-8/+8
2017-06-03capture-pcap-util.c: fix a typoPascal Quantin1-1/+1
2017-06-03Fix typo.Guy Harris1-1/+1
2017-06-03If has_snaplen isn't set, don't set the snapshot length with pcap_create()/pc...Guy Harris1-9/+34
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
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris3-39/+3
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris3-0/+36
2017-05-11Note whether we found remote pcap support in libpcap.Guy Harris1-0/+6
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris4-6/+6
2017-03-07Don't close the pcap_t in get_data_link_types().Guy Harris1-4/+14
2017-02-22g_malloc -> g_malloc0 where not all struct elements are initialized orJoerg Mayer2-3/+2
2017-02-22Clean up the get_if_capabilities_ routines a bit.Guy Harris1-20/+9
2017-02-22Make sure we zero out the newly allocated list, otherwise g_list append mayJoerg Mayer1-1/+1
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2016-12-19Don't use PCAP_ERROR if it's not known to be defined.Guy Harris1-1/+1
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-1/+1
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-28Use g_slist_prepend, it should be faster if there's a lot of IP addressesAndersBroman2-2/+12
2016-09-08Fix the signature of the stub version of ws80211_set_freq().Guy Harris1-1/+1
2016-09-08dumpcap: change types.Dario Lombardo2-3/+3
2016-09-06caputils: add conditional unused (_U_).Dario Lombardo1-1/+5
2016-09-06Allow a lot more C99 featuresPeter Wu1-2/+0
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-63/+25
2016-06-15Remove Nmake build systemPascal Quantin2-86/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-06-03Move npf_sys_is_running() from wsutil to caputils.Guy Harris2-1/+45
2016-05-22Reapply "ws80211: Disable shorten-64-to-32."João Valverde1-0/+3
2016-05-22Revert "ws80211: Disable shorten-64-to-32."João Valverde1-3/+0
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+17
2016-04-04Include ws_diag_control.h in config.hJoão Valverde2-4/+3
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-1/+1
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+22
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2-8/+95
2016-02-22caputils: fix crash when calling 'dumpcap -i' without having WinPcap installedPascal Quantin1-1/+2
2016-02-21autotools: Improve libnl configuration and dependencyJoão Valverde1-1/+1
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-18Remove some {-I,/I} flags.Guy Harris2-6/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-3/+2
2016-02-16ws80211: Replace some whitespaces with tabsMikael Kanstrup1-8/+8
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-9/+4
2016-01-13Fix some memory leaks in ws80211_utilsMikael Kanstrup1-0/+4