Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Repository files navigation

Multi-pattern-matching-engine

This code based on snort. I extracting multiple patten matching engine and single pattern matching algorithm (boyer moore algorithm).

OVERVIEW

It is a high-performance dynamic library for string match. You can test it with bm_test for single pattern search and mpse_test for multi pattern search.

Licensing

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation. You may not use, modify or distribute this program under any other version of the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

To Build

./autogen.sh
./configure
make
make install # optional

About

snort ac bm hyperscan algorithm Implementation

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.