aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-06-25 14:39:43 -0700
committerPascal Quantin <pascal.quantin@gmail.com>2015-06-26 18:37:35 +0000
commit0953c36ec94622e3b901ff840c361d79bdbd327f (patch)
tree5e4dac0cb5a08d3455de3b3b1b561d1357694e66 /ui/qt/capture_interfaces_dialog.h
parent66c738817c8d2f857bd5fed2e3cfa325e712d791 (diff)
Qt: tweaks to Capture Interfaces dialog
- Add option to stop capture after X files are created - Increase the max value for number of packets / files / bytes / seconds from 1000 to INT_MAX - Fix capture name file selection Change-Id: I9fb8eeaa925e5bd5380bb654686575f41126546a Reviewed-on: https://code.wireshark.org/review/9162 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.h')
-rw-r--r--ui/qt/capture_interfaces_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_interfaces_dialog.h b/ui/qt/capture_interfaces_dialog.h
index 89639cdfcf..b1139f76d3 100644
--- a/ui/qt/capture_interfaces_dialog.h
+++ b/ui/qt/capture_interfaces_dialog.h
@@ -98,7 +98,7 @@ private slots:
void allFilterChanged();
void refreshInterfaceList();
void updateLocalInterfaces();
- void on_browseButton_clicked();
+ void browseButtonClicked();
void changeEvent(QEvent* event);
signals: