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>
This commit is contained in:
Stig Bjørlykke 2018-08-31 20:35:23 +02:00
parent 7789326d9e
commit 813b87f81a
1 changed files with 1 additions and 4 deletions

View File

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