protocol-reverse-engineering

Installation
SKILL.md

Protocol Reverse Engineering

Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging.

Traffic Capture

Wireshark Capture

# Capture on specific interface
wireshark -i eth0 -k

# Capture with filter
wireshark -i eth0 -k -f "port 443"

# Capture to file
tshark -i eth0 -w capture.pcap
Installs
8.0K
Repository
wshobson/agents
GitHub Stars
36.9K
First Seen
Jan 20, 2026
protocol-reverse-engineering — wshobson/agents