convert_pcap_format
Convert network packet capture files between pcap and pcapng formats to ensure compatibility with different analysis tools.
Instructions
Convert a PCAP file between pcap and pcapng formats.
Args: filepath: Path to source PCAP file output_format: Target format: pcap or pcapng
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| output_format | No | pcapng |