reload_capture
Reload a loaded capture when its source file changes, refreshing metadata and revision without rescanning packets. Optionally clear stored decryption keys during the reload.
Instructions
Refresh a loaded capture after its source file changes.
The tool verifies the original file again, updates its path, size, modification time, and load time, and increments the capture revision. It does not scan packets during the reload.
Args: capture_id: ID of a currently loaded capture. clear_decryption_keys: When true, remove all keys stored for this capture. The default preserves them.
Returns:
Refreshed metadata, new revision number, and a reloaded flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id | Yes | ||
| clear_decryption_keys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||