mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +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:
|
||||
project_id (str, required): UUID of the GNS3 project
|
||||
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:
|
||||
str: tshark output in text format (tab-separated fields or JSON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user