aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
Commit message (Expand)AuthorAgeFilesLines
* 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
* dumpcap: change types.Dario Lombardo2016-09-082-3/+3
* caputils: add conditional unused (_U_).Dario Lombardo2016-09-061-1/+5
* Allow a lot more C99 featuresPeter Wu2016-09-061-2/+0
* CMake: Allow setting per target compiler warningsJoão Valverde2016-08-231-0/+1
* Remove Makefile.common filesJoão Valverde2016-06-302-63/+25
* Remove Nmake build systemPascal Quantin2016-06-152-86/+1
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-2/+2
* Move npf_sys_is_running() from wsutil to caputils.Guy Harris2016-06-032-1/+45
* Reapply "ws80211: Disable shorten-64-to-32."João Valverde2016-05-221-0/+3
* Revert "ws80211: Disable shorten-64-to-32."João Valverde2016-05-221-3/+0
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-0/+17
* Include ws_diag_control.h in config.hJoão Valverde2016-04-042-4/+3
* Use AC_CHECK_MEMBERSJoão Valverde2016-04-021-1/+1
* Add EditorConfig settings for most C filesJoão Valverde2016-03-082-0/+22
* dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2016-03-012-8/+95
* caputils: fix crash when calling 'dumpcap -i' without having WinPcap installedPascal Quantin2016-02-221-1/+2
* autotools: Improve libnl configuration and dependencyJoão Valverde2016-02-211-1/+1
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+2
* Remove some {-I,/I} flags.Guy Harris2016-02-182-6/+2
* Don't add the wiretap directory to the list of include directories.Guy Harris2016-02-182-3/+2
* ws80211: Replace some whitespaces with tabsMikael Kanstrup2016-02-161-8/+8
* Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde2016-02-151-1/+1
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-9/+4
* Fix some memory leaks in ws80211_utilsMikael Kanstrup2016-01-131-0/+4
* pcap_list_datalinks() failing is an error.Guy Harris2016-01-071-10/+15
* Clean up #ifdeffed code.Guy Harris2016-01-071-40/+40
* Don't declare libpcap wrappers if we're not building with libpcap.Guy Harris2016-01-071-3/+3
* Move more capture device handling to the caputils library.Guy Harris2016-01-075-23/+834
* [WINPCAP] First step to be able to use pcap_create()AndersBroman2016-01-061-0/+100
* Remove unnecessary #ifdef and includes.Guy Harris2016-01-061-7/+0
* Clean up more includes of wtap.h.Guy Harris2016-01-061-2/+2
* Remove unnecessary includes.Guy Harris2016-01-062-6/+0
* For non-libwiretap code, use <wiretap/XXX.h> to include libwiretap headers.Guy Harris2016-01-052-6/+8
* ws80211: Disable shorten-64-to-32.Gerald Combs2015-12-011-0/+3
* Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)João Valverde2015-11-274-23/+26
* Remove configure --enable-ipv6 optionJoão Valverde2015-11-231-4/+0
* Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin2015-11-171-9/+3
* Misc minor issues caught by cppcheckEvan Huus2015-11-171-2/+0
* Get rid of ws80211_frequency_to_channel().Guy Harris2015-11-052-23/+0
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* Fix various memleaksPeter Wu2015-10-041-0/+1
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-221-1/+2
* 80211 utils: free nl messages after useEvan Huus2015-07-051-3/+14
* Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman2015-07-022-4/+4
* Fix Buffer overrun while writing to 'airpcap_dir_utf16': the writableAndersBroman2015-07-021-2/+2
* ws80211_utils.h: fix empty paragraph passed to '@param' command [-Wdocumentat...Alexis La Goutte2015-06-221-1/+1
* Add the wireless toolbar.Gerald Combs2015-06-164-1497/+440
* IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol2015-05-081-1/+1