]> git.ipfire.org Git - thirdparty/suricata.git/commit
exceptions: make types and ToStr fns more accessible
authorJuliana Fajardini <jufajardini@oisf.net>
Sun, 11 Feb 2024 21:47:31 +0000 (18:47 -0300)
committerVictor Julien <victor@inliniac.net>
Thu, 11 Apr 2024 12:23:16 +0000 (14:23 +0200)
commitc2c8cdb78a839004e802df565e428a77656bfa39
treeed63c49127c311de0b3aff920f61568bedfdb673
parentce001d8eae4b94f6caba82b3d6e5f7d0841f229c
exceptions: make types and ToStr fns more accessible

Decode file needed ExceptionPolicy types and exception-policy file
needed Decode types, rendering some works quite difficult to work
around.

ExceptionPolicyToStr is useful for registering exception policy
counters, so make that public.

Part of
Task #5816
src/Makefile.am
src/util-exception-policy-types.h [new file with mode: 0644]
src/util-exception-policy.c
src/util-exception-policy.h