aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-19From Mike Garratt:Anders Broman1-58/+86
2012-09-29Fix some memleaks caught by cppcheck.Evan Huus1-1/+5
2012-09-29Remove some unused variables caught by cppcheck.Evan Huus1-7/+1
2012-09-28Increase the default width of the capture options dialog so all columns are v...Chris Maynard1-2/+2
2012-09-24Just as we don't show the "Wireless Settings" button for non-AirPcapGuy Harris1-12/+13
2012-09-22Do not display a "Wireless Settings" button for non-AirPcap interfaces;Guy Harris1-12/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-13Display compile results output of single interface in scrollable window inste...Irene Rüngeler1-10/+59
2012-08-13Set the focus to the filter text field and activate START afterwards.Irene Rüngeler1-0/+4
2012-08-13Only activate the 'Compile selected BPFs' button, if interfaces are selected.Irene Rüngeler1-3/+42
2012-08-10Get the windows buildbots happy.Michael Tüxen1-5/+5
2012-08-10Change window size and wrapping behavior.Irene Rüngeler1-11/+24
2012-08-09Change the font in the compile results window to monospace.Irene Rüngeler1-0/+3
2012-08-09Add green bullet to indicate success. Irene Rüngeler1-5/+6
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-12/+5
2012-08-08Make Ubuntu buildbot happy.Irene Rüngeler1-0/+2
2012-08-08Use list view instead of notebooks to display compile results.Irene Rüngeler1-24/+125
2012-08-07Make the Ubuntu buildbot happy.Michael Tüxen1-2/+0
2012-08-07Fix bug when compiling several filters.Irene Rüngeler1-4/+5
2012-08-07FixJörg Mayer1-0/+2
2012-08-07Add window with notebooks to display bpf compile results.Irene Rüngeler1-16/+86
2012-08-07Make Windows buildbot happy.Irene Rüngeler1-3/+3
2012-08-07Make macos buildbot happyIrene Rüngeler1-1/+1
2012-08-07Fix forJörg Mayer1-1/+4
2012-08-07Add a filter for all selected interfaces to the capture options dialog.Irene Rüngeler1-2/+219
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+1
2012-08-03Remove another set-but-not-used variable.Jeff Morriss1-2/+0