export_packets_json
Export network packets from PCAP files to structured JSON format using Wireshark display filters and packet limits.
Instructions
Export packets from a PCAP file as structured JSON.
Args: filepath: Path to PCAP/PCAPNG file display_filter: Wireshark display filter max_packets: Maximum packets to export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| display_filter | No | ||
| max_packets | No |