diff options
Diffstat (limited to '')
| -rw-r--r-- | dissectors/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
