aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-10-06 13:43:53 -0700
committerGerald Combs <gerald@wireshark.org>2022-10-07 17:01:17 +0000
commit2b4fcae31f14d5c609530030b5375356db7e2b19 (patch)
tree0fd97dfa32f106c4ad25ba3c1e391161f1f859dc /doc
parent52c130ced7d4c2aa6b0c40e2d97b6826a4b36b9e (diff)
Qt+extcap: Add editable extcap selectors.
Add an "editselector" argument type, which lets the user override a predefined selection list with a custom value.
Diffstat (limited to 'doc')
-rw-r--r--doc/extcap.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extcap.adoc b/doc/extcap.adoc
index d64a9edab4..0874dab6c4 100644
--- a/doc/extcap.adoc
+++ b/doc/extcap.adoc
@@ -71,6 +71,7 @@ Argument type for UI filtering for raw, or UI type for selector:
long (may include scientific / special notation)
float
selector (display selector table, all values as strings)
+ editselector (selector table which can be overridden, 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)