aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2911/+0
2011-09-21Fix ex "modeline" so it works;Bill Meier1-28/+28
2011-07-29Remove remaining direct access to GTK structs in Windows.Anders Broman1-4/+8
2011-07-24Replace deprecated functions.Anders Broman1-1/+1
2011-07-24Replace deprecated functions.Anders Broman1-30/+31
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+44
2011-07-11GTK_CHECK_VERSION cleanup.Anders Broman1-2/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-05-31REmove the check for HAVE_AIRPDCAPAnders Broman1-22/+0
2011-05-15gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() comp...Jeff Morriss1-12/+12
2011-02-10Remove a bunch of prototypes in airpcap_dlg.h for functions which areGerald Combs1-412/+414
2011-02-07Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore.Gerald Combs1-574/+475
2010-11-28Clean up white space.Guy Harris1-101/+101
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier1-14/+14
2010-08-17(Trivial) window_delete_event_cb() 'user_data' arg is unused ...Bill Meier1-4/+4
2010-02-17Fix a very minor memory leak.Bill Meier1-0/+1
2009-10-04Add HAVE_AIRPDCAP guardKovarththanan Rajaratnam1-0/+2
2009-07-01Fix a key entry bug in the decryption key dialog. Remove some unused /Gerald Combs1-56/+14
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedGerald Combs1-46/+15
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-2/+4
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