summaryrefslogtreecommitdiff
path: root/ui/gtk/main_80211_toolbar.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-1/+3
2016-09-16Use valid channel parameters from wireless toolbarMikael Kanstrup1-1/+1
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-1/+1
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris1-2/+4
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-23/+36
2015-01-09Add missing #include ( "ui/gtk/old-gtk-compat.h" )AndersBroman1-0/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-7/+0
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-07-22Fix includes to get things compiling.Michael Tüxen1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-1/+2
2013-05-22Include ui/gtk/main_80211_toolbar.h so that the functions we define areGuy Harris1-0/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-0/+1
2012-12-29Add a few consts to fix some compiler (GCC) errors.Bill Meier1-1/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-05From Pontus Fuchs:Guy Harris1-12/+0
2012-07-05From Pontus Fuchs:Guy Harris1-6/+8
2012-07-05From Pontus Fuchs:Guy Harris1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Don't let the user set the frequency or channel when we don't HAVE_PCAP;Jeff Morriss1-0/+10
2012-06-21ws80211_init() only returned ENOTSUP back when it could be a stub when weJeff Morriss1-4/+2
2012-06-21Try to use the gtk-compat macros correctly.Jeff Morriss1-2/+1
2012-06-21GtkComboBoxText is only available in 2.24 and later; use GtkComboBox instead.Jeff Morriss1-1/+1
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutJörg Mayer1-3/+0
2012-06-20#if 0 out code to make it build in it's current stateAnders Broman1-2/+3
2012-06-20Add the toolbar of bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973Anders Broman1-0/+426