extract_packet_details
Extract detailed information for a specific packet from a PCAP file by providing the file path and packet number for in-depth network analysis.
Instructions
Extract detailed information about a specific packet.
Args: file_path: Path to the PCAP file packet_number: The packet number to analyze (1-based)
Returns: Detailed packet information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| packet_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |