aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_capture.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Fix more tooltips fixes.Anders Broman1-12/+7
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs1-15/+0
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke1-2/+12
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.Gerald Combs1-2/+1
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3Stephen Fisher1-5/+5
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-23/+22
2010-05-16Ensure we update default link-layer list when toggeling monitor mode.Stig Bjørlykke1-0/+1
2010-05-16If we don't know whether a device supports monitor mode, turn offGuy Harris1-7/+5
2010-05-15Also set sensitive on monitor and linktype label, as it's not clear thatStig Bjørlykke1-16/+15
2010-05-15Set the correct "monitor mode" button state.Stig Bjørlykke1-0/+7
2010-05-15Support monitor mode in the capture preferences.Guy Harris1-25/+275
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-3/+3
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-3/+3
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-51/+61
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-2/+1
2010-02-25GtkCombo --> GtkComboBoxEntryBill Meier1-15/+23
2010-01-13Improved the Interface Options dialog:Stig Bjørlykke1-20/+25
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-1/+0
2009-06-16Let create_preference_option_menu() and create_preference_entry()Stig Bjørlykke1-4/+7
2009-06-15Let create_preference_check_button() set the tooltips.Stig Bjørlykke1-18/+14
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-2/+15
2009-05-18prefs_capture: Interface Options Edit dialog: code cleanup;Bill Meier1-286/+288
2009-05-08Clist -> list_storeAnders Broman1-160/+338
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-9/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-06-21Added a help button in the Interface Options dialog.Stig Bjørlykke1-2/+13
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke1-0/+4
2008-06-02Rewrote ifopts_options_add() to make it readable and simpler.Stig Bjørlykke1-111/+39
2008-06-02Rewrote to not use gtk_combo_box_get_active_text().Stig Bjørlykke1-8/+11
2008-06-02Added an option to set default link-layer header type for each interface.Stig Bjørlykke1-47/+246
2008-04-15don't use strdup() if you want to free the memory later with g_free(), this d...Ulf Lamping1-3/+3
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-0/+838