Bug #2733
rust/mingw: libc::IPPROTO_* not defined
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Description
In the latest up 2 date MinGW, Rust fails to build due to missing definitions of libc::IPPROTO_. Since we use just 2 (IPPROTO_TCP and IPPROTO_UDP), I think we can define them in the Suricata Rust glue code itself.