summaryrefslogtreecommitdiff
path: root/ui/gtk/prefs_capture.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-7/+7
2017-03-28GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin1-3/+3
2015-11-25Fix memory leaks related to hide_interface functionMikael Kanstrup1-3/+2
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-7/+7
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris1-5/+4
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-21/+21
2015-03-18Fix parsing of interface properties strings.Guy Harris1-3/+1
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+1
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-2/+2
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris1-1/+2
2013-11-26Fix indentation.Guy Harris1-1/+1
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler1-20/+3
2013-07-09From Cal Turney:Anders Broman1-1/+16
2013-06-27Windows changes for main_window_update ....Luis Ontanon1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-7/+8
2013-05-13Fix indentation.Guy Harris1-1/+1
2013-05-10Delete unused variable.Irene Rüngeler1-1/+1
2013-05-10The Interface column cannot be hidden any more.Irene Rüngeler1-15/+0
2013-03-26Fix Coverity CID 990752: Unused pointer value. (column was previously unused)Chris Maynard1-9/+9
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier1-0/+2
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier1-13/+27
2013-03-13Fix compilation under Linux ../../../ui/gtk/prefs_capture.c: In function ‘i...Alexis La Goutte1-3/+1
2013-03-13Add interface options preferences.Irene Rüngeler1-22/+170
2013-03-07Use ifdefs for buffer size.Irene Rüngeler1-1/+3
2013-03-07More ifdefs. Maybe this makes the mac buildbots happy.Michael Tüxen1-0/+4
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-5/+346
2013-03-06Use explicit casts.Anders Broman1-21/+21
2013-02-01Update some tooltips.Gerald Combs1-2/+3
2013-01-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-68/+65
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-42/+15
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-3/+4
2012-08-03Make it compile under WindowsIrene Rüngeler1-5/+11
2012-08-03Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler1-2/+301
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-1/+1
2012-07-09From Michael Mann:Anders Broman1-3/+29
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris1-1/+1
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-2/+3