aboutsummaryrefslogtreecommitdiffstats
path: root/captures/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--captures/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/captures/README.md b/captures/README.md
index fa8ed0f..c1ec630 100644
--- a/captures/README.md
+++ b/captures/README.md
@@ -4,7 +4,7 @@ These are Wireshark capture files of the oven communicating with its control app
The data has been captured as USB packet traces using CH341 and PL2303 USB-to-Serial adapters.
You probably want to load the Wireshark dissectors from the dissector directory to look at it:
- wireshark -Xlua_script:ch340.lua,pl2303.lua,t937.lua
+ wireshark -Xlua_script:{ch340,pl2303,t937}.lua
## Capturing USB-to-Serial communications on Windows