Skip to content
#

packet-analysis

Here are 75 public repositories matching this topic...

Hands-on network security with Python. From packet crafting basics to advanced security tools: ARP spoofing detection, traffic analysis, port scanning, SSL/TLS analysis, and anomaly detection using Scapy.

  • Updated Dec 16, 2025
  • Python

This IDS focuses on detecting intrusion attempts by matching patterns in network data (such as suspicious strings in payloads or requests). It integrates the Knuth-Morris-Pratt (KMP) string-search algorithm for efficient pattern matching while also using auxiliary methods such as hashing and tries for indexing or rule-based detection.

  • Updated Feb 1, 2025
  • C++

A bridge that connects VPP (Vector Packet Processing) interfaces with Wireshark, enabling real-time packet capture and analysis. Supports remote monitoring via UDP and Unix sockets with a Wireshark extcap interface.

  • Updated Mar 14, 2025
  • Python

Improve this page

Add a description, image, and links to the packet-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packet-analysis topic, visit your repo's landing page and select "manage topics."

Learn more