mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 23:49:41 +00:00
Removed bigram_automata, impossible_bigram_automata, trigram_automata. The ahocorasick structure is replaced with a bitmap. The bitmap size for ndpi_en_bigram is 176 bytes. The bitmap size for ndpi_en_trigram is 2201 bytes. On the test machine, the test execution time was reduced from 27.3 seconds to 24.7 (9%). |
||
|---|---|---|
| .. | ||
| protocols | ||
| third_party | ||
| Makefile.in | ||
| ndpi_analyze.c | ||
| ndpi_classify.c | ||
| ndpi_community_id.c | ||
| ndpi_content_match.c.inc | ||
| ndpi_geoip.c | ||
| ndpi_main.c | ||
| ndpi_serializer.c | ||
| ndpi_utils.c | ||