Feature #8351
Updated by Jason Ish about 1 month ago
There are a handful of ET/open rules that expect magic to be available. Suricata for Windows already includes the @magic.mgc@ datafile, its just not linked against the library. On my MSYS UCRT64 environment, I just need to add @./configure@ like the following to build the Windows package @mingw-w64-ucrt-x86_64-file@. Then its DLL will probably need to be included. with @libmagic@ support: <pre> LDFLAGS="-L/usr/lib" ./configure --with-libmagic-includes=/usr/include --with-libmagic-libraries=/usr/lib </pre>