diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-08-07 19:08:17 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-08-07 19:08:17 +0000 |
| commit | 61f0cb0acb2aed266e42d702e4c4b5b9be4abedc (patch) | |
| tree | af2523d3cad807296bd29d97407b29fcb32a90eb | |
| parent | web: trace export button (diff) | |
| download | t937-serial-61f0cb0acb2aed266e42d702e4c4b5b9be4abedc.tar.gz t937-serial-61f0cb0acb2aed266e42d702e4c4b5b9be4abedc.zip | |
| -rw-r--r-- | captures/README.md | 2 | ||||
| -rw-r--r-- | dissectors/README.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/dissectors/README.md b/dissectors/README.md index 9f062af..8e61044 100644 --- a/dissectors/README.md +++ b/dissectors/README.md @@ -3,7 +3,7 @@ These are Wireshark Lua dissectors for use with USB packet captures like the ones in the `captures` directory. To use them, either add them to your plugin path or load them using a command line argument: - wireshark -Xlua_script:ch340.lua,pl2303.lua,t937.lua + wireshark -Xlua_script:{ch340,pl2303,t937}.lua `pl2303.lua` and `ch340.lua` parse USB packets for PL2303 and CH340/CH341 USB-to-Serial chipsets, respectively. They each provide a heuristic dissector table for the raw serial data. |
