Skip to main content
Glama

wireshark_follow_stream

Reassemble and view complete network stream content from PCAP files with pagination, search, and multiple output formats to analyze protocols like TCP, UDP, TLS, HTTP, and HTTP2.

Instructions

[Stream] Reassemble and view complete stream content. Supports pagination to avoid token limits.

Args: stream_index: Stream ID from conversations/stats protocol: Stream protocol - 'tcp', 'udp', 'tls', 'http', 'http2' output_mode: Output format - 'ascii', 'hex', 'raw' limit_lines: Max lines to return (default: 500) offset_lines: Skip first N lines (for pagination) search_content: Optional string to grep/search within the stream

Returns: Reconstructed stream data or JSON error

Errors: FileNotFound: pcap_file does not exist InvalidParameter: Invalid protocol

Example: wireshark_follow_stream("traffic.pcap", stream_index=0, search_content="password")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_fileYes
stream_indexYes
protocolNotcp
output_modeNoascii
limit_linesNo
offset_linesNo
search_contentNo

Latest Blog Posts

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/bx33661/Wireshark-MCP'

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