blob: 91be09b342d0318cb3e5626b687c899854926d9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
NAME
libautomata - Stateful automata-based string matching
SYNOPSIS
#include <libautomata.h>
Link with -lautomata.
DESCRIPTION
libautomata provides functions for creating string-matching
automata that can be fed in chunks, allowing online processing
of massive data sets. The automata are resettable and clonable,
allowing the user to search multiple data sets but only run
the automata building phase once.
SEE ALSO
None.
|