Add some missing symbols.
[metze/wireshark/wip.git] / caputils /
2016-01-13 Mikael KanstrupFix some memory leaks in ws80211_utils
2016-01-07 Guy Harrispcap_list_datalinks() failing is an error.
2016-01-07 Guy HarrisClean up #ifdeffed code.
2016-01-07 Guy HarrisDon't declare libpcap wrappers if we're not building...
2016-01-07 Guy HarrisMove more capture device handling to the caputils library.
2016-01-06 AndersBroman[WINPCAP] First step to be able to use pcap_create()
2016-01-06 Guy HarrisRemove unnecessary #ifdef and includes.
2016-01-06 Guy HarrisClean up more includes of wtap.h.
2016-01-06 Guy HarrisRemove unnecessary includes.
2016-01-05 Guy HarrisFor non-libwiretap code, use <wiretap/XXX.h> to include...
2015-12-01 Gerald Combsws80211: Disable shorten-64-to-32.
2015-11-27 João ValverdeFix ISO C forbids an empty translation unit [-Wpedantic...
2015-11-23 João ValverdeRemove configure --enable-ipv6 option
2015-11-17 Pascal QuantinExtcap: allow Wireshark to list extcap interfaces even...
2015-11-17 Evan HuusMisc minor issues caught by cppcheck
2015-11-05 Guy HarrisGet rid of ws80211_frequency_to_channel().
2015-10-16 Gerald CombsCMake: Add /WX
2015-10-04 Peter WuFix various memleaks
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-07-05 Evan Huus80211 utils: free nl messages after use
2015-07-02 AndersBromanTry to fix: warning C6244: Local declaration of 'airpca...
2015-07-02 AndersBromanFix Buffer overrun while writing to 'airpcap_dir_utf16...
2015-06-22 Alexis La Gouttews80211_utils.h: fix empty paragraph passed to '@param...
2015-06-16 Gerald CombsAdd the wireless toolbar.
2015-05-08 deagolIEEE 802.11: 802.1X (WPA-EAP) rekeying support
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-19 Alexis La Gouttelibnl: disable pedantic warning of libnl lib
2015-02-18 Alexis La Gouttelibnl: disable pedantic warning of libnl lib
2015-02-13 Bill Meiercaputils/*.c: As needed: Add editor modelines & Fix...
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2015-01-13 Guy Harrisuat_load() and uat_save() return a success indication...
2015-01-12 Michael MannRemove emem APIs from UAT functionality.
2015-01-05 Graham BloiceMinor CMake updates to better group build artefacts
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2014-11-05 Guy HarrisOops, we also need to worry about pcap_get_tstamp_preci...
2014-11-05 Guy HarrisGet rid of unused variable.
2014-11-05 Guy HarrisCope with newer Xcode not having the 10.6 SDK.
2014-10-18 Mikael KanstrupAdd support for split wiphy dump to Wireless Toolbar
2014-10-16 Guy Harrisgchar is not guaranteed to be signed; use gint8.
2014-10-13 Mikael KanstrupSplit ws80211_get_phys callback handler
2014-09-28 Gerald CombsCMake: Conditional build fixes and updates.
2014-09-16 Evan HuusFix compilation in weird cases
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-27 Gerald CombsIncrease the error buffer size for rpcap.
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-01 Guy HarrisMove the AirPcap stuff into caputils.
2014-07-22 Guy HarrisGet rid of NO_INTERFACES_FOUND - it's not an error.
2014-07-20 Роман ДонченкоUse forward slashes in paths to runlex.sh
2014-07-16 Guy HarrisAllow the interface monitor routines to be called from...
2014-07-16 Guy HarrisMove the monitor-for-interface-list-changes stuff to...
2014-07-11 Irene RuengelerGTK Remote Capturing
2014-07-04 Guy HarrisBuild libcaputils PIE, so it can be linked with dumpcap...
2014-07-04 Guy HarrisReflect the rename of get_XXX_pcap_version() to get_XXX...
2014-07-04 Guy Harriscapture_ifinfo.h moved to caputils.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...