tutorial.txt (snort3-3.1.29.0) | : | tutorial.txt (snort3-3.1.30.0) | ||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
* asciidoc from http://www.methods.co.nz/asciidoc/ to build the HTML | * asciidoc from http://www.methods.co.nz/asciidoc/ to build the HTML | |||
manual | manual | |||
* cpputest from http://cpputest.github.io to run additional unit tests with | * cpputest from http://cpputest.github.io to run additional unit tests with | |||
make check | make check | |||
* dblatex from http://dblatex.sourceforge.net to build the pdf manual (in | * dblatex from http://dblatex.sourceforge.net to build the pdf manual (in | |||
addition to asciidoc) | addition to asciidoc) | |||
* flatbuffers from https://google.github.io/flatbuffers/ for enabling the | ||||
flatbuffers serialization format | ||||
* hyperscan >= 4.4.0 from https://github.com/01org/hyperscan to build new | * hyperscan >= 4.4.0 from https://github.com/01org/hyperscan to build new | |||
the regex and sd_pattern rule options and hyperscan search engine. | the regex and sd_pattern rule options and hyperscan search engine. | |||
Hyperscan is large so it recommended to follow their instructions for | Hyperscan is large so it recommended to follow their instructions for | |||
building it as a shared library. | building it as a shared library. | |||
* iconv from https://ftp.gnu.org/pub/gnu/libiconv/ for converting | * iconv from https://ftp.gnu.org/pub/gnu/libiconv/ for converting | |||
UTF16-LE filenames to UTF8 (usually included in glibc) | UTF16-LE filenames to UTF8 (usually included in glibc) | |||
* libunwind from https://www.nongnu.org/libunwind/ to attempt to dump a | * libunwind from https://www.nongnu.org/libunwind/ to attempt to dump a | |||
somewhat readable backtrace when a fatal signal is received | somewhat readable backtrace when a fatal signal is received | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |