wireshark_get_packet_details
Extract detailed packet information from PCAP files by specifying frame numbers to analyze network traffic structure and protocols.
Instructions
[Detail] Get full details for a SINGLE packet (like Wireshark's bottom pane).
Args: pcap_file: Path to capture file frame_number: The packet number (from wireshark_get_packet_list)
Returns: Complete JSON structure of the packet
Example: wireshark_get_packet_details("traffic.pcap", frame_number=42)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| frame_number | Yes |