aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss1-2/+2
2013-01-31for an interface that does not support monitor mode, make sure thatMartin Kaiser1-1/+4
2013-01-22Fix VS Studio Analysis warning C6244: Local declaration of 'iftype' hides pre...Chris Maynard1-5/+5
2013-01-18Fix two issues related to conversion to use ws_gtk_grid...() [svn #47002].Bill Meier1-2/+2
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-1/+2
2013-01-17Opening the capture options triggers a rescan of all the packets caused by th...Anders Broman1-9/+15
2013-01-10Another solution to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Irene Rüngeler1-0/+1
2013-01-10Fix for bug 8183 reported by David Bergeron.Irene Rüngeler1-1/+0
2013-01-09 Use ws_gtk_grid...() instead of gtk_table...();Anders Broman1-63/+64
2012-12-26Fix another discarded qualifier error.Guy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-23/+25
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-5/+5
2012-12-11Make "Edit Interfaces Dialog" modalIrene Rüngeler1-0/+1
2012-12-11Capture Options Dialog: Update buttons for "Capture all in Prom. Mode" and "C...Irene Rüngeler1-4/+63
2012-12-07Don't leak a string.Michael Tüxen1-0/+1
2012-12-07Fix Bug reported by Anders Broman concerning the capture filter.Irene Rüngeler1-1/+5
2012-12-06Fix two more incorrect s/link/linkr/ done by me in SVN #46426.Bill Meier1-2/+2
2012-12-06Fix compile error; Bill Meier1-1/+1
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-24/+24
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-17/+17
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-367/+372
2012-11-22Fix a reference to the "description" member of an if_info_t.Guy Harris1-2/+2
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-1/+2