aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-07pcap_list_datalinks() failing is an error.Guy Harris1-10/+15
2016-01-07Clean up #ifdeffed code.Guy Harris1-40/+40
2016-01-07Don't declare libpcap wrappers if we're not building with libpcap.Guy Harris1-3/+3
2016-01-07Move more capture device handling to the caputils library.Guy Harris5-23/+834
2016-01-06[WINPCAP] First step to be able to use pcap_create()AndersBroman1-0/+100
2016-01-06Remove unnecessary #ifdef and includes.Guy Harris1-7/+0
2016-01-06Clean up more includes of wtap.h.Guy Harris1-2/+2
2016-01-06Remove unnecessary includes.Guy Harris2-6/+0
2016-01-05For non-libwiretap code, use <wiretap/XXX.h> to include libwiretap headers.Guy Harris2-6/+8
2015-12-01ws80211: Disable shorten-64-to-32.Gerald Combs1-0/+3
2015-11-27Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)João Valverde4-23/+26
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-4/+0
2015-11-17Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin1-9/+3
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-2/+0
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris2-23/+0
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+2
2015-07-0580211 utils: free nl messages after useEvan Huus1-3/+14
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman2-4/+4
2015-07-02Fix Buffer overrun while writing to 'airpcap_dir_utf16': the writableAndersBroman1-2/+2
2015-06-22ws80211_utils.h: fix empty paragraph passed to '@param' command [-Wdocumentat...Alexis La Goutte1-1/+1
2015-06-16Add the wireless toolbar.Gerald Combs4-1497/+440
2015-05-08IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol1-1/+1
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs2-15/+7
2015-02-19libnl: disable pedantic warning of libnl libAlexis La Goutte2-0/+4
2015-02-18libnl: disable pedantic warning of libnl libAlexis La Goutte2-0/+6
2015-02-13caputils/*.c: As needed: Add editor modelines & Fix indentationBill Meier6-124/+201
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-11/+6
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-6/+6