apply_profile_capture
Analyzes packet captures using a specified Wireshark profile and optional display filter to extract targeted network insights.
Instructions
Analyze a PCAP file using a specific Wireshark profile.
Args: filepath: Path to PCAP/PCAPNG file profile_name: Wireshark profile name to apply display_filter: Optional Wireshark display filter max_packets: Maximum packets to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| profile_name | Yes | ||
| display_filter | No | ||
| max_packets | No |