aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-08-31 20:35:23 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2018-08-31 18:37:07 +0000
commit813b87f81ad1339e2a255c6b33750a80cce2b41b (patch)
tree50b5bc6ac39e169b209d672741e4e2c420faefe0 /docbook
parent7789326d9e803ec519d3767652dd12554fc046c9 (diff)
downloadwireshark-813b87f81ad1339e2a255c6b33750a80cce2b41b.tar.gz
wireshark-813b87f81ad1339e2a255c6b33750a80cce2b41b.tar.bz2
wireshark-813b87f81ad1339e2a255c6b33750a80cce2b41b.zip
docbook: Remove non-existing 'Payload Length'
Remove 'Payload Length' from extcap toolbar control protocol because this does not exist in the protocol. Change-Id: I9eea7366d2992a7b7ac769f290c5d7e8e1090ce8 Reviewed-on: https://code.wireshark.org/review/29378 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_capture.asciidoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
index 8555c16bd1..55b9a4b4b3 100644
--- a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
@@ -392,7 +392,7 @@ to discard initial values and set new values, depending on implementation.
These TYPEs are defined as controls:
[horizontal]
-BOOLEAN:: This provides a checkbox with the possibility to set a true/false value.
+BOOLEAN:: This provides a checkbox with the possibility to set a true/false value.
+
The extcap utility can set a default value at startup, and can change (set) and receive value changes while capturing. When starting a capture the GUI will send the value if different from the default value.
+
@@ -497,9 +497,6 @@ The protocol used to communicate over the control pipes has a fixed size header
|9 |Error message |none
|===
-.Payload Length:
- The length of the following payload. Maximum length is 65535 bytes.
-
The `Initialized` command will be sent from the GUI to the extcap utility when all
user changed control values are sent after starting a capture. This is an indication
that the GUI is ready to receive control values.