wireshark_stats_service_response_time
Compute service response time statistics for application protocols (e.g., HTTP, DNS, SMB) from a pcap file to analyze network performance.
Instructions
[SRT] Service Response Time statistics.
Args: protocol: Application protocol - 'http', 'dns', 'smb', etc.
Returns: Response time statistics or JSON error
Errors: FileNotFound: pcap_file does not exist
Example: wireshark_stats_service_response_time("web.pcap", protocol="http")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | No | http | |
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |