aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-3/+11
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-2/+3
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+2
2014-11-05Oops, we also need to worry about pcap_get_tstamp_precision().Guy Harris2-0/+42
2014-11-05Get rid of unused variable.Guy Harris1-1/+0
2014-11-05Cope with newer Xcode not having the 10.6 SDK.Guy Harris2-7/+65
2014-10-18Add support for split wiphy dump to Wireless ToolbarMikael Kanstrup2-24/+120
2014-10-16gchar is not guaranteed to be signed; use gint8.Guy Harris1-1/+1
2014-10-13Split ws80211_get_phys callback handlerMikael Kanstrup1-60/+103
2014-09-28CMake: Conditional build fixes and updates.Gerald Combs1-1/+7
2014-09-16Fix compilation in weird casesEvan Huus1-3/+3
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-27Increase the error buffer size for rpcap.Gerald Combs1-2/+6
2014-08-21Extcap Capture InterfaceRoland Knall2-0/+12
2014-08-01Move the AirPcap stuff into caputils.Guy Harris5-0/+4037
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris4-6/+5
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-16Allow the interface monitor routines to be called from C++.Guy Harris1-0/+8
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris4-0/+453
2014-07-11GTK Remote CapturingIrene Ruengeler1-0/+2
2014-07-04Build libcaputils PIE, so it can be linked with dumpcap when it's built PIE.Guy Harris1-1/+7
2014-07-04Reflect the rename of get_XXX_pcap_version() to get_XXX_caplibs_version().Guy Harris1-4/+4
2014-07-04capture_ifinfo.h moved to caputils.Guy Harris1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris18-0/+4298