]> git.ipfire.org Git - thirdparty/suricata.git/commit
util/ebpf: fix deprecation warning 7401/head
authorEric Leblond <eric@regit.org>
Thu, 11 Feb 2021 22:32:38 +0000 (23:32 +0100)
committerEric Leblond <el@stamus-networks.com>
Wed, 11 May 2022 07:14:46 +0000 (09:14 +0200)
commit11159b3a2176372ae0ead53e2aef96b8fc08f3ad
treecfa78880159f7dffca67d20af214d312c3ab7ab0
parente8d96f71f1aa2cf4ab3750093d0cc6106593f102
util/ebpf: fix deprecation warning

The function bpf_program__title has been deprecated in favor of
bpf_program__section_name.

(cherry picked from commit d477d3a8789d55828861c515e609d024e95a0dc8)
configure.ac
src/util-ebpf.c