We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2fe96 commit 2a15ac3Copy full SHA for 2a15ac3
1 file changed
doc/WiresharkProtocolAnalysis.md
@@ -18,7 +18,7 @@ $> wireshark -X lua_script:/path/to/my_prot_plug.lua ...
18
```
19
When using `tshark` instead of `wireshark` make sure to pass protocol name using `-O` command line option:
20
21
-$> wireshark -X lua_script:/path/to/my_prot_plug.lua -O "my_prot" ...
+$> tshark -X lua_script:/path/to/my_prot_plug.lua -O "my_prot" ...
22
23
The protocol name is the first parameter in the `Proto(...)` invocation at the beginning of the generated `<schema>.lua` file.
24
```lua
0 commit comments