aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-2/+2
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-1/+1
2013-04-17Use also const char to uat_save (identical to uat_load)Alexis La Goutte1-3/+2
2013-04-17From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=844...Alexis La Goutte1-5/+12
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+13
2013-03-18From beroset:Anders Broman1-7/+7
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-55/+64
2013-02-17Add a macro to calculate, from the size of an AirpcapKeysCollectionGuy Harris1-3/+3
2013-02-17Add a macro that, for a given count of keys, returns the total size ofGuy Harris1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-814/+814
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11From Evan Huus:Anders Broman1-4/+2
2012-04-18From Evan Huus: Two bad NULL checks in airpcap_loader.c https://bugs.wireshar...Anders Broman1-3/+5
2012-04-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-15/+0
2012-03-27Use AIRPCAP_ERRBUF_SIZE instead of PCAP_ERRBUF_SIZE in one spot.Jeff Morriss1-1/+1
2012-01-16#include "simple_dialog.h" ==> #include "ui/simple-dislog.h"Bill Meier1-1/+1
2011-09-24Fix syntax...Michael Tüxen1-1/+1
2011-09-24Don't consider remote airpcap devices as airpcap devices, but as remote devices.Michael Tüxen1-26/+7
2011-08-18Update the AirPcap code in prefs_dlg.c to match the changes made toGerald Combs1-0/+1
2011-07-04From Michael Mann:Anders Broman1-10/+26
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+2
2009-12-18Don't try to free a static pointer.Gerald Combs1-1/+0
2009-11-12Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs1-20/+20
2009-05-13() -> (void)Jörg Mayer1-8/+8
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-4/+4
2009-05-13Make it compile without warnings on OSX.Stig Bjørlykke1-30/+24
2009-05-13Hmm, HMODULE should have been void*Jörg Mayer1-1/+1
2009-05-13Replace all Windows types by glib types - hopefully theJörg Mayer1-57/+57
2009-05-11Move the #if _WIN32 way inwards. This is needed to makeJörg Mayer1-2/+4
2009-03-16Use g_malloc instead of malloc.Bill Meier1-1/+1
2008-12-08Removed a _U_ for a used argument.Stig Bjørlykke1-1/+1
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.Jaap Keuter1-22/+21
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlyGerald Combs1-1/+5
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-09Remove:Anders Broman1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-5/+9
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-220/+101
2007-05-21Alter slightly so compile/link with airpcap works again....Bill Meier1-1/+2
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman1-2/+2
2007-05-18From Dustin Johnson:Gerald Combs1-206/+495
2007-04-11Fix bug 1377:Jeff Morriss1-0/+3
2007-02-19Fix some C++ style commentsBill Meier1-2/+2
2007-01-26Spelling fixes.Gerald Combs1-4/+4
2007-01-24It's not an error if we don't find any AirPcap interfaces when AirPcap isn'tGerald Combs1-619/+632
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-9/+14
2007-01-11make airpcap_loader.c compileable and linkable under WindowsTomas Kukosa1-1/+1
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-1343/+973