Skip to content
#

packet-analysis

Here are 2 public repositories matching this topic...

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++

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