aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-1/+1
* Use also const char to uat_save (identical to uat_load)Alexis La Goutte2013-04-171-3/+2
* From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=844...Alexis La Goutte2013-04-171-5/+12
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-04-071-0/+13
* From beroset:Anders Broman2013-03-181-7/+7
* Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann2013-03-151-55/+64
* Add a macro to calculate, from the size of an AirpcapKeysCollectionGuy Harris2013-02-171-3/+3
* Add a macro that, for a given count of keys, returns the total size ofGuy Harris2013-02-171-2/+2
* Fix a bunch of warnings.Guy Harris2012-12-261-5/+5
* Fix a [-Wshadow] warning;Bill Meier2012-11-251-814/+814
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann2012-08-081-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Evan Huus:Anders Broman2012-06-111-4/+2
* From Evan Huus: Two bad NULL checks in airpcap_loader.c https://bugs.wireshar...Anders Broman2012-04-181-3/+5
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-04-161-15/+0
* Use AIRPCAP_ERRBUF_SIZE instead of PCAP_ERRBUF_SIZE in one spot.Jeff Morriss2012-03-271-1/+1
* #include "simple_dialog.h" ==> #include "ui/simple-dislog.h"Bill Meier2012-01-161-1/+1
* Fix syntax...Michael Tüxen2011-09-241-1/+1
* Don't consider remote airpcap devices as airpcap devices, but as remote devices.Michael Tüxen2011-09-241-26/+7
* Update the AirPcap code in prefs_dlg.c to match the changes made toGerald Combs2011-08-181-0/+1
* From Michael Mann:Anders Broman2011-07-041-10/+26
* Add ws_load_library and ws_module_open, which respectively callGerald Combs2010-08-251-1/+2
* Don't try to free a static pointer.Gerald Combs2009-12-181-1/+0
* Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs2009-11-121-20/+20
* () -> (void)Jörg Mayer2009-05-131-8/+8
* Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs2009-05-131-4/+4
* Make it compile without warnings on OSX.Stig Bjørlykke2009-05-131-30/+24
* Hmm, HMODULE should have been void*Jörg Mayer2009-05-131-1/+1
* Replace all Windows types by glib types - hopefully theJörg Mayer2009-05-131-57/+57
* Move the #if _WIN32 way inwards. This is needed to makeJörg Mayer2009-05-111-2/+4
* Use g_malloc instead of malloc.Bill Meier2009-03-161-1/+1
* Removed a _U_ for a used argument.Stig Bjørlykke2008-12-081-1/+1
* Various corrections, as in: typos, whitespace, few return values, _U_ markers.Jaap Keuter2008-10-151-22/+21
* Keep the wireless toolbar extension channel entry from inadvertentlyGerald Combs2008-10-151-1/+5
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-071-1/+1
* Remove:Anders Broman2008-04-091-3/+0
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-5/+9
* Instead of converting between 802.11 frequencies and channels umpteenGerald Combs2007-08-171-220/+101
* Alter slightly so compile/link with airpcap works again....Bill Meier2007-05-211-1/+2
* Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman2007-05-201-2/+2
* From Dustin Johnson:Gerald Combs2007-05-181-206/+495
* Fix bug 1377:Jeff Morriss2007-04-111-0/+3
* Fix some C++ style commentsBill Meier2007-02-191-2/+2
* Spelling fixes.Gerald Combs2007-01-261-4/+4
* It's not an error if we don't find any AirPcap interfaces when AirPcap isn'tGerald Combs2007-01-241-619/+632
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-9/+14
* make airpcap_loader.c compileable and linkable under WindowsTomas Kukosa2007-01-111-1/+1
* Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs2007-01-111-1343/+973
* Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs2006-12-281-3/+1