aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-3/+1
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs1-20/+21
2006-12-14remove a warningUlf Lamping1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-215/+510
2006-11-01fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' u...Ulf Lamping1-1/+1
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs1-1/+4
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-545/+1233
2006-10-27Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtainedGerald Combs1-0/+1
2006-10-26Add a lot of sanity checks, particularly to get_airpcap_interface_list(),Gerald Combs1-606/+632
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs1-1/+31
2006-10-19Add support for:Gerald Combs1-12/+919