File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,12 @@ __ps__: `help` function in Python should always help you out.
210
210
&emsp ; As it shows in the help manual, it is quite easy to use:
211
211
212
212
```
213
- $ pcapkit --help
214
- usage: pcapkit [-h] [-V] [-o file-name] [-f format] [-j] [-p] [-t] [-a] [-v ]
215
- [-F] [-E PKG] [-P PROTOCOL] [-L LAYER]
216
- input-file-name
213
+ $ pcapkit-cli --help
214
+ usage: pcapkit-cli [-h] [-V] [-o file-name] [-f format] [-j] [-p] [-t] [-a]
215
+ [-v] [-F] [-E PKG] [-P PROTOCOL] [-L LAYER]
216
+ input-file-name
217
217
218
- PCAP file extractor and formatted exporter
218
+ PCAP file extractor and formatted dumper
219
219
220
220
positional arguments:
221
221
input-file-name The name of input pcap file. If ".pcap" omits, it will
@@ -245,8 +245,8 @@ optional arguments:
245
245
-v, --verbose Show more information.
246
246
-F, --files Split each frame into different files.
247
247
-E PKG, --engine PKG Indicate extraction engine. Note that except default
248
- engine, all other engines need support of corresponding
249
- packages.
248
+ or pcapkit engine, all other engines need support of
249
+ corresponding packages.
250
250
-P PROTOCOL, --protocol PROTOCOL
251
251
Indicate extraction stops after which protocol.
252
252
-L LAYER, --layer LAYER
You can’t perform that action at this time.
0 commit comments