protocol-debugging

Capture and analyze network packets with tcpdump and Wireshark to debug ONVIF and RTSP issues.

2|1|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/kkrzysztofik/Anyka_ak3918_hacking_journey --skill protocol-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: protocol-debugging
Source: https://github.com/kkrzysztofik/Anyka_ak3918_hacking_journey/tree/main/.claude/skills/protocol-debugging
Command: npx skills add https://github.com/kkrzysztofik/Anyka_ak3918_hacking_journey --skill protocol-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps diagnose and resolve issues related to network communication protocols such as ONVIF, RTSP, and general network connectivity problems.

Core Features & Use Cases

  • Network Traffic Analysis: Capture, filter, and analyze network packets using tools like tcpdump and Wireshark.
  • Protocol Troubleshooting: Identify and fix common errors in ONVIF, RTSP, and streaming protocols.
  • Use Case: If your camera stream is choppy or an ONVIF command is failing, this Skill can guide you through capturing the relevant network traffic and analyzing it to pinpoint the root cause.

Quick Start

Use the protocol-debugging skill to capture ONVIF traffic from the camera at 192.168.1.100 to a file named onvif_capture.pcap.

Frequently Asked Questions about protocol-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug an ONVIF command failing on my IP camera?

To debug a failing ONVIF command, capture network traffic with tcpdump and analyze the packets in Wireshark to pinpoint authentication failures or unsupported actions causing the error.

What is the best way to troubleshoot choppy RTSP video streams?

The best way to troubleshoot choppy RTSP streams is to use packet analysis to capture traffic and identify streaming interruptions or slow response times affecting the video feed.

How do I capture ONVIF traffic to a pcap file for analysis?

You capture ONVIF traffic to a pcap file by running a packet capture tool like tcpdump, filtering for the specific camera IP address, and saving the output for Wireshark analysis.

Can I use Wireshark to find the root cause of RTSP streaming interruptions?

Yes, you can use Wireshark to filter and analyze RTSP network packets, allowing you to diagnose communication errors and identify the exact source of streaming interruptions.

Why does my network protocol authentication fail when connecting to a camera?

Network protocol authentication fails when communication errors occur during the handshake; capturing packets with tcpdump helps analyze the exchange to resolve the authentication issue.