wireshark_stats_service_response_time
Analyzes network packet captures to calculate service response time statistics for specific protocols like HTTP or DNS, helping identify performance issues in network communications.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| protocol | No | http |