capture_with_profile
Capture live network packets using settings from a specified Wireshark profile, with configurable duration and packet limit.
Instructions
Live capture using a Wireshark profile's configuration.
Args: interface: Network interface name (e.g., eth0, en0) profile_name: Wireshark profile name to apply duration: Capture duration in seconds packet_count: Maximum number of packets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | ||
| profile_name | Yes | ||
| duration | No | ||
| packet_count | No |