capture_live_packets
Capture live network packets from any interface for analysis. Specify duration, packet count, or BPF filter to narrow traffic.
Instructions
Capture live network packets from a specified interface.
Args: interface: Network interface name (e.g., eth0, en0, Wi-Fi) duration: Maximum capture duration in seconds packet_count: Maximum number of packets to capture bpf_filter: BPF capture filter (e.g., 'tcp port 80')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | ||
| duration | No | ||
| packet_count | No | ||
| bpf_filter | No |