aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_gui_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31REmove the check for HAVE_AIRPDCAPAnders Broman1-2/+0
svn path=/trunk/; revision=37494
2011-02-07Switch from GtkCList (which is deprecated) to GtkTreeView+GtkListStore.Gerald Combs1-31/+13
Make a bunch of functions static. Get rid of a no-longer-necessary struct. Clean up other parts of the code. svn path=/trunk/; revision=35862
2009-07-01Fix a key entry bug in the decryption key dialog. Remove some unused /Gerald Combs1-19/+0
unnecessary functions. Clean up code in a couple of places. svn path=/trunk/; revision=28908
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedGerald Combs1-14/+12
routine. Fixup whitespace in a couple of places. svn path=/trunk/; revision=28886
2009-05-13Remove airpcap_get_all_channels_list, it isn't usedJörg Mayer1-12/+0
anywhere. svn path=/trunk/; revision=28354
2009-05-13Forgot to convert the types in these files as well.Jörg Mayer1-6/+6
svn path=/trunk/; revision=28353
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-33/+41
Consolidate some common code. Rename a bunch of variables. Remove some unused code. Fix an offset flag bug in airpcap_loader.c. This had to be merged by hand with r28349. Hopefully none of those changes were clobbered. svn path=/trunk/; revision=28350
2009-05-11#if 0 out an unused function declaration. Make itJörg Mayer1-1/+4
match its implementation return type anyway. The Airpcap icon should only depend of HAVE_AIRPCAP but not on _WIN32 svn path=/trunk/; revision=28330
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-0/+6
svn path=/trunk/; revision=24185
2007-05-18From Dustin Johnson:Gerald Combs1-3/+31
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2006-12-12Remove svn:executable property from a few more .[hc] filesBill Meier1-0/+0
svn path=/trunk/; revision=20122
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-2/+16
support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses Windows-specific data types, but can be converted to use glib equivalents. Add a few text and whitespace fixups. svn path=/trunk/; revision=20049
2006-10-30From Giorgio Tino: Add support for version 2.0 of the AirPcap driver, Gerald Combs1-1/+7
which has an updated API for WEP key handling. svn path=/trunk/; revision=19736
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-1/+1
1) When choosing to Merge, Import or Keep decryption keys, key lists will be saved to the preferences file AND into the registry. 2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well. svn path=/trunk/; revision=19646
2006-10-19Add support for:Gerald Combs1-1/+68
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" device) - Merging the 802.11 dissector WEP key list with AirPcap's - Decrypting WEP in the adapter, in Wireshark, or not at all Update the release notes. svn path=/trunk/; revision=19599
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs1-0/+12
AirPcap by default. Add initial support for the "Any" device in AirPcap (more to come). svn path=/trunk/; revision=19401
2006-08-21Fix up copyrights and whitespace.Gerald Combs1-5/+8
svn path=/trunk/; revision=18981
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+127
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928