Get rid of -Wshadow warning - I guess we're including something that
[metze/wireshark/wip.git] / airpcap_loader.c
2013-07-25 Gerald CombsAdd a UAT dialog. Make UAT preferences uat_t * instead...
2013-04-22 Michael MannAdd a "hidden" array of UAT entry data to allow separat...
2013-04-17 Alexis La GoutteUse also const char to uat_save (identical to uat_load)
2013-04-17 Alexis La GoutteFrom Michael Mann via https://bugs.wireshark.org/bugzil...
2013-04-07 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-18 Anders BromanFrom beroset:
2013-03-15 Michael MannBugfix Decryption Key Management dialog, bug 8446 ...
2013-02-17 Guy HarrisAdd a macro to calculate, from the size of an AirpcapKe...
2013-02-17 Guy HarrisAdd a macro that, for a given count of keys, returns...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-25 Bill Meier Fix a [-Wshadow] warning;
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-11 Anders BromanFrom Evan Huus:
2012-04-18 Anders BromanFrom Evan Huus: Two bad NULL checks in airpcap_loader...
2012-04-16 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-03-27 Jeff MorrissUse AIRPCAP_ERRBUF_SIZE instead of PCAP_ERRBUF_SIZE...
2012-01-16 Bill Meier#include "simple_dialog.h" ==> #include "ui/simple...
2011-09-24 Michael TüxenFix syntax...
2011-09-24 Michael TüxenDon't consider remote airpcap devices as airpcap device...
2011-08-18 Gerald CombsUpdate the AirPcap code in prefs_dlg.c to match the...
2011-07-04 Anders BromanFrom Michael Mann:
2010-08-25 Gerald CombsAdd ws_load_library and ws_module_open, which respectiv...
2009-12-18 Gerald CombsDon't try to free a static pointer.
2009-11-12 Gerald CombsUpdate the AirPcap code for Win64 and enable AirPcap...
2009-05-13 Jörg Mayer() -> (void)
2009-05-13 Gerald CombsMigrate the Airpcap UI code from GtkCombos (deprecated...
2009-05-13 Stig BjørlykkeMake it compile without warnings on OSX.
2009-05-13 Jörg MayerHmm, HMODULE should have been void*
2009-05-13 Jörg MayerReplace all Windows types by glib types - hopefully the
2009-05-11 Jörg MayerMove the #if _WIN32 way inwards. This is needed to...
2009-03-16 Bill MeierUse g_malloc instead of malloc.
2008-12-08 Stig BjørlykkeRemoved a _U_ for a used argument.
2008-10-15 Jaap KeuterVarious corrections, as in: typos, whitespace, few...
2008-10-15 Gerald CombsKeep the wireless toolbar extension channel entry from...
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-17 Gerald CombsInstead of converting between 802.11 frequencies and...
2007-05-21 Bill MeierAlter slightly so compile/link with airpcap works again....
2007-05-20 Anders BromanUndefine AIRPCAP_DIR to get the Windows build going...
2007-05-18 Gerald CombsFrom Dustin Johnson:
2007-04-11 Jeff MorrissFix bug 1377:
2007-02-19 Bill MeierFix some C++ style comments
2007-01-26 Gerald CombsSpelling fixes.
2007-01-24 Gerald CombsIt's not an error if we don't find any AirPcap interfac...
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2007-01-11 Tomas Kukosamake airpcap_loader.c compileable and linkable under...
2007-01-11 Gerald CombsAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2006-12-28 Gerald CombsMove the contents of airpdcap to epan/crypt. Try to...
2006-12-27 Gerald CombsPrepare to move the airpdcap code to epan/crypt (SVN...
2006-12-14 Ulf Lampingremove a warning
2006-12-05 Gerald CombsFrom Davide Schiera and Giorgio Tino: Add initial WPA...
2006-11-01 Ulf Lampingfix a warning: "airpcap_loader.c(2287) : warning C4700...
2006-10-31 Gerald CombsFrom Giorgio Tino: Add a "Don't show this message...
2006-10-30 Gerald CombsFrom Giorgio Tino: Add support for version 2.0 of the...
2006-10-27 Gerald CombsSet AirpcapLoaded to TRUE if we've successfully loaded...
2006-10-26 Gerald CombsAdd a lot of sanity checks, particularly to get_airpcap...
2006-10-19 Gerald CombsRename get_epan_and_portaudio_version_info() to get_gui...
2006-10-19 Gerald CombsAdd support for:
2006-10-07 Ulf Lampingdon't crash, if airpcap.dll isn't available
2006-10-02 Gerald CombsFix WEP key bug in the AirPcap code that could cause...
2006-09-12 Ulf Lampingremove obsolete "HAVE_AIRPCAP_API" comment
2006-08-21 Gerald CombsFix up copyrights and whitespace.
2006-08-20 Gerald CombsMake sure a preference exists before we try to use it.
2006-08-16 Gerald CombsAdd support for AirPcap, an upcoming wireless product...