aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix vi "modeline" so it works;Bill Meier1-3/+3
2011-07-24Replace deprecated functions.Anders Broman1-10/+11
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-6/+6
2011-07-11GTK_CHECK_VERSION cleanup.Anders Broman1-20/+0
2011-05-31REmove the check for HAVE_AIRPDCAPAnders Broman1-17/+1
2011-02-10Add the rest of the changes from the patch in bug 5924. Squelches someGuy Harris1-94/+3
2011-02-10#ifdef → #ifndef.Gerald Combs1-1/+1
2011-02-10Mark a parameter unused if needed.Gerald Combs1-1/+5
2011-02-07Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore.Gerald Combs1-143/+122
2010-11-28Clean up white space.Guy Harris1-366/+374
2009-11-12Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs1-6/+6
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+1
2009-07-17Set the extension channel correctly. Fixup whitespace.Gerald Combs1-32/+35
2009-07-01Fix a key entry bug in the decryption key dialog. Remove some unused /Gerald Combs1-71/+0
2009-06-30Put in missing newline at the end.Guy Harris1-1/+1
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedGerald Combs1-30/+67
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs1-1/+1
2009-05-13Remove airpcap_get_all_channels_list, it isn't usedJörg Mayer1-42/+0
2009-05-13Forgot to convert the types in these files as well.Jörg Mayer1-13/+13
2009-05-13Don't check if unsigned values are > 0.Stig Bjørlykke1-4/+4
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-177/+187
2009-05-13Fixed some compiler warnings on OSX.Stig Bjørlykke1-9/+5
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-2/+2
2008-10-17When we set the channel and offset entries in the wireless toolbar,Gerald Combs1-5/+5
2008-08-14Fix a spelling errorBill Meier1-2/+2
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-6/+7
2008-04-12remove unrequired "references" to gtkglobals.hUlf Lamping1-1/+0
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-09Get the Windows build going again(?).Anders Broman1-1/+1
2008-04-09Remove:Anders Broman1-4/+0
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-39/+39
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-8/+26
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-17/+21
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs1-64/+57
2007-07-09From Dustin Johnson: AirPcap display update.Gerald Combs1-1/+5
2007-05-18From Dustin Johnson:Gerald Combs1-136/+318
2007-01-26Spelling fixes.Gerald Combs1-2/+2
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-599/+601
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-48/+47
2006-12-12Remove svn:executable property from a few more .[hc] filesBill Meier1-0/+0
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-100/+236
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-20/+193
2006-10-25the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are ...Ulf Lamping1-6/+8
2006-10-19Add support for:Gerald Combs1-26/+372
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs1-4/+40
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/+400