mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-23 04:10:49 +03:00
fix: remove remaining quoted example from tool input docstring
This commit is contained in:
parent
b991125c6c
commit
2a38816d3d
@ -55,7 +55,7 @@ class PacketAnalysisTool(BaseTool):
|
|||||||
Input:
|
Input:
|
||||||
project_id (str, required): UUID of the GNS3 project
|
project_id (str, required): UUID of the GNS3 project
|
||||||
link_id (str, required): UUID of the link to analyze
|
link_id (str, required): UUID of the link to analyze
|
||||||
tshark_args (str, required): tshark command arguments (e.g., '-Y "ospf" -T fields -e ip.src')
|
tshark_args (str, required): tshark command arguments (after '-r <pcap>')
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
str: tshark output in text format (tab-separated fields or JSON)
|
str: tshark output in text format (tab-separated fields or JSON)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user