aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
Commit message (Expand)AuthorAgeFilesLines
* () -> (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
* Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs2006-12-271-20/+21
* remove a warningUlf Lamping2006-12-141-1/+1
* From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs2006-12-051-215/+510
* fix a warning: "airpcap_loader.c(2287) : warning C4700: local variable 'ad' u...Ulf Lamping2006-11-011-1/+1
* From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs2006-10-311-1/+4
* From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs2006-10-301-545/+1233
* Set AirpcapLoaded to TRUE if we've successfully loaded our DLL and obtainedGerald Combs2006-10-271-0/+1
* Add a lot of sanity checks, particularly to get_airpcap_interface_list(),Gerald Combs2006-10-261-606/+632
* Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()Gerald Combs2006-10-191-1/+31
* Add support for:Gerald Combs2006-10-191-12/+919
* don't crash, if airpcap.dll isn't availableUlf Lamping2006-10-071-3/+9
* Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs2006-10-021-14/+39
* remove obsolete "HAVE_AIRPCAP_API" commentUlf Lamping2006-09-121-1/+0
* Fix up copyrights and whitespace.Gerald Combs2006-08-211-1/+2
* Make sure a preference exists before we try to use it.Gerald Combs2006-08-201-1/+4
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-0/+740