Skip to main content
Glama

SharkMCP

by kriztalz
MIT License
  • Apple
  • Linux

stop_capture_session

Terminate a running packet capture session on SharkMCP, apply custom display filters, and export analysis in JSON, fields, or text format using predefined or saved configurations.

Instructions

Stop a running capture session and analyze packets. LLMs control all analysis parameters including display filters and output formats. Can use saved configurations.

Input Schema

NameRequiredDescriptionDefault
configNameNoName of saved configuration to use for analysis parameters
customFieldsNoCustom tshark field list (only used with outputFormat=fields)
displayFilterNoWireshark display filter for analysis (e.g., "tls.handshake.type == 1")
outputFormatNoOutput format: json (-T json), fields (custom -e), or text (default wireshark output)text
sessionIdYesSession ID returned from start_capture_session
sslKeylogFileNoABSOLUTE path to SSL keylog file for TLS decryption

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configName": { "description": "Name of saved configuration to use for analysis parameters", "type": "string" }, "customFields": { "description": "Custom tshark field list (only used with outputFormat=fields)", "type": "string" }, "displayFilter": { "description": "Wireshark display filter for analysis (e.g., \"tls.handshake.type == 1\")", "type": "string" }, "outputFormat": { "default": "text", "description": "Output format: json (-T json), fields (custom -e), or text (default wireshark output)", "enum": [ "json", "fields", "text" ], "type": "string" }, "sessionId": { "description": "Session ID returned from start_capture_session", "type": "string" }, "sslKeylogFile": { "description": "ABSOLUTE path to SSL keylog file for TLS decryption", "type": "string" } }, "required": [ "sessionId" ], "type": "object" }

You must be authenticated.

Other Tools from SharkMCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kriztalz/SharkMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server