merge_pcap_files
Combine multiple PCAP files into a single file using mergecap. Choose to merge by timestamp or append in order.
Instructions
Merge multiple PCAP files into one using mergecap.
Args: filepaths: List of PCAP file paths to merge output_file: Output file path (.pcap or .pcapng) chronological: Merge by timestamp (True) or append in order (False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepaths | Yes | ||
| output_file | Yes | ||
| chronological | No |