aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_capture.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Back out infrastructure change. We missed supportingtuexen1-1/+0
2011-10-20Use g_strdup.stig1-1/+1
2011-10-20Use a global list containing all interfaces and only changetuexen1-0/+1
2011-07-24Replace deprecated functions.etxrab1-8/+9
2011-07-13Fix more tooltips fixes.etxrab1-12/+7
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespacegerald1-15/+0
2011-06-29Added a preference to turn of capture filter syntax check.stig1-2/+12
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.gerald1-2/+1
2011-02-07More -DGSEAL_ENABLE cleanup in preparation for GTK+ 3sfisher1-5/+5
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-23/+22
2010-05-16Ensure we update default link-layer list when toggeling monitor mode.stig1-0/+1
2010-05-16If we don't know whether a device supports monitor mode, turn offguy1-7/+5
2010-05-15Also set sensitive on monitor and linktype label, as it's not clear thatstig1-16/+15
2010-05-15Set the correct "monitor mode" button state.stig1-0/+7
2010-05-15Support monitor mode in the capture preferences.guy1-25/+275
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aguy1-3/+3
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameguy1-3/+3
2010-05-13Fetch an indication of whether the interface supports capturing inguy1-51/+61
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-2/+1
2010-02-27Constify.guy1-15/+23
2010-01-13Improved the Interface Options dialog:stig1-20/+25
2009-11-10Removed some unused variables and unused assignments.stig1-1/+0
2009-06-16Let create_preference_option_menu() and create_preference_entry()stig1-4/+7
2009-06-15Let create_preference_check_button() set the tooltips.stig1-18/+14
2009-06-15Added a preference to capture in Pcap-NG from GUI.stig1-2/+15
2009-05-18prefs_capture: Interface Options Edit dialog: code cleanup;wmeier1-286/+288
2009-05-08Clist -> list_storeetxrab1-160/+338
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-9/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-06-21Added a help button in the Interface Options dialog.stig1-2/+13
2008-06-18Reload the interface list on the welcome page when changing profile andstig1-0/+4
2008-06-02Rewrote ifopts_options_add() to make it readable and simpler.stig1-111/+39
2008-06-02Rewrote to not use gtk_combo_box_get_active_text().stig1-8/+11
2008-06-02Added an option to set default link-layer header type for each interface.stig1-47/+246
2008-04-15don't use strdup() if you want to free the memory later with g_free(), this d...ulfl1-3/+3
2008-04-14From Jim Young (bug 2212):sake1-1/+1
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyulfl1-0/+838