From 0953c36ec94622e3b901ff840c361d79bdbd327f Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Thu, 25 Jun 2015 14:39:43 -0700 Subject: 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 Reviewed-by: Pascal Quantin --- ui/qt/capture_interfaces_dialog.ui | 67 ++++++++++++++++++++++++++++++-------- 1 file changed, 53 insertions(+), 14 deletions(-) (limited to 'ui/qt/capture_interfaces_dialog.ui') diff --git a/ui/qt/capture_interfaces_dialog.ui b/ui/qt/capture_interfaces_dialog.ui index 94212ed2a9..dd70768a79 100644 --- a/ui/qt/capture_interfaces_dialog.ui +++ b/ui/qt/capture_interfaces_dialog.ui @@ -500,8 +500,8 @@ PLEASE NOTE: One option MUST be selected. Options - - + + @@ -615,7 +615,7 @@ PLEASE NOTE: One option MUST be selected. - + true @@ -642,14 +642,14 @@ PLEASE NOTE: One option MUST be selected. QAbstractSpinBox::PlusMinus - 1000 + 2147483647 1 - + Stop capturing after the specified amount of data has been captured. @@ -658,14 +658,14 @@ PLEASE NOTE: One option MUST be selected. QAbstractSpinBox::PlusMinus - 1000 + 2147483647 1 - + <html><head/><body><p>Stop capturing after the specified amount of data has been captured.</p></body></html> @@ -682,7 +682,7 @@ PLEASE NOTE: One option MUST be selected. - + Stop capturing after the specified amount of time has passed. @@ -692,7 +692,7 @@ PLEASE NOTE: One option MUST be selected. - + Stop capturing after the specified amount of time has passed. @@ -724,7 +724,7 @@ PLEASE NOTE: One option MUST be selected. - + Stop capturing after the specified amount of data has been captured. @@ -746,7 +746,7 @@ PLEASE NOTE: One option MUST be selected. - + Stop capturing after the specified amount of time has passed. @@ -755,14 +755,14 @@ PLEASE NOTE: One option MUST be selected. QAbstractSpinBox::PlusMinus - 1000 + 2147483647 1 - + Qt::Horizontal @@ -775,10 +775,49 @@ PLEASE NOTE: One option MUST be selected. + + + + + 0 + 0 + + + + Stop capturing after the specified number of packets have been captured. + + + QAbstractSpinBox::PlusMinus + + + 2147483647 + + + 1 + + + + + + + files + + + + + + + <html><head/><body><p>Stop capturing after the specified number of files have been created.</p></body></html> + + + + + + - + Qt::Vertical -- cgit v1.2.1