Skip to content

Commit 5be0eba

Browse files
committed
docs: add document for vsc-webshark.sharkdconf
1 parent 7d07433 commit 5be0eba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ This extension contributes the following settings:
7575
* `name`: a name to identify
7676
* `steps`: similar to filterSteps but for the "extract DLT from pcap file..." function.
7777
* `tSharkArgs`: arguments used for tshark to extract the DLT message payload from the pcap file.
78-
78+
* `vsc-webshark.sharkdConfigurations`: An array of configurations for sharkd. For more details, refer to [setconf](https://wiki.wireshark.org/sharkd-JSON-RPC-Request-Syntax#setconf).
79+
Each configuration item includes:
80+
* `name`: The name of the property.
81+
* `value`: The corresponding value for the configuration.
7982

8083
## Known Issues
8184

0 commit comments

Comments
 (0)