aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2018-07-16 16:10:46 +0200
committerRoland Knall <rknall@gmail.com>2018-07-16 14:15:50 +0000
commit74a747fd527db474f4703eed69c843aa5a44804d (patch)
tree0a5eda7db7ba13a2d618b56e9cf76f091753e2f2 /docbook/wsdg_src
parent4eb5b535ecb9cea390cc3ebad2097400f303b9ba (diff)
extcap: Correct doc structure
Some issues in the developer doc have been corrected Change-Id: I0d60e9080ef582dafa12607fb5ea43a8ae5d2d0f Reviewed-on: https://code.wireshark.org/review/28727 Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_capture.asciidoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
index 4b5af79ee0..1c1a437b47 100644
--- a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
@@ -478,7 +478,7 @@ The protocol used to communicate over the control pipes has a fixed size header
Payload length + 2 bytes for control number and command.
.Control Number:
- Unique number to identify the control. This number also gives the order of the controls in the interface toolbar.
+ Unique number to identify the control. This number also gives the order of the controls in the interface toolbar.
.Commands and application for controls
[cols="1,2,3"]
@@ -497,15 +497,15 @@ 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.
+.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
+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.
-The GUI will only send Initialized and Set commands. The extcap utility shall not
-send the Initialized command.
+The GUI will only send `Initialized` and `Set` commands. The extcap utility shall not
+send the `Initialized` command.
Messages with unknown control number or command will be silently ignored.