aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
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