summaryrefslogtreecommitdiff
path: root/ui/gtk/airpcap_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2017-02-20Yell at the user less.Gerald Combs1-17/+17
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman1-12/+12
2015-06-16Don't include <wsutil/frequency-utils.h> if it's not needed.Guy Harris1-1/+0
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-04-17Remove an unused variable, structure and #define caught by cppcheck.Evan Huus1-13/+0
2013-04-17Fix the following GTK-CRITICAL error Gtk-CRITICAL **: gtk_list_store_get_path...Alexis La Goutte1-2/+4
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-0/+2
2013-03-22Fix "Decryption Key Warning " Dialog broken in revision 47005Alexis La Goutte1-8/+8
2013-03-22Fix "Advanced Wireless Settings" Dialog broken in revision 47003Alexis La Goutte1-10/+10
2013-03-22After Revision 46500 ( Make "Edit Interfaces Dialog" modal )Alexis La Goutte1-0/+2
2013-03-22Make Dialog about "Decryption Key (List / Add / Edit)" ModalAlexis La Goutte1-1/+4
2013-03-22On Windows (Tested with XP and 7), the Add(New)/Edit Decryption Key Dialog is...Alexis La Goutte1-0/+2
2013-03-21From beroset:Bill Meier1-45/+45
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-44/+0
2013-03-04Display "Select Decryption Mode" in Decryption Key Management (Broken by revi...Alexis La Goutte1-2/+2
2013-03-04Fix indent (Tabs => Spaces)Alexis La Goutte1-3/+3
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-3/+3
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-0/+1
2013-01-09Follow up on 47003 Anders Broman1-130/+37
2013-01-09 Use ws_gtk_grid...() instead of gtk_table...();Anders Broman1-15/+15
2012-12-26Fix a bunch of warnings.Guy Harris1-15/+15
2012-11-07Get rid of an GTK warning about illegal cast.Anders Broman1-4/+2
2012-11-04Use GtkGrid if GTK version is >= 3.2Anders Broman1-25/+63
2012-11-04Fix a typoAnders Broman1-1/+1
2012-11-04Use GtkGrid if GTK version is >= 3.2Anders Broman1-2/+37
2012-11-04Add the row with the tags firstAnders Broman1-25/+25
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-01Remove a bunch of unused variables.Evan Huus1-18/+6
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-44/+0
2012-07-09From Evan Huus:Anders Broman1-8/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-18/+18
2012-04-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+0
2012-03-30As pointed out by Alexis: remove a bunch of set-but-unused variables.Jeff Morriss1-76/+3
2012-03-28Fix compilation.Michael Tüxen1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2911