mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
fix: document -c behavior caveat in PacketAnalysisTool description
This commit is contained in:
parent
b7a0b611df
commit
9c23f9037c
@ -81,7 +81,10 @@ class PacketAnalysisTool(BaseTool):
|
||||
-T fields Tab-separated field output
|
||||
-e <field> Extract field (use multiple -e for multiple fields)
|
||||
-T json JSON output
|
||||
-c <count> Limit packet count
|
||||
-c <count> Limit packets READ (not matched count). Since -c limits
|
||||
total packets scanned, it can hide results when used
|
||||
with -Y. Prefer piping to head -10 or rely on -Y
|
||||
alone instead.
|
||||
"""
|
||||
|
||||
def _run(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user