aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix ex "modeline" so it works;wmeier1-28/+28
2011-07-29Remove remaining direct access to GTK structs in Windows.etxrab1-4/+8
2011-07-24Replace deprecated functions.etxrab1-1/+1
2011-07-24Replace deprecated functions.etxrab1-30/+31
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-0/+44
2011-07-11GTK_CHECK_VERSION cleanup.etxrab1-2/+0
2011-06-28Replace all strerror() with g_strerror().stig1-2/+2
2011-05-31REmove the check for HAVE_AIRPDCAPetxrab1-22/+0
2011-05-15gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() comp...morriss1-12/+12
2011-02-10Remove a bunch of prototypes in airpcap_dlg.h for functions which aregerald1-412/+414
2011-02-07Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore.gerald1-574/+475
2010-11-28Clean up white space.guy1-101/+101
2010-08-23(Minor) Cleanup signal callbak signatures and related:wmeier1-14/+14
2010-08-17(Trivial) window_delete_event_cb() 'user_data' arg is unused ...wmeier1-4/+4
2010-02-17Fix a very minor memory leak.wmeier1-0/+1
2009-10-04Add HAVE_AIRPDCAP guardkrj1-0/+2
2009-07-01Fix a key entry bug in the decryption key dialog. Remove some unused /gerald1-56/+14
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedgerald1-46/+15
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-2/+4
2009-05-13Don't check if unsigned values are > 0.stig1-7/+5
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.gerald1-466/+243
2009-05-13Do not prototype static functions in the header file.stig1-59/+38
2009-05-13ULONG -> guint32jmayer1-1/+1
2009-05-04From Didier Gautheron (bug 3126):stig1-1/+1
2009-03-12From Jakub Zawadzki:stig1-3/+3
2008-10-17When we set the channel and offset entries in the wireless toolbar,gerald1-92/+64
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.jake1-45/+45
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlygerald1-3/+7
2008-07-21From Dustin Johnson: Don't pop up a warning dialog every time we can't savegerald1-11/+9
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-11/+14
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-04-13sort #includes by directoriesulfl1-11/+11
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1
2008-04-09Get the Windows build going again(?).etxrab1-143/+143
2008-04-09Remove:etxrab1-4/+0
2008-04-09Start getting rid of the uses of compat_macro.h's macros.sfisher1-188/+188
2008-04-07Remove GTK1 code and change ugly version checking statements intosfisher1-4/+1
2008-04-06remove GTK1 codeulfl1-168/+0
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier1-1/+1
2008-01-23Fix a minor memory leak; Remove some unused variableswmeier1-9/+4
2007-12-04add missing emem.h include (prefs-int.h uses emem structures now)kukosa1-0/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-29/+33
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake1-1/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald1-22/+23
2007-06-27In the wireless key management dialog, apply the 802.11 preferences whengerald1-45/+12
2007-05-18From Dustin Johnson:gerald1-258/+116
2007-02-19Fix some C++ style commentswmeier1-2/+2
2007-01-26Massive indentation fixes.gerald1-2608/+2610
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptiongerald1-183/+452