aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...mmann1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-23/+8
2012-01-16#include "simple_dialog.h" ==> #include "ui/simple-dislog.h"wmeier1-1/+1
2011-09-24Fix syntax...tuexen1-1/+1
2011-09-24Don't consider remote airpcap devices as airpcap devices, but as remote devices.tuexen1-26/+7
2011-08-18Update the AirPcap code in prefs_dlg.c to match the changes made togerald1-0/+1
2011-07-04From Michael Mann:etxrab1-10/+26
2010-08-25Add ws_load_library and ws_module_open, which respectively callgerald1-1/+2
2009-12-18Don't try to free a static pointer.gerald1-1/+0
2009-11-12Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.gerald1-20/+20
2009-05-13() -> (void)jmayer1-8/+8
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.gerald1-4/+4
2009-05-13Make it compile without warnings on OSX.stig1-30/+24
2009-05-13Hmm, HMODULE should have been void*jmayer1-1/+1
2009-05-13Replace all Windows types by glib types - hopefully thejmayer1-57/+57
2009-05-11Move the #if _WIN32 way inwards. This is needed to makejmayer1-2/+4
2009-03-16Use g_malloc instead of malloc.wmeier1-1/+1
2008-12-08Removed a _U_ for a used argument.stig1-1/+1
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.jake1-22/+21
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlygerald1-1/+5
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-04-09Remove:etxrab1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-5/+9
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald1-220/+101
2007-05-21Alter slightly so compile/link with airpcap works again....wmeier1-1/+2
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.etxrab1-2/+2
2007-05-18From Dustin Johnson:gerald1-206/+495
2007-04-11Fix bug 1377:morriss1-0/+3
2007-02-19Fix some C++ style commentswmeier1-2/+2
2007-01-26Spelling fixes.gerald1-4/+4
2007-01-24It's not an error if we don't find any AirPcap interfaces when AirPcap isn'tgerald1-619/+632
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"guy1-9/+14
2007-01-11make airpcap_loader.c compileable and linkable under Windowskukosa1-1/+1
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-1343/+973
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentgerald1-3/+1
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallygerald1-20/+21
2006-12-14remove a warningulfl1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptiongerald1-215/+510
2006-11-01fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' u...ulfl1-1/+1
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an gerald1-1/+4
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, gerald1-545/+1233
2006-10-27Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtainedgerald1-0/+1
2006-10-26Add a lot of sanity checks, particularly to get_airpcap_interface_list(),gerald1-606/+632
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()gerald1-1/+31
2006-10-19Add support for:gerald1-12/+919
2006-10-07don't crash, if airpcap.dll isn't availableulfl1-3/+9
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. Enablegerald1-14/+39
2006-09-12remove obsolete "HAVE_AIRPCAP_API" commentulfl1-1/+0
2006-08-21Fix up copyrights and whitespace.gerald1-1/+2