Skip to content

Commit 2a15ac3

Browse files
committed
Small update to documentation.
1 parent cd2fe96 commit 2a15ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/WiresharkProtocolAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $> wireshark -X lua_script:/path/to/my_prot_plug.lua ...
1818
```
1919
When using `tshark` instead of `wireshark` make sure to pass protocol name using `-O` command line option:
2020
```
21-
$> wireshark -X lua_script:/path/to/my_prot_plug.lua -O "my_prot" ...
21+
$> tshark -X lua_script:/path/to/my_prot_plug.lua -O "my_prot" ...
2222
```
2323
The protocol name is the first parameter in the `Proto(...)` invocation at the beginning of the generated `<schema>.lua` file.
2424
```lua

0 commit comments

Comments
 (0)