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>
This commit is contained in:
Dario Lombardo 2015-10-26 14:07:49 +01:00 committed by Alexis La Goutte
parent 7f591e4c07
commit f220250d14
1 changed files with 3 additions and 1 deletions

View File

@ -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}