aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-07don't crash, if airpcap.dll isn't availableUlf Lamping1-3/+9
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs1-14/+39
2006-09-12remove obsolete "HAVE_AIRPCAP_API" commentUlf Lamping1-1/+0
2006-08-21Fix up copyrights and whitespace.Gerald Combs1-1/+2
2006-08-20Make sure a preference exists before we try to use it.Gerald Combs1-1/+4
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+740