]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: bindgen detect-engine-buffer.h
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 22 Apr 2025 13:42:31 +0000 (15:42 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 28 Apr 2025 18:06:08 +0000 (20:06 +0200)
commitdadf9012fcbd5888825a18653e954a61b886bed2
treefa1bcdb863e810377d024e4a24eea068e84d1651
parent0024de5e9ee868143916dabe82058c52ca2f9330
rust: bindgen detect-engine-buffer.h

Ticket: 7667

And prefix SCDetectBufferSetActiveList to be exported

Allows less use of suricata crate in plugin as we get the functions
prototypes from suricata_sys and they are more correct.
89 files changed:
examples/plugins/altemplate/src/detect.rs
rust/src/applayertemplate/detect.rs
rust/src/detect/mod.rs
rust/src/dhcp/detect.rs
rust/src/dns/detect.rs
rust/src/enip/detect.rs
rust/src/ldap/detect.rs
rust/src/mqtt/detect.rs
rust/src/rfb/detect.rs
rust/src/sdp/detect.rs
rust/src/sip/detect.rs
rust/src/snmp/detect.rs
rust/src/websocket/detect.rs
rust/sys/src/sys.rs
src/bindgen.h
src/detect-dce-stub-data.c
src/detect-dnp3.c
src/detect-dns-name.c
src/detect-dns-response.c
src/detect-email.c
src/detect-engine-buffer.c
src/detect-engine-buffer.h
src/detect-file-data.c
src/detect-filemagic.c
src/detect-filename.c
src/detect-frame.c
src/detect-ftp-command-data.c
src/detect-ftp-command.c
src/detect-ftp-reply.c
src/detect-http-client-body.c
src/detect-http-cookie.c
src/detect-http-header-names.c
src/detect-http-header.c
src/detect-http-headers-stub.h
src/detect-http-host.c
src/detect-http-method.c
src/detect-http-protocol.c
src/detect-http-raw-header.c
src/detect-http-request-line.c
src/detect-http-response-line.c
src/detect-http-server-body.c
src/detect-http-start.c
src/detect-http-stat-code.c
src/detect-http-stat-msg.c
src/detect-http-ua.c
src/detect-http-uri.c
src/detect-http2.c
src/detect-icmpv4hdr.c
src/detect-icmpv6hdr.c
src/detect-ike-key-exchange-payload.c
src/detect-ike-nonce-payload.c
src/detect-ike-spi.c
src/detect-ike-vendor.c
src/detect-ipv4hdr.c
src/detect-ipv6hdr.c
src/detect-ja4-hash.c
src/detect-krb5-cname.c
src/detect-krb5-sname.c
src/detect-quic-cyu-hash.c
src/detect-quic-cyu-string.c
src/detect-quic-sni.c
src/detect-quic-ua.c
src/detect-quic-version.c
src/detect-sip-method.c
src/detect-sip-uri.c
src/detect-smb-ntlmssp.c
src/detect-smb-share.c
src/detect-smtp.c
src/detect-ssh-hassh-server-string.c
src/detect-ssh-hassh-server.c
src/detect-ssh-hassh-string.c
src/detect-ssh-hassh.c
src/detect-ssh-proto.c
src/detect-ssh-software.c
src/detect-tcphdr.c
src/detect-tls-alpn.c
src/detect-tls-cert-fingerprint.c
src/detect-tls-cert-issuer.c
src/detect-tls-cert-serial.c
src/detect-tls-cert-subject.c
src/detect-tls-certs.c
src/detect-tls-ja3-hash.c
src/detect-tls-ja3-string.c
src/detect-tls-ja3s-hash.c
src/detect-tls-ja3s-string.c
src/detect-tls-random.c
src/detect-tls-sni.c
src/detect-tls-subjectaltname.c
src/detect-udphdr.c