gns3_start_capture
Start packet capture on GNS3 network links for traffic analysis. Capture network packets to analyze with Wireshark by specifying capture file name and link parameters.
Instructions
Start packet capture on a link. Captured packets can be analyzed with Wireshark.
Args: capture_file_name: Name for the capture file (without .pcap extension) data_link_type: Data link layer type (default: Ethernet)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| link_id | Yes | ||
| capture_file_name | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No | ||
| data_link_type | No | DLT_EN10MB |