/Multi-pattern-matching-engine

snort ac bm hyperscan algorithm Implementation

Primary LanguageC

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