You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,10 @@ This extension contributes the following settings:
75
75
*`name`: a name to identify
76
76
*`steps`: similar to filterSteps but for the "extract DLT from pcap file..." function.
77
77
*`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.
0 commit comments