Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: suricata-devel | Distribution: openSUSE Tumbleweed |
Version: 8.0.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Jul 18 13:26:30 2025 |
Group: Unspecified | Build host: reproducible |
Size: 1734253 | Source RPM: suricata-8.0.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.openinfosecfoundation.org/ | |
Summary: Development files for the Suricata engine library |
The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine. This package contains the development files for the Suricata engine library.
GPL-2.0-only
* Fri Jul 18 2025 Eyad Issa <eyadlorenzo@gmail.com> - Enable source package signature verification https://en.opensuse.org/openSUSE:Package_source_verification - Update keyring. Key ID taken from https://docs.suricata.io/en/suricata-8.0.0/verifying-source-files.html#importing-the-oisf-signing-key * Mon Jul 07 2025 Eyad Issa <eyadlorenzo@gmail.com> - Disable LTO because of build issues when building the Rust components. - Remove htp dependency - Remove lua dependency - Enable eBPF support - Remove old configure flags - Migrate %setup to %autosetup - Update to version 8.0.0: * Lua breaking changes: ~ No ability to load third-party modules in Lua rules ~ No access to the “os” Lua library for access to system resources such as the file system ~ Moving global Lua functions that access Suricata features to Lua libraries * The general detection engine performance was improved. * PCAP reading mode can now process files faster. * Suricata initialization has been significantly improved. * More protocol conversions to Rust including: LibHTP, FTP, ENIP, MIME parsing * New protocols: ARP: decoder and logger, DNS over HTTPS (DoH), LDAP support, Multicast DNS (mDNS), POP3: decoder and logger, SDP: parse traffic over SIP, SIP: parse traffic over TCP, Websocket support * Data JSON for data sets: enrich alerts using metadata in datasets * New transforms and keywords: from_base64, entropy, luaxform * requires: rules can check for keywords or features * Integer keywords: accept hexadecimal notation, negated ranges, enumerations, bitmask * IPS: Suricata as a Firewall. The firewall mode is considered experimental and may be subject to changes during the 8.0 lifecycle. * Lua 5.4 has been “vendored” into the Suricata code base, making it always available by default. * Lua now runs in a sandboxed environment, so users can allow Lua rules with confidence they won’t perform activities such as writing to files or opening sockets or other system-level access allowed by an unrestricted Lua runtime. * Improvements to output formats * Release blog post: https://suricata.io/2025/07/08/suricata-8-0-0-released/ * Tue May 27 2025 Eyad Issa <eyadlorenzo@gmail.com> - Update to version 7.0.10: * Address a critical issue in 7.0.9 affecting AF_PACKET users: setting a BPF would cause Suricata to fail to start up. - Update to version 7.0.9: * LibHTP has been updated to version 0.5.50 * Fix CVE-2025-29915: HIGH * Fix CVE-2025-29917: HIGH * CVE-2025-29918: HIGH * CVE-2025-29916: Moderate * Tue Apr 22 2025 Eyad Issa <eyadlorenzo@gmail.com> - Invert libhs inclusion condition to handle other architectures * Wed Jan 15 2025 Eyad Issa <eyadlorenzo@gmail.com> - Added suricata-devel package - Added libsuricata package * Enable shared library build - Use pkgconfig to find build dependencies - Remove coccinelle build dependency - Only build with XDP/eBPF support when available - Only build with libmagic/libnet support when available - Update to version 7.0.8: * Various security, performance, accuracy, and stability issues have been fixed. * This release addresses CVE IDs: ~ CVE-2024-55627: CRITICAL ~ CVE-2024-55605: CRITICAL ~ CVE-2024-55629: HIGH ~ CVE-2024-55628: HIGH ~ CVE-2024-55626: LOW - Update to version 7.0.7: * LibHTP has been updated to version 0.5.49 * Various security, performance, accuracy, and stability issues have been fixed. * This release addresses CVE IDs: ~ CVE-2024-45797: CRITICAL ~ CVE-2024-47187: CRITICAL ~ CVE-2024-47188: CRITICAL ~ CVE-2024-47522: HIGH ~ CVE-2024-45795: HIGH ~ CVE-2024-45796: HIGH - Update to version 7.0.6 * Various security, performance, accuracy, and stability issues have been fixed. * JA4 for TLS and QUIC has been backported to Suricata 7.0.6. * These releases address CVE IDs: ~ CVE-2024-37151: CRITICAL ~ CVE-2024-38536: HIGH ~ CVE-2024-38534: HIGH ~ CVE-2024-38535: CRITICAL * Mon Jul 15 2024 Eyad Issa <eyadlorenzo@gmail.com> - Depend on vectorscan, as hyperscan has gone closed source * Sat Jun 22 2024 Eyad Issa <eyadlorenzo@gmail.com> - Update to version 7.0.5 * LibHTP has been updated to version 0.5.48. This version is bundled with these new Suricata releases. * Suricata-Update has been updated to 1.3.3 in Suricata 7.0.5. * Various security, performance, accuracy, and stability issues have been fixed. https://redmine.openinfosecfoundation.org/versions/206 * These releases address CVE IDs: ~ CVE-2024-32663 - Critical severity ~ CVE-2024-32664 - High severity ~ CVE-2024-32867 - Moderate severity - Update to version 7.0.4 * Various security, performance, accuracy, and stability issues have been fixed. https://redmine.openinfosecfoundation.org/versions/202 * Mon Feb 19 2024 Otto Hollmann <otto.hollmann@suse.com> - Update to version 7.0.3 * LibHTP required version is 0.5.46. This is the version that is bundled with the releases. * Various security, performance, accuracy, and stability issues have been fixed. https://redmine.openinfosecfoundation.org/versions/200 * These releases address CVE IDs: - CVE-2024-23839 - Critical severity - CVE-2024-23836 - Critical severity - CVE-2024-23835 - High severity - CVE-2024-24568 - Moderate severity * Thu Oct 19 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 7.0.2 * Various security, performance, accuracy, and stability issues have been fixed. https://redmine.openinfosecfoundation.org/versions/198 * Mon Sep 25 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 7.0.1 * LibHTP required version is 0.5.45. This is the version that is bundled with the release. * Various security, performance, accuracy, and stability issues have been fixed. * Thu Jul 27 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 7.0.0 * Main features: - DPDK IDS/IPS 35 support for primary mode was added - AF_XDP IDS 17support by Richard McConnell at Rapid7 - HTTP/HTTP2 new keywords for header inspection - TLS: client certificate logging and detection - Bittorrent parser by Aaron Bungay - IPS: new default DROP behavior for exception policies 7 - EVE documented and validated with a json schema - HTTP/2 support is no longer considered experimental - NETMAP API 14 - Conditional PCAP 43 by Eric Leblond and Scott Jordan - Initial libsuricata support - VLAN support extended from 2 to 3 layers * Performance improvements: - file.data MPM split per app protocol - New lighter rule profiling mode by Eric Leblond - SMB: many fixes and optimizations - Hash calculation using Rust crypto instead of NSS - Flow manager tuning - Many more performance-related counters - Stream buffer, which is used by stream engine, file tracking, and more, is more memory efficient * Secure Deployment / Security - Linux Landlock support added by Eric Leblond - Use of setrlimit to prevent Suricata from creating another process - Lock cargo crates - Default to secure settings for Datasets and Lua - Maximum number of transactions for several protocols - New Security Policies: https://github.com/OISF/suricata/blob/master/SECURITY.md 15 * Protocols - QUICv1, GQUIC support added. GQUIC contributed by Emmanuel Thompson - PostgreSQL support added - HTTP/2 deflate decompression, byte-ranges support - VN-Tag support - Modbus rewritten to Rust with Eve logging added by Simon Dugas - IKEv1 support added by Sascha Steinbiss and Frank Honza - ESP flow tracking and logging - Minimal telnet parser - Active flow and TCP counters - Network service header - Remove dependency on system’s /etc/protocols * Rules - Added new rule keywords for DHCP, Kerberos, SNMP, TLS, QUIC - JA3(s) support for QUIC - New (experimental) class of keywords through “frames API”: NFS, SMB, DNS, telnet, SSL/TLS - HTTP request files and NFS now support file.data - “XOR” transform was added - Lua: access to more rule info - The byte_test, byte_math, and byte_jump keywords allow a variable name for the byte count value. - flow.age keyword was added * IPS - Exception Policies added to better control packet handling in such conditions as memory caps being hit - DPDK support * Socket Control - Get flow stats over Unix socket - Datasets management commands were added * Output - Conditional packet capture allows packets to be written to disk only after an alert has been triggered - New “stream” eve output type for debugging the stream engine - Log engine verdict on rejected/dropped/passed packets * Dev corner - Total: 1375 files changed, 130027 insertions(+), 127626 deletions(-) - Rust: 173 files changed, 39279 insertions(+), 13830 deletions(-) - C: 978 files changed, 73882 insertions(+), 109446 deletions(-) - Docs: 142 files changed, 6636 insertions(+), 1890 deletions(-) - Much stricter C compiler flags. - Clang’s scan-build clean, which is enforced in CI. - CI was expanded. - Rust parsers upgraded to using Nom 7 * Upgrade notes: - Suricata 7.0 now uses pcre2 instead of pcre1. - The MSRV (minimum supported Rust version) has been updated to 1.63.0 from 1.41.1 minimum in Suricata 6.0. - Support for Prelude (libprelude) has been removed - Suricata 7.0 requires and bundles libhtp 0.5.45 * Tue Jun 20 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 6.0.13 * LibHTP has been updated to 0.5.44. This is a required version that is bundled with the release. * Security #6119: datasets: absolute path in rules can overwrite arbitrary files (6.0.x backport) * Bug #6138: Decode-events of IPv6 packets are not triggered (6.0.x backport) * Bug #6136: suricata-update: dump-sample-configs: configuration files not found (6.0.x backport) * Bug #6125: http2: cpu overconsumption in rust moving/memcpy in http2_parse_headers_blocks (6.0.x backport) * Bug #6113: ips: txs still logged for dropped flow (6.0.x backport) * Bug #6056: smtp: long line discard logic should be separate for server and client (6.0.x backport) * Bug #6055: ftp: long line discard logic should be separate for server and client (6.0.x backport) * Bug #5990: smtp: any command post a long command gets skipped (6.0.x backport) * Bug #5982: smtp: Long DATA line post boundary is capped at 4k Bytes (6.0.x backport) * Bug #5809: smb: convert transaction list to vecdeque (6.0.x backport) * Bug #5604: counters: tcp.syn, tcp.synack, tcp.rst depend on flow (6.0.x backport) * Bug #5550: dns: allow dns messages with invalid opcodes (6.0.x backport) * Task #5984: libhtp 0.5.44 (6.0.x backport) * Documentation #6134: userguide: add instructions/explanation for (not) running suricata with root (6.0.x backport) * Documentation #6121: datasets: 6.0.x work-arounds for dataset supply chain attacks * Wed May 10 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 6.0.12 * Various performance, accuracy, and stability issues have been fixed. * Remove legacy pfring install guide * Fri Apr 21 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 6.0.11 * LibHTP has been updated to 0.5.43. This is a required version that is bundled with the release. * Various security, performance, accuracy, and stability issues have been fixed. * Thu Feb 09 2023 Otto Hollmann <otto.hollmann@suse.com> - Update to version 6.0.10 Various security, performance, accuracy, and stability issues have been fixed https://forum.suricata.io/t/suricata-6-0-10-released/3175/2 * Security #5804: Suricata crashes while processing FTP (6.0.x backport) * Bug #5815: detect: config keyword prevents tx cleanup (6.0.x backport) * Bug #5812: nfs: debug validation triggered on nfs2 read * Bug #5810: smb/ntlmssp: parser incorrectly assumes fixed field order (6.0.x backport) * Bug #5806: exceptions: midstream flows are dropped if midstream=true && stream.midstream-policy=drop-flow (6.0.x backport) * Bug #5796: TLS Handshake Fragments not Reassembled (6.0.x backport) * Bug #5795: detect/udp: different detection from rules when UDP/TCP header is broken (6.0.x backport) * Bug #5793: decode: Padded packet to minimal Ethernet length marked with invalid length event (6.0.x backport) * Bug #5791: smb: unbounded file chunk queuing after gap (6.0.x backport) * Bug #5763: libbpf: Use of legacy code in eBPF/XDP programs (6.0.x backport) * Bug #5762: detect/pcre: JIT not disabled when OS doesn't allow RWX pages * Bug #5760: nfs: ASSERT: attempt to subtract with overflow (compound) (6.0.x backport) * Bug #5749: iprep/ipv6: warning issued on valid reputation input (6.0.x backport) * Bug #5744: netmap: 6.0.9 v14 backport causes known packet stalls from v14 implementation in "legacy" mode too * Bug #5738: smb: failed assertion (!((f->alproto == ALPROTO_SMB && txd->files_logged != 0))), function CloseFile, file output-file.c (6.0.x backport) * Bug #5735: smtp: quoted-printable encoding skips empty lines in files (6.0.x backport) * Bug #5723: eve: missing common fields like community id for some event types like RFB * Bug #5601: detect: invalid hex character in content leads to bad debug message (6.0.x backport) * Bug #5565: Excessive qsort/msort time when large number of rules using tls.fingerprint (6.0.x backport) * Bug #5299: YAML warning from default config on 6.0.5 * Optimization #5797: tls: support incomplete API to replace internal buffering * Optimization #5790: smb: set defaults for file chunk limits (6.0.x backport) - add dependency libhtp >= 0.5.42 * Tue Nov 29 2022 Michael Ströder <michael@stroeder.com> - Update to version 6.0.9 Various security, performance, accuracy and stability issues have been fixed https://forum.suricata.io/t/suricata-6-0-9-released/3012 - build now requires libhtp >= 0.5.42 * Mon Oct 03 2022 Martin Hauke <mardnh@gmx.de> - Use hyperscan-devel instead of 'pkgconfig(libhs)' to prevent: "unresolvable: have choice for pkgconfig(libhs): hyperscan-devel vectorscan-devel" * Wed Sep 28 2022 Michael Ströder <michael@stroeder.com> - Update to version 6.0.8 https://forum.suricata.io/t/suricata-6-0-8-released/2808 https://forum.suricata.io/t/suricata-6-0-7-released/2807 https://forum.suricata.io/t/suricata-6-0-6-and-5-0-10-released/2637 - build now requires libhtp >= 0.5.41 * Tue Jun 28 2022 Otto Hollmann <otto.hollmann@suse.com> - Copy config files and update rules - Add python3-PyYAML as dependency for suricata-update * Tue Jun 28 2022 Otto Hollmann <otto.hollmann@suse.com> - Update to version 6.0.5 https://forum.suricata.io/t/suricata-6-0-5-and-5-0-9-released/2415 - LibHTP has been updated to 0.5.40. This is a required version that is bundled with both releases. - Suricata-Update, as bundled with 6.0.5, was updated to 1.2.4. - Various security, performance, accuracy and stability issues have been fixed. * Tue Jan 25 2022 Hans-Peter Jansen <hpj@urpla.net> - Update to version 6.0.4: https://forum.suricata.io/t/suricata-6-0-4-and-5-0-8-released/1942 - Add luajit build conditional - More man pages
/usr/bin/libsuricata-config /usr/include/suricata /usr/include/suricata/action-globals.h /usr/include/suricata/alert-debuglog.h /usr/include/suricata/alert-fastlog.h /usr/include/suricata/alert-syslog.h /usr/include/suricata/app-layer-detect-proto.h /usr/include/suricata/app-layer-dnp3-objects.h /usr/include/suricata/app-layer-dnp3.h /usr/include/suricata/app-layer-events.h /usr/include/suricata/app-layer-expectation.h /usr/include/suricata/app-layer-frames.h /usr/include/suricata/app-layer-ftp.h /usr/include/suricata/app-layer-htp-body.h /usr/include/suricata/app-layer-htp-file.h /usr/include/suricata/app-layer-htp-mem.h /usr/include/suricata/app-layer-htp-range.h /usr/include/suricata/app-layer-htp-xff.h /usr/include/suricata/app-layer-htp.h /usr/include/suricata/app-layer-http2.h /usr/include/suricata/app-layer-ike.h /usr/include/suricata/app-layer-imap.h /usr/include/suricata/app-layer-modbus.h /usr/include/suricata/app-layer-nfs-tcp.h /usr/include/suricata/app-layer-nfs-udp.h /usr/include/suricata/app-layer-parser.h /usr/include/suricata/app-layer-protos.h /usr/include/suricata/app-layer-register.h /usr/include/suricata/app-layer-smb.h /usr/include/suricata/app-layer-smtp.h /usr/include/suricata/app-layer-ssh.h /usr/include/suricata/app-layer-ssl.h /usr/include/suricata/app-layer-tftp.h /usr/include/suricata/app-layer.h /usr/include/suricata/autoconf.h /usr/include/suricata/bindgen.h /usr/include/suricata/build-info.h /usr/include/suricata/conf-yaml-loader.h /usr/include/suricata/conf.h /usr/include/suricata/counters.h /usr/include/suricata/datasets-context-json.h /usr/include/suricata/datasets-ipv4.h /usr/include/suricata/datasets-ipv6.h /usr/include/suricata/datasets-md5.h /usr/include/suricata/datasets-reputation.h /usr/include/suricata/datasets-sha256.h /usr/include/suricata/datasets-string.h /usr/include/suricata/datasets.h /usr/include/suricata/decode-arp.h /usr/include/suricata/decode-chdlc.h /usr/include/suricata/decode-erspan.h /usr/include/suricata/decode-esp.h /usr/include/suricata/decode-ethernet.h /usr/include/suricata/decode-events.h /usr/include/suricata/decode-geneve.h /usr/include/suricata/decode-gre.h /usr/include/suricata/decode-icmpv4.h /usr/include/suricata/decode-icmpv6.h /usr/include/suricata/decode-ipv4.h /usr/include/suricata/decode-ipv6.h /usr/include/suricata/decode-mpls.h /usr/include/suricata/decode-nsh.h /usr/include/suricata/decode-ppp.h /usr/include/suricata/decode-pppoe.h /usr/include/suricata/decode-raw.h /usr/include/suricata/decode-sctp.h /usr/include/suricata/decode-sll.h /usr/include/suricata/decode-sll2.h /usr/include/suricata/decode-tcp.h /usr/include/suricata/decode-template.h /usr/include/suricata/decode-teredo.h /usr/include/suricata/decode-udp.h /usr/include/suricata/decode-vlan.h /usr/include/suricata/decode-vntag.h /usr/include/suricata/decode-vxlan.h /usr/include/suricata/decode.h /usr/include/suricata/defrag-config.h /usr/include/suricata/defrag-hash.h /usr/include/suricata/defrag-stack.h /usr/include/suricata/defrag-timeout.h /usr/include/suricata/defrag.h /usr/include/suricata/detect-app-layer-event.h /usr/include/suricata/detect-app-layer-protocol.h /usr/include/suricata/detect-app-layer-state.h /usr/include/suricata/detect-asn1.h /usr/include/suricata/detect-base64-data.h /usr/include/suricata/detect-base64-decode.h /usr/include/suricata/detect-bsize.h /usr/include/suricata/detect-bypass.h /usr/include/suricata/detect-byte-extract.h /usr/include/suricata/detect-byte.h /usr/include/suricata/detect-bytejump.h /usr/include/suricata/detect-bytemath.h /usr/include/suricata/detect-bytetest.h /usr/include/suricata/detect-classtype.h /usr/include/suricata/detect-config.h /usr/include/suricata/detect-content.h /usr/include/suricata/detect-csum.h /usr/include/suricata/detect-datarep.h /usr/include/suricata/detect-dataset.h /usr/include/suricata/detect-dce-iface.h /usr/include/suricata/detect-dce-opnum.h /usr/include/suricata/detect-dce-stub-data.h /usr/include/suricata/detect-depth.h /usr/include/suricata/detect-detection-filter.h /usr/include/suricata/detect-distance.h /usr/include/suricata/detect-dnp3.h /usr/include/suricata/detect-dns-name.h /usr/include/suricata/detect-dns-response.h /usr/include/suricata/detect-dsize.h /usr/include/suricata/detect-email.h /usr/include/suricata/detect-engine-address-ipv4.h /usr/include/suricata/detect-engine-address-ipv6.h /usr/include/suricata/detect-engine-address.h /usr/include/suricata/detect-engine-alert.h /usr/include/suricata/detect-engine-analyzer.h /usr/include/suricata/detect-engine-buffer.h /usr/include/suricata/detect-engine-build.h /usr/include/suricata/detect-engine-content-inspection.h /usr/include/suricata/detect-engine-dcepayload.h /usr/include/suricata/detect-engine-event.h /usr/include/suricata/detect-engine-file.h /usr/include/suricata/detect-engine-frame.h /usr/include/suricata/detect-engine-helper.h /usr/include/suricata/detect-engine-inspect-buffer.h /usr/include/suricata/detect-engine-iponly.h /usr/include/suricata/detect-engine-loader.h /usr/include/suricata/detect-engine-mpm.h /usr/include/suricata/detect-engine-payload.h /usr/include/suricata/detect-engine-port.h /usr/include/suricata/detect-engine-prefilter-common.h /usr/include/suricata/detect-engine-prefilter.h /usr/include/suricata/detect-engine-profile.h /usr/include/suricata/detect-engine-proto.h /usr/include/suricata/detect-engine-register.h /usr/include/suricata/detect-engine-siggroup.h /usr/include/suricata/detect-engine-sigorder.h /usr/include/suricata/detect-engine-state.h /usr/include/suricata/detect-engine-tag.h /usr/include/suricata/detect-engine-threshold.h /usr/include/suricata/detect-engine-uint.h /usr/include/suricata/detect-engine.h /usr/include/suricata/detect-entropy.h /usr/include/suricata/detect-fast-pattern.h /usr/include/suricata/detect-file-data.h /usr/include/suricata/detect-file-hash-common.h /usr/include/suricata/detect-filemagic.h /usr/include/suricata/detect-filemd5.h /usr/include/suricata/detect-filename.h /usr/include/suricata/detect-filesha1.h /usr/include/suricata/detect-filesha256.h /usr/include/suricata/detect-filesize.h /usr/include/suricata/detect-filestore.h /usr/include/suricata/detect-flow-age.h /usr/include/suricata/detect-flow-pkts.h /usr/include/suricata/detect-flow.h /usr/include/suricata/detect-flowbits.h /usr/include/suricata/detect-flowint.h /usr/include/suricata/detect-flowvar.h /usr/include/suricata/detect-fragbits.h /usr/include/suricata/detect-fragoffset.h /usr/include/suricata/detect-frame.h /usr/include/suricata/detect-ftp-command-data.h /usr/include/suricata/detect-ftp-command.h /usr/include/suricata/detect-ftp-completion-code.h /usr/include/suricata/detect-ftp-dynamic-port.h /usr/include/suricata/detect-ftp-mode.h /usr/include/suricata/detect-ftp-reply-received.h /usr/include/suricata/detect-ftp-reply.h /usr/include/suricata/detect-ftpbounce.h /usr/include/suricata/detect-ftpdata.h /usr/include/suricata/detect-geoip.h /usr/include/suricata/detect-gid.h /usr/include/suricata/detect-hostbits.h /usr/include/suricata/detect-http-accept-enc.h /usr/include/suricata/detect-http-accept-lang.h /usr/include/suricata/detect-http-accept.h /usr/include/suricata/detect-http-client-body.h /usr/include/suricata/detect-http-connection.h /usr/include/suricata/detect-http-content-len.h /usr/include/suricata/detect-http-content-type.h /usr/include/suricata/detect-http-cookie.h /usr/include/suricata/detect-http-header-common.h /usr/include/suricata/detect-http-header-names.h /usr/include/suricata/detect-http-header.h /usr/include/suricata/detect-http-headers-stub.h /usr/include/suricata/detect-http-headers.h /usr/include/suricata/detect-http-host.h /usr/include/suricata/detect-http-location.h /usr/include/suricata/detect-http-method.h /usr/include/suricata/detect-http-protocol.h /usr/include/suricata/detect-http-raw-header.h /usr/include/suricata/detect-http-referer.h /usr/include/suricata/detect-http-request-line.h /usr/include/suricata/detect-http-response-line.h /usr/include/suricata/detect-http-server-body.h /usr/include/suricata/detect-http-server.h /usr/include/suricata/detect-http-start.h /usr/include/suricata/detect-http-stat-code.h /usr/include/suricata/detect-http-stat-msg.h /usr/include/suricata/detect-http-ua.h /usr/include/suricata/detect-http-uri.h /usr/include/suricata/detect-http2.h /usr/include/suricata/detect-icmp-id.h /usr/include/suricata/detect-icmp-seq.h /usr/include/suricata/detect-icmpv4hdr.h /usr/include/suricata/detect-icmpv6-mtu.h /usr/include/suricata/detect-icmpv6hdr.h /usr/include/suricata/detect-icode.h /usr/include/suricata/detect-id.h /usr/include/suricata/detect-ike-chosen-sa.h /usr/include/suricata/detect-ike-exch-type.h /usr/include/suricata/detect-ike-key-exchange-payload-length.h /usr/include/suricata/detect-ike-key-exchange-payload.h /usr/include/suricata/detect-ike-nonce-payload-length.h /usr/include/suricata/detect-ike-nonce-payload.h /usr/include/suricata/detect-ike-spi.h /usr/include/suricata/detect-ike-vendor.h /usr/include/suricata/detect-ipaddr.h /usr/include/suricata/detect-ipopts.h /usr/include/suricata/detect-ipproto.h /usr/include/suricata/detect-iprep.h /usr/include/suricata/detect-ipv4hdr.h /usr/include/suricata/detect-ipv6hdr.h /usr/include/suricata/detect-isdataat.h /usr/include/suricata/detect-itype.h /usr/include/suricata/detect-ja4-hash.h /usr/include/suricata/detect-krb5-cname.h /usr/include/suricata/detect-krb5-errcode.h /usr/include/suricata/detect-krb5-msgtype.h /usr/include/suricata/detect-krb5-sname.h /usr/include/suricata/detect-krb5-ticket-encryption.h /usr/include/suricata/detect-l3proto.h /usr/include/suricata/detect-lua-extensions.h /usr/include/suricata/detect-lua.h /usr/include/suricata/detect-mark.h /usr/include/suricata/detect-metadata.h /usr/include/suricata/detect-modbus.h /usr/include/suricata/detect-msg.h /usr/include/suricata/detect-nfs-procedure.h /usr/include/suricata/detect-nfs-version.h /usr/include/suricata/detect-noalert.h /usr/include/suricata/detect-nocase.h /usr/include/suricata/detect-offset.h /usr/include/suricata/detect-parse.h /usr/include/suricata/detect-pcre.h /usr/include/suricata/detect-pkt-data.h /usr/include/suricata/detect-pktvar.h /usr/include/suricata/detect-prefilter.h /usr/include/suricata/detect-priority.h /usr/include/suricata/detect-quic-cyu-hash.h /usr/include/suricata/detect-quic-cyu-string.h /usr/include/suricata/detect-quic-sni.h /usr/include/suricata/detect-quic-ua.h /usr/include/suricata/detect-quic-version.h /usr/include/suricata/detect-rawbytes.h /usr/include/suricata/detect-reference.h /usr/include/suricata/detect-replace.h /usr/include/suricata/detect-requires.h /usr/include/suricata/detect-rev.h /usr/include/suricata/detect-rpc.h /usr/include/suricata/detect-sameip.h /usr/include/suricata/detect-sid.h /usr/include/suricata/detect-sip-method.h /usr/include/suricata/detect-sip-uri.h /usr/include/suricata/detect-smb-ntlmssp.h /usr/include/suricata/detect-smb-share.h /usr/include/suricata/detect-smb-version.h /usr/include/suricata/detect-smtp.h /usr/include/suricata/detect-ssh-hassh-server-string.h /usr/include/suricata/detect-ssh-hassh-server.h /usr/include/suricata/detect-ssh-hassh-string.h /usr/include/suricata/detect-ssh-hassh.h /usr/include/suricata/detect-ssh-proto-version.h /usr/include/suricata/detect-ssh-proto.h /usr/include/suricata/detect-ssh-software-version.h /usr/include/suricata/detect-ssh-software.h /usr/include/suricata/detect-ssl-state.h /usr/include/suricata/detect-ssl-version.h /usr/include/suricata/detect-stream_size.h /usr/include/suricata/detect-tag.h /usr/include/suricata/detect-target.h /usr/include/suricata/detect-tcp-ack.h /usr/include/suricata/detect-tcp-flags.h /usr/include/suricata/detect-tcp-seq.h /usr/include/suricata/detect-tcp-window.h /usr/include/suricata/detect-tcp-wscale.h /usr/include/suricata/detect-tcphdr.h /usr/include/suricata/detect-tcpmss.h /usr/include/suricata/detect-template.h /usr/include/suricata/detect-template2.h /usr/include/suricata/detect-threshold.h /usr/include/suricata/detect-tls-alpn.h /usr/include/suricata/detect-tls-cert-fingerprint.h /usr/include/suricata/detect-tls-cert-issuer.h /usr/include/suricata/detect-tls-cert-serial.h /usr/include/suricata/detect-tls-cert-subject.h /usr/include/suricata/detect-tls-cert-validity.h /usr/include/suricata/detect-tls-certs.h /usr/include/suricata/detect-tls-ja3-hash.h /usr/include/suricata/detect-tls-ja3-string.h /usr/include/suricata/detect-tls-ja3s-hash.h /usr/include/suricata/detect-tls-ja3s-string.h /usr/include/suricata/detect-tls-random.h /usr/include/suricata/detect-tls-sni.h /usr/include/suricata/detect-tls-subjectaltname.h /usr/include/suricata/detect-tls-version.h /usr/include/suricata/detect-tls.h /usr/include/suricata/detect-tos.h /usr/include/suricata/detect-transform-luaxform.h /usr/include/suricata/detect-transform-pcrexform.h /usr/include/suricata/detect-ttl.h /usr/include/suricata/detect-udphdr.h /usr/include/suricata/detect-uricontent.h /usr/include/suricata/detect-urilen.h /usr/include/suricata/detect-vlan.h /usr/include/suricata/detect-within.h /usr/include/suricata/detect-xbits.h /usr/include/suricata/detect.h /usr/include/suricata/device-storage.h /usr/include/suricata/feature.h /usr/include/suricata/flow-bit.h /usr/include/suricata/flow-bypass.h /usr/include/suricata/flow-callbacks.h /usr/include/suricata/flow-hash.h /usr/include/suricata/flow-manager.h /usr/include/suricata/flow-private.h /usr/include/suricata/flow-queue.h /usr/include/suricata/flow-spare-pool.h /usr/include/suricata/flow-storage.h /usr/include/suricata/flow-timeout.h /usr/include/suricata/flow-util.h /usr/include/suricata/flow-var.h /usr/include/suricata/flow-worker.h /usr/include/suricata/flow.h /usr/include/suricata/host-bit.h /usr/include/suricata/host-queue.h /usr/include/suricata/host-storage.h /usr/include/suricata/host-timeout.h /usr/include/suricata/host.h /usr/include/suricata/interval-tree.h /usr/include/suricata/ippair-bit.h /usr/include/suricata/ippair-queue.h /usr/include/suricata/ippair-storage.h /usr/include/suricata/ippair-timeout.h /usr/include/suricata/ippair.h /usr/include/suricata/log-cf-common.h /usr/include/suricata/log-flush.h /usr/include/suricata/log-httplog.h /usr/include/suricata/log-pcap.h /usr/include/suricata/log-stats.h /usr/include/suricata/log-tcp-data.h /usr/include/suricata/log-tlslog.h /usr/include/suricata/log-tlsstore.h /usr/include/suricata/output-eve-bindgen.h /usr/include/suricata/output-eve-null.h /usr/include/suricata/output-eve-stream.h /usr/include/suricata/output-eve-syslog.h /usr/include/suricata/output-eve.h /usr/include/suricata/output-file.h /usr/include/suricata/output-filedata.h /usr/include/suricata/output-filestore.h /usr/include/suricata/output-flow.h /usr/include/suricata/output-json-alert.h /usr/include/suricata/output-json-anomaly.h /usr/include/suricata/output-json-arp.h /usr/include/suricata/output-json-dcerpc.h /usr/include/suricata/output-json-dhcp.h /usr/include/suricata/output-json-dnp3-objects.h /usr/include/suricata/output-json-dnp3.h /usr/include/suricata/output-json-dns.h /usr/include/suricata/output-json-drop.h /usr/include/suricata/output-json-email-common.h /usr/include/suricata/output-json-file.h /usr/include/suricata/output-json-flow.h /usr/include/suricata/output-json-frame.h /usr/include/suricata/output-json-ftp.h /usr/include/suricata/output-json-http.h /usr/include/suricata/output-json-ike.h /usr/include/suricata/output-json-mdns.h /usr/include/suricata/output-json-metadata.h /usr/include/suricata/output-json-mqtt.h /usr/include/suricata/output-json-netflow.h /usr/include/suricata/output-json-nfs.h /usr/include/suricata/output-json-pgsql.h /usr/include/suricata/output-json-smb.h /usr/include/suricata/output-json-smtp.h /usr/include/suricata/output-json-stats.h /usr/include/suricata/output-json-tls.h /usr/include/suricata/output-json.h /usr/include/suricata/output-lua.h /usr/include/suricata/output-packet.h /usr/include/suricata/output-stats.h /usr/include/suricata/output-streaming.h /usr/include/suricata/output-tx.h /usr/include/suricata/output.h /usr/include/suricata/packet-queue.h /usr/include/suricata/packet.h /usr/include/suricata/pkt-var.h /usr/include/suricata/queue.h /usr/include/suricata/reputation.h /usr/include/suricata/respond-reject-libnet11.h /usr/include/suricata/respond-reject.h /usr/include/suricata/runmode-af-packet.h /usr/include/suricata/runmode-af-xdp.h /usr/include/suricata/runmode-dpdk.h /usr/include/suricata/runmode-erf-dag.h /usr/include/suricata/runmode-erf-file.h /usr/include/suricata/runmode-ipfw.h /usr/include/suricata/runmode-lib.h /usr/include/suricata/runmode-netmap.h /usr/include/suricata/runmode-nflog.h /usr/include/suricata/runmode-nfq.h /usr/include/suricata/runmode-pcap-file.h /usr/include/suricata/runmode-pcap.h /usr/include/suricata/runmode-unittests.h /usr/include/suricata/runmode-unix-socket.h /usr/include/suricata/runmode-windivert.h /usr/include/suricata/runmodes.h /usr/include/suricata/rust-bindings.h /usr/include/suricata/rust-context.h /usr/include/suricata/rust.h /usr/include/suricata/source-af-packet.h /usr/include/suricata/source-af-xdp.h /usr/include/suricata/source-dpdk.h /usr/include/suricata/source-erf-dag.h /usr/include/suricata/source-erf-file.h /usr/include/suricata/source-ipfw.h /usr/include/suricata/source-lib.h /usr/include/suricata/source-netmap.h /usr/include/suricata/source-nflog.h /usr/include/suricata/source-nfq-prototypes.h /usr/include/suricata/source-nfq.h /usr/include/suricata/source-pcap-file-directory-helper.h /usr/include/suricata/source-pcap-file-helper.h /usr/include/suricata/source-pcap-file.h /usr/include/suricata/source-pcap.h /usr/include/suricata/source-windivert-prototypes.h /usr/include/suricata/source-windivert.h /usr/include/suricata/stream-tcp-cache.h /usr/include/suricata/stream-tcp-inline.h /usr/include/suricata/stream-tcp-list.h /usr/include/suricata/stream-tcp-private.h /usr/include/suricata/stream-tcp-reassemble.h /usr/include/suricata/stream-tcp-sack.h /usr/include/suricata/stream-tcp-util.h /usr/include/suricata/stream-tcp.h /usr/include/suricata/stream.h /usr/include/suricata/suricata-common.h /usr/include/suricata/suricata-plugin.h /usr/include/suricata/suricata.h /usr/include/suricata/thread-callbacks.h /usr/include/suricata/thread-storage.h /usr/include/suricata/threads-debug.h /usr/include/suricata/threads-profile.h /usr/include/suricata/threads.h /usr/include/suricata/threadvars.h /usr/include/suricata/tm-modules.h /usr/include/suricata/tm-queuehandlers.h /usr/include/suricata/tm-queues.h /usr/include/suricata/tm-threads-common.h /usr/include/suricata/tm-threads.h /usr/include/suricata/tmqh-flow.h /usr/include/suricata/tmqh-packetpool.h /usr/include/suricata/tmqh-simple.h /usr/include/suricata/tree.h /usr/include/suricata/tx-bit.h /usr/include/suricata/unix-manager.h /usr/include/suricata/util-action.h /usr/include/suricata/util-affinity.h /usr/include/suricata/util-atomic.h /usr/include/suricata/util-bpf.h /usr/include/suricata/util-buffer.h /usr/include/suricata/util-byte.h /usr/include/suricata/util-checksum.h /usr/include/suricata/util-cidr.h /usr/include/suricata/util-classification-config.h /usr/include/suricata/util-clock.h /usr/include/suricata/util-conf.h /usr/include/suricata/util-config.h /usr/include/suricata/util-coredump-config.h /usr/include/suricata/util-cpu.h /usr/include/suricata/util-daemon.h /usr/include/suricata/util-datalink.h /usr/include/suricata/util-debug-filters.h /usr/include/suricata/util-debug.h /usr/include/suricata/util-detect.h /usr/include/suricata/util-device.h /usr/include/suricata/util-dpdk-bonding.h /usr/include/suricata/util-dpdk-common.h /usr/include/suricata/util-dpdk-i40e.h /usr/include/suricata/util-dpdk-ice.h /usr/include/suricata/util-dpdk-ixgbe.h /usr/include/suricata/util-dpdk-mlx5.h /usr/include/suricata/util-dpdk-rss.h /usr/include/suricata/util-dpdk.h /usr/include/suricata/util-ebpf.h /usr/include/suricata/util-enum.h /usr/include/suricata/util-error.h /usr/include/suricata/util-exception-policy-types.h /usr/include/suricata/util-exception-policy.h /usr/include/suricata/util-file-decompression.h /usr/include/suricata/util-file-swf-decompression.h /usr/include/suricata/util-file.h /usr/include/suricata/util-fix_checksum.h /usr/include/suricata/util-flow-rate.h /usr/include/suricata/util-fmemopen.h /usr/include/suricata/util-hash-lookup3.h /usr/include/suricata/util-hash-string.h /usr/include/suricata/util-hash.h /usr/include/suricata/util-hashlist.h /usr/include/suricata/util-host-info.h /usr/include/suricata/util-host-os-info.h /usr/include/suricata/util-hugepages.h /usr/include/suricata/util-hyperscan.h /usr/include/suricata/util-ioctl.h /usr/include/suricata/util-ip.h /usr/include/suricata/util-ja3.h /usr/include/suricata/util-landlock.h /usr/include/suricata/util-log-redis.h /usr/include/suricata/util-logopenfile.h /usr/include/suricata/util-lua-base64lib.h /usr/include/suricata/util-lua-builtins.h /usr/include/suricata/util-lua-bytevarlib.h /usr/include/suricata/util-lua-common.h /usr/include/suricata/util-lua-config.h /usr/include/suricata/util-lua-dataset.h /usr/include/suricata/util-lua-dnp3-objects.h /usr/include/suricata/util-lua-dnp3.h /usr/include/suricata/util-lua-dns.h /usr/include/suricata/util-lua-filelib.h /usr/include/suricata/util-lua-flowintlib.h /usr/include/suricata/util-lua-flowlib.h /usr/include/suricata/util-lua-flowvarlib.h /usr/include/suricata/util-lua-hashlib.h /usr/include/suricata/util-lua-http.h /usr/include/suricata/util-lua-ja3.h /usr/include/suricata/util-lua-log.h /usr/include/suricata/util-lua-packetlib.h /usr/include/suricata/util-lua-rule.h /usr/include/suricata/util-lua-sandbox.h /usr/include/suricata/util-lua-smtp.h /usr/include/suricata/util-lua-ssh.h /usr/include/suricata/util-lua-tls.h /usr/include/suricata/util-lua-util.h /usr/include/suricata/util-lua.h /usr/include/suricata/util-macset.h /usr/include/suricata/util-magic.h /usr/include/suricata/util-mem.h /usr/include/suricata/util-memcmp.h /usr/include/suricata/util-memcpy.h /usr/include/suricata/util-memrchr.h /usr/include/suricata/util-misc.h /usr/include/suricata/util-mpm-ac-ks.h /usr/include/suricata/util-mpm-ac-queue.h /usr/include/suricata/util-mpm-ac.h /usr/include/suricata/util-mpm-hs-cache.h /usr/include/suricata/util-mpm-hs-core.h /usr/include/suricata/util-mpm-hs.h /usr/include/suricata/util-mpm.h /usr/include/suricata/util-optimize.h /usr/include/suricata/util-pages.h /usr/include/suricata/util-path.h /usr/include/suricata/util-pidfile.h /usr/include/suricata/util-plugin.h /usr/include/suricata/util-pool-thread.h /usr/include/suricata/util-pool.h /usr/include/suricata/util-port-interval-tree.h /usr/include/suricata/util-prefilter.h /usr/include/suricata/util-print.h /usr/include/suricata/util-privs.h /usr/include/suricata/util-profiling-locks.h /usr/include/suricata/util-profiling.h /usr/include/suricata/util-proto-name.h /usr/include/suricata/util-radix-tree-common.h /usr/include/suricata/util-radix4-tree.h /usr/include/suricata/util-radix6-tree.h /usr/include/suricata/util-random.h /usr/include/suricata/util-reference-config.h /usr/include/suricata/util-rohash.h /usr/include/suricata/util-rule-vars.h /usr/include/suricata/util-runmodes.h /usr/include/suricata/util-running-modes.h /usr/include/suricata/util-signal.h /usr/include/suricata/util-spm-bm.h /usr/include/suricata/util-spm-bs.h /usr/include/suricata/util-spm-bs2bm.h /usr/include/suricata/util-spm-hs.h /usr/include/suricata/util-spm.h /usr/include/suricata/util-storage.h /usr/include/suricata/util-streaming-buffer.h /usr/include/suricata/util-sysfs.h /usr/include/suricata/util-syslog.h /usr/include/suricata/util-systemd.h /usr/include/suricata/util-thash.h /usr/include/suricata/util-threshold-config.h /usr/include/suricata/util-time.h /usr/include/suricata/util-unittest-helper.h /usr/include/suricata/util-unittest.h /usr/include/suricata/util-validate.h /usr/include/suricata/util-var-name.h /usr/include/suricata/util-var.h /usr/include/suricata/win32-misc.h /usr/include/suricata/win32-service.h /usr/include/suricata/win32-syscall.h /usr/include/suricata/win32-syslog.h /usr/lib/libsuricata.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 10 23:46:32 2025