From b7e7796e20d5b194a72658a0e3f88522e7f66ebc Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 9 Nov 2016 13:56:12 +0100 Subject: extcap: add new option type (timestamp). Bug: 12787 Change-Id: I941833c55fb607c8af2ef832082af58d7b94e965 Reviewed-on: https://code.wireshark.org/review/18721 Petri-Dish: Roland Knall Reviewed-by: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- doc/extcap.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/extcap.pod') diff --git a/doc/extcap.pod b/doc/extcap.pod index 05cbdcbb93..84ce4c71f0 100644 --- a/doc/extcap.pod +++ b/doc/extcap.pod @@ -47,6 +47,7 @@ Argument type for UI filtering for raw, or UI type for selector: fileselect (display a dialog to select a file from the filesystem, value as string) multicheck (display a textbox for selecting multiple options, values as strings) password (display a textbox with masked text) + timestamp (display a calendar) =item value (options) @@ -84,6 +85,10 @@ Example 4: arg {number=0}{call=--username}{display=Username}{type=string} arg {number=1}{call=--password}{display=Password}{type=password} +Example 5: + arg {number=0}{call=--start}{display=Start Time}{type=timestamp} + arg {number=1}{call=--end}{display=End Time}{type=timestamp} + =head1 Security awareness =over 4 -- cgit v1.2.3