aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-10-26 14:07:49 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-26 13:36:03 +0000
commitf220250d143cdccd5fb47507cf7b9e4ed9efd60e (patch)
tree3b92e212a50b5a25e0b98e55734e20ac0bec62be
parent7f591e4c07e10168f06a6a0dbb04bc66613836a7 (diff)
downloadwireshark-f220250d143cdccd5fb47507cf7b9e4ed9efd60e.tar.gz
wireshark-f220250d143cdccd5fb47507cf7b9e4ed9efd60e.tar.bz2
wireshark-f220250d143cdccd5fb47507cf7b9e4ed9efd60e.zip
extcap: add missing types in doc.
Change-Id: Ieefa91df20fc460ae9e64ed94ffe7bca3ead63d1 Reviewed-on: https://code.wireshark.org/review/11284 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--doc/extcap.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/extcap.pod b/doc/extcap.pod
index d450088165..9795beb256 100644
--- a/doc/extcap.pod
+++ b/doc/extcap.pod
@@ -44,6 +44,8 @@ Argument type for UI filtering for raw, or UI type for selector:
selector (display selector table, all values as strings)
boolean (display checkbox)
radio (display group of radio buttons with provided values, all values as strings)
+ 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)
=item value (options)
@@ -54,7 +56,7 @@ Argument type for UI filtering for raw, or UI type for selector:
=head1 EXAMPLES
-Exampl 1:
+Example 1:
arg {number=0}{call=channel}{display=Wi-Fi Channel}{type=integer}
arg {number=1}{call=chanflags}{display=Channel Flags}{type=radio}