aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Don't check if unsigned values are > 0.Stig Bjørlykke1-7/+5
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-466/+243
2009-05-13Do not prototype static functions in the header file.Stig Bjørlykke1-59/+38
2009-05-13ULONG -> guint32Jörg Mayer1-1/+1
2009-05-04From Didier Gautheron (bug 3126):Stig Bjørlykke1-1/+1
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-3/+3
2008-10-17When we set the channel and offset entries in the wireless toolbar,Gerald Combs1-92/+64
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.Jaap Keuter1-45/+45
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlyGerald Combs1-3/+7
2008-07-21From Dustin Johnson: Don't pop up a warning dialog every time we can't saveGerald Combs1-11/+9
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-11/+14
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-11/+11
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-09Get the Windows build going again(?).Anders Broman1-143/+143
2008-04-09Remove:Anders Broman1-4/+0
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-188/+188
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-4/+1
2008-04-06remove GTK1 codeUlf Lamping1-168/+0
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+1
2008-01-23Fix a minor memory leak; Remove some unused variablesBill Meier1-9/+4
2007-12-04add missing emem.h include (prefs-int.h uses emem structures now)Tomas Kukosa1-0/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-29/+33
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-22/+23
2007-06-27In the wireless key management dialog, apply the 802.11 preferences whenGerald Combs1-45/+12
2007-05-18From Dustin Johnson:Gerald Combs1-258/+116
2007-02-19Fix some C++ style commentsBill Meier1-2/+2
2007-01-26Massive indentation fixes.Gerald Combs1-2608/+2610
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-183/+452
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-43/+105
2006-10-26don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.Ulf Lamping1-91/+18
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-0/+6
2006-10-19Add support for:Gerald Combs1-1104/+2617
2006-10-17from Stephen Fisher:Ulf Lamping1-1/+1
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs1-21/+38
2006-08-21Fix up copyrights and whitespace.Gerald Combs1-1/+2
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+1872