aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-10-11More ui/util.h includes.Gerald Combs1-0/+1
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-13/+17
2013-08-08Add initial capture filter support.Gerald Combs1-1/+1
2013-07-28Remove unused variable caught by GCC 4.8.Evan Huus1-3/+0
2013-07-28Explain what the big loop in update_properties_all() is doing, andGuy Harris1-24/+108
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris1-12/+24
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier1-0/+8
2013-07-24Don't cast away constness, and constify a function parameter.Guy Harris1-3/+3
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler1-1/+2
2013-07-09From Cal Turney:Anders Broman1-16/+15
2013-06-27Windows changes for main_window_update ....Luis Ontanon1-2/+2
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-3/+3
2013-06-09If, after editing the settings for a particular interface, we don't haveGuy Harris1-0/+5
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-12/+12
2013-05-21Apply the filter string if all interfaces are selected.Irene Rüngeler1-4/+18
2013-05-14Merge capture_start_confirmed() into capture_start_cb().Guy Harris1-49/+31
2013-05-10The Interface column cannot be hidden any more.Irene Rüngeler1-5/+1
2013-05-02Fix Bug 8615 concerning the active "Start" button when remote interfaces are ...Irene Rüngeler1-0/+2
2013-04-27free the linkname allocated by g_strdup()Martin Kaiser1-3/+6
2013-04-27when a named pipe is added to the interfaces list, it has no linktypeMartin Kaiser1-1/+2
2013-04-19Based on http://anonsvn.wireshark.org/viewvc?revision=48893&view=revisionAnders Broman1-4/+4
2013-04-16Fix a minor memory leak caught by cppcheck. Also replace a whole bunch ofEvan Huus1-3/+5
2013-04-16Update interface list when interface get lost and come back.Irene Rüngeler1-3/+3
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler1-0/+2
2013-04-11Misc. small string changes to the capture options dialog for consistency andEvan Huus1-21/+21
2013-04-11Don't select the 'any' device (in Linux), when 'capture all' is selected.Irene Rüngeler1-9/+23
2013-04-05Put "Remote Interface" window on top of "Interface Management" windowPascal Quantin1-0/+1
2013-03-30Have 'Capture file' and 'Stop after' extries left aligned in GTK+ 3 as well.Jaap Keuter1-23/+49
2013-03-27Fix bug 8524 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8524) and s...Irene Rüngeler1-18/+37
2013-03-27From Peter Hatina:Anders Broman1-4/+6
2013-03-25The capture options edit dialog is a dialog, not a menu, so don't useGuy Harris1-2/+2
2013-03-22Add Modelines Info (and remove some tabs)Alexis La Goutte1-3/+16
2013-03-22Remove minimize / maximize buttons for "Edit Interfaces / Remote Capture Sett...Alexis La Goutte1-0/+3
2013-03-22After Revision 46500 ( Make "Edit Interfaces Dialog" modal )Alexis La Goutte1-0/+2
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs1-12/+13
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-42/+54
2013-03-13Add interface options preferences.Irene Rüngeler1-33/+65
2013-03-11Set the "Capture Options" window as the parent ('transient_for') of the "Inte...Bill Meier1-10/+7
2013-03-11"Capture ! Options ! Manage Interfaces": Cleanup handling of Window epansion.Bill Meier1-15/+17
2013-03-08Use explicit casts.Anders Broman1-29/+26
2013-03-07Make the prefernce settings work.Anders Broman1-16/+11
2013-03-07Use if_string instead og if_string->name.Irene Rüngeler1-1/+1
2013-03-07Use ifdefs for buffer size.Irene Rüngeler1-1/+5
2013-03-07Try to fix the buildbots.Michael Tüxen1-2/+2
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-7/+40
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-2/+2