detect_network_protocols
Analyze network traffic to identify protocols in use from a PCAP file or live capture on a specified interface for a given duration.
Instructions
Detect and report network protocols in use.
Args: filepath: Path to existing PCAP file (optional) interface: Network interface for live capture (if no file) duration: Duration in seconds for live capture
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | ||
| interface | No | ||
| duration | No |