..
tests
fuzz: test for too many open txs in a flow
3 years ago
Makefile.am
pgsql: add initial support
3 years ago
action-globals.h
…
alert-debuglog.c
…
alert-debuglog.h
…
alert-fastlog.c
…
alert-fastlog.h
…
alert-syslog.c
…
alert-syslog.h
…
app-layer-dcerpc-common.h
…
app-layer-detect-proto.c
detect: checking validity of rules with http protocol
3 years ago
app-layer-detect-proto.h
…
app-layer-dnp3-objects.c
dnp3: fix int warnings
3 years ago
app-layer-dnp3-objects.h
…
app-layer-dnp3.c
app-layer: use StreamSlice as input to parsers
3 years ago
app-layer-dnp3.h
app-layer: include decoder events in app-layer tx data
3 years ago
app-layer-enip-common.c
…
app-layer-enip-common.h
app-layer: include decoder events in app-layer tx data
3 years ago
app-layer-enip.c
enip: fix too restrictive check in probing parser
3 years ago
app-layer-enip.h
…
app-layer-events.c
…
app-layer-events.h
…
app-layer-expectation.c
ftp: do not set alproto if one was already found
3 years ago
app-layer-expectation.h
…
app-layer-frames.c
frames: support UDP frames
3 years ago
app-layer-frames.h
eve: implement frame logging
3 years ago
app-layer-ftp.c
ftp: limits the number of active transactions per flow
3 years ago
app-layer-ftp.h
ftp: fix int warnings
3 years ago
app-layer-htp-body.c
…
app-layer-htp-body.h
…
app-layer-htp-file.c
http: : fix int warnings
3 years ago
app-layer-htp-file.h
…
app-layer-htp-libhtp.c
…
app-layer-htp-libhtp.h
…
app-layer-htp-mem.c
…
app-layer-htp-mem.h
…
app-layer-htp-range.c
http: : fix int warnings
3 years ago
app-layer-htp-range.h
…
app-layer-htp-xff.c
…
app-layer-htp-xff.h
…
app-layer-htp.c
http: add comment tags to support documentation
3 years ago
app-layer-htp.h
htp: rearrange tx user data for more efficiency
3 years ago
app-layer-http2.c
…
app-layer-http2.h
…
app-layer-ike.c
…
app-layer-ike.h
…
app-layer-krb5.c
…
app-layer-krb5.h
…
app-layer-modbus.c
…
app-layer-modbus.h
…
app-layer-mqtt.c
…
app-layer-mqtt.h
…
app-layer-nbss.h
…
app-layer-nfs-tcp.c
…
app-layer-nfs-tcp.h
…
app-layer-nfs-udp.c
…
app-layer-nfs-udp.h
…
app-layer-ntp.c
…
app-layer-ntp.h
…
app-layer-parser.c
frames: support UDP frames
3 years ago
app-layer-parser.h
app/frames: initial support
3 years ago
app-layer-protos.c
pgsql: add initial support
3 years ago
app-layer-protos.h
pgsql: add initial support
3 years ago
app-layer-quic.c
quic: Add QUIC App Layer
3 years ago
app-layer-quic.h
quic: Add QUIC App Layer
3 years ago
app-layer-rdp.c
…
app-layer-rdp.h
…
app-layer-register.c
app/frames: implement name to id API for frames
3 years ago
app-layer-register.h
app/frames: implement name to id API for frames
3 years ago
app-layer-rfb.c
…
app-layer-rfb.h
…
app-layer-sip.c
…
app-layer-sip.h
…
app-layer-smb.c
…
app-layer-smb.h
…
app-layer-smtp.c
smtp: check if we have a current transaction
3 years ago
app-layer-smtp.h
src: use bool instead of int
3 years ago
app-layer-snmp.c
…
app-layer-snmp.h
…
app-layer-ssh.c
…
app-layer-ssh.h
…
app-layer-ssl.c
ssl: implement frames for SSLv3 and TLS
3 years ago
app-layer-ssl.h
ssl: implement frames for SSLv3 and TLS
3 years ago
app-layer-template-rust.c
…
app-layer-template-rust.h
…
app-layer-template.c
app-layer: use StreamSlice as input to parsers
3 years ago
app-layer-template.h
app-layer: include decoder events in app-layer tx data
3 years ago
app-layer-tftp.c
app-layer: use StreamSlice as input to parsers
3 years ago
app-layer-tftp.h
…
app-layer.c
app-layer: fix counter setup logic
3 years ago
app-layer.h
app-layer: error counters
3 years ago
conf-yaml-loader.c
conf: avoid quadratic complexity
3 years ago
conf-yaml-loader.h
…
conf.c
dpdk: initial support with workers runmode
3 years ago
conf.h
dpdk: initial support with workers runmode
3 years ago
counters.c
…
counters.h
…
datasets-md5.c
base64: use the Rust base64 encode implementation
3 years ago
datasets-md5.h
…
datasets-reputation.h
…
datasets-sha256.c
base64: use the Rust base64 encode implementation
3 years ago
datasets-sha256.h
…
datasets-string.c
base64: use the Rust base64 encode implementation
3 years ago
datasets-string.h
…
datasets.c
base64: use the Rust base64 encode implementation
3 years ago
datasets.h
…
debug.h
…
decode-chdlc.c
…
decode-chdlc.h
…
decode-erspan.c
…
decode-erspan.h
…
decode-esp.c
…
decode-esp.h
…
decode-ethernet.c
…
decode-ethernet.h
…
decode-events.c
tcp: rejects FIN+SYN packets as invalid
3 years ago
decode-events.h
tcp: rejects FIN+SYN packets as invalid
3 years ago
decode-geneve.c
…
decode-geneve.h
…
decode-gre.c
…
decode-gre.h
…
decode-icmpv4.c
…
decode-icmpv4.h
…
decode-icmpv6.c
…
decode-icmpv6.h
…
decode-ipv4.c
…
decode-ipv4.h
…
decode-ipv6.c
…
decode-ipv6.h
…
decode-mpls.c
…
decode-mpls.h
…
decode-nsh.c
…
decode-nsh.h
…
decode-null.c
…
decode-null.h
…
decode-ppp.c
…
decode-ppp.h
…
decode-pppoe.c
tests/pppoe: clean up more tests to use PASS/FAIL macros
3 years ago
decode-pppoe.h
pppoe: fix protocol field length variation
3 years ago
decode-raw.c
…
decode-raw.h
…
decode-sctp.c
…
decode-sctp.h
…
decode-sll.c
…
decode-sll.h
…
decode-tcp.c
stream/tcp: handle RST with MD5 or AO header
3 years ago
decode-tcp.h
stream/tcp: handle RST with MD5 or AO header
3 years ago
decode-template.c
…
decode-template.h
…
decode-teredo.c
…
decode-teredo.h
…
decode-udp.c
…
decode-udp.h
…
decode-vlan.c
…
decode-vlan.h
…
decode-vntag.c
…
decode-vntag.h
…
decode-vxlan.c
…
decode-vxlan.h
…
decode.c
doc: fix typo lenght/length
3 years ago
decode.h
eve/alert: add support for logging frame
3 years ago
defrag-config.c
…
defrag-config.h
…
defrag-hash.c
…
defrag-hash.h
…
defrag-queue.c
…
defrag-queue.h
…
defrag-timeout.c
…
defrag-timeout.h
…
defrag.c
…
defrag.h
…
detect-app-layer-event.c
…
detect-app-layer-event.h
…
detect-app-layer-protocol.c
detect: fix app-layer-protocol keyword for HTTP
3 years ago
detect-app-layer-protocol.h
…
detect-asn1.c
…
detect-asn1.h
…
detect-base64-data.c
…
detect-base64-data.h
…
detect-base64-decode.c
detect: do not upgrade base64 decode when fuzzing
3 years ago
detect-base64-decode.h
…
detect-bsize.c
…
detect-bsize.h
…
detect-bypass.c
detect/bypass: remove unittest
3 years ago
detect-bypass.h
…
detect-byte-extract.c
…
detect-byte-extract.h
…
detect-byte.c
…
detect-byte.h
…
detect-bytejump.c
…
detect-bytejump.h
…
detect-bytemath.c
…
detect-bytemath.h
…
detect-bytetest.c
detect-bytetest: remove unittests
3 years ago
detect-bytetest.h
…
detect-cipservice.c
…
detect-cipservice.h
…
detect-classtype.c
…
detect-classtype.h
…
detect-config.c
…
detect-config.h
…
detect-content.c
detect: split register time and detect load time buffer funcs
3 years ago
detect-content.h
…
detect-csum.c
…
detect-csum.h
…
detect-datarep.c
…
detect-datarep.h
…
detect-dataset.c
…
detect-dataset.h
…
detect-dce-iface.c
…
detect-dce-iface.h
…
detect-dce-opnum.c
detect-dce-opnum: remove unittests
3 years ago
detect-dce-opnum.h
…
detect-dce-stub-data.c
…
detect-dce-stub-data.h
…
detect-depth.c
…
detect-depth.h
…
detect-detection-filter.c
…
detect-detection-filter.h
…
detect-distance.c
…
detect-distance.h
…
detect-dnp3.c
…
detect-dnp3.h
…
detect-dns-opcode.c
…
detect-dns-opcode.h
…
detect-dns-query.c
dns: wrap with HAVE_LUA
3 years ago
detect-dns-query.h
…
detect-dsize.c
…
detect-dsize.h
…
detect-engine-address-ipv4.c
…
detect-engine-address-ipv4.h
…
detect-engine-address-ipv6.c
…
detect-engine-address-ipv6.h
…
detect-engine-address.c
detect/address: use common cidr code
3 years ago
detect-engine-address.h
…
detect-engine-alert.c
eve/alert: add support for logging frame
3 years ago
detect-engine-alert.h
…
detect-engine-analyzer.c
detect/analyzer: add frame support
3 years ago
detect-engine-analyzer.h
…
detect-engine-build.c
detect/engine: support frames
3 years ago
detect-engine-build.h
…
detect-engine-content-inspection.c
…
detect-engine-content-inspection.h
detect/engine: support frames
3 years ago
detect-engine-dcepayload.c
…
detect-engine-dcepayload.h
…
detect-engine-enip.c
detect-engine-enip: remove unittests
3 years ago
detect-engine-enip.h
detect-engine-enip: remove unittests
3 years ago
detect-engine-event.c
…
detect-engine-event.h
…
detect-engine-file.c
…
detect-engine-file.h
…
detect-engine-frame.c
frames: support UDP frames
3 years ago
detect-engine-frame.h
detect/engine: support frames
3 years ago
detect-engine-iponly.c
detect/iponly: fix netmask handling
3 years ago
detect-engine-iponly.h
detect/iponly: cleanups
3 years ago
detect-engine-loader.c
…
detect-engine-loader.h
…
detect-engine-mpm.c
dns: wrap with HAVE_LUA
3 years ago
detect-engine-mpm.h
detect/engine: support frames
3 years ago
detect-engine-payload.c
rust: export constants via cbindgen
3 years ago
detect-engine-payload.h
…
detect-engine-port.c
detect: fix possible leak found by coverity
3 years ago
detect-engine-port.h
…
detect-engine-prefilter-common.c
…
detect-engine-prefilter-common.h
…
detect-engine-prefilter.c
detect/engine: support frames
3 years ago
detect-engine-prefilter.h
detect/engine: support frames
3 years ago
detect-engine-profile.c
…
detect-engine-profile.h
…
detect-engine-proto.c
detect/proto: remove unittests
3 years ago
detect-engine-proto.h
…
detect-engine-register.c
quic: add quic.ua for matching user agent
3 years ago
detect-engine-register.h
quic: add quic.ua for matching user agent
3 years ago
detect-engine-siggroup.c
detect/engine: support frames
3 years ago
detect-engine-siggroup.h
…
detect-engine-sigorder.c
…
detect-engine-sigorder.h
…
detect-engine-state.c
app-layer: remove tx detect state setter and getter
3 years ago
detect-engine-state.h
…
detect-engine-tag.c
…
detect-engine-tag.h
…
detect-engine-threshold.c
…
detect-engine-threshold.h
…
detect-engine-uint.c
detect: allows <> syntax for uint ranges
3 years ago
detect-engine-uint.h
detect: use prefilter values for modes
3 years ago
detect-engine.c
config/ref: Raise errors for ref.config parsing
3 years ago
detect-engine.h
detect/engine: support frames
3 years ago
detect-fast-pattern.c
detect/fast_pattern: allow for rule time registration
3 years ago
detect-fast-pattern.h
detect/fast_pattern: allow for rule time registration
3 years ago
detect-file-data.c
detect: file_data keyword works on nfs protocol
3 years ago
detect-file-data.h
…
detect-file-hash-common.c
…
detect-file-hash-common.h
…
detect-fileext.c
…
detect-fileext.h
…
detect-filemagic.c
…
detect-filemagic.h
…
detect-filemd5.c
…
detect-filemd5.h
…
detect-filename.c
…
detect-filename.h
…
detect-filesha1.c
…
detect-filesha1.h
…
detect-filesha256.c
…
detect-filesha256.h
…
detect-filesize.c
…
detect-filesize.h
…
detect-filestore.c
…
detect-filestore.h
…
detect-flow.c
…
detect-flow.h
…
detect-flowbits.c
detect-flowbits: remove unittests
3 years ago
detect-flowbits.h
…
detect-flowint.c
…
detect-flowint.h
…
detect-flowvar.c
…
detect-flowvar.h
…
detect-fragbits.c
…
detect-fragbits.h
…
detect-fragoffset.c
detect-fragoffset: convert unittests to FAIL/PASS APIs
3 years ago
detect-fragoffset.h
…
detect-frame.c
frames: support UDP frames
3 years ago
detect-frame.h
detect/frames: implement 'frame' keyword
3 years ago
detect-ftpbounce.c
…
detect-ftpbounce.h
…
detect-ftpdata.c
…
detect-ftpdata.h
…
detect-geoip.c
…
detect-geoip.h
…
detect-gid.c
…
detect-gid.h
…
detect-hostbits.c
detect/hostbits: remove unittests
3 years ago
detect-hostbits.h
…
detect-http-accept-enc.c
…
detect-http-accept-enc.h
…
detect-http-accept-lang.c
…
detect-http-accept-lang.h
…
detect-http-accept.c
…
detect-http-accept.h
…
detect-http-client-body.c
…
detect-http-client-body.h
…
detect-http-connection.c
…
detect-http-connection.h
…
detect-http-content-len.c
…
detect-http-content-len.h
…
detect-http-content-type.c
…
detect-http-content-type.h
…
detect-http-cookie.c
…
detect-http-cookie.h
…
detect-http-header-common.c
…
detect-http-header-common.h
…
detect-http-header-names.c
…
detect-http-header-names.h
…
detect-http-header.c
…
detect-http-header.h
…
detect-http-headers-stub.h
…
detect-http-headers.c
…
detect-http-headers.h
…
detect-http-host.c
…
detect-http-host.h
…
detect-http-location.c
…
detect-http-location.h
…
detect-http-method.c
…
detect-http-method.h
…
detect-http-protocol.c
…
detect-http-protocol.h
…
detect-http-raw-header.c
…
detect-http-raw-header.h
…
detect-http-referer.c
…
detect-http-referer.h
…
detect-http-request-line.c
detect-http-request-line: remove unittests
3 years ago
detect-http-request-line.h
…
detect-http-response-line.c
http-response-line: remove unittest
3 years ago
detect-http-response-line.h
…
detect-http-server-body.c
…
detect-http-server-body.h
…
detect-http-server.c
…
detect-http-server.h
…
detect-http-start.c
…
detect-http-start.h
…
detect-http-stat-code.c
…
detect-http-stat-code.h
…
detect-http-stat-msg.c
…
detect-http-stat-msg.h
…
detect-http-ua.c
…
detect-http-ua.h
…
detect-http-uri.c
…
detect-http-uri.h
…
detect-http2.c
…
detect-http2.h
…
detect-icmp-id.c
…
detect-icmp-id.h
…
detect-icmp-seq.c
…
detect-icmp-seq.h
…
detect-icmpv4hdr.c
…
detect-icmpv4hdr.h
…
detect-icmpv6-mtu.c
…
detect-icmpv6-mtu.h
…
detect-icmpv6hdr.c
…
detect-icmpv6hdr.h
…
detect-icode.c
detect: adds test with invalid uint mode <<
3 years ago
detect-icode.h
…
detect-id.c
detect-id: convert unittests to FAIL/PASS APIs
3 years ago
detect-id.h
…
detect-ike-chosen-sa.c
…
detect-ike-chosen-sa.h
…
detect-ike-exch-type.c
…
detect-ike-exch-type.h
…
detect-ike-key-exchange-payload-length.c
…
detect-ike-key-exchange-payload-length.h
…
detect-ike-key-exchange-payload.c
…
detect-ike-key-exchange-payload.h
…
detect-ike-nonce-payload-length.c
…
detect-ike-nonce-payload-length.h
…
detect-ike-nonce-payload.c
…
detect-ike-nonce-payload.h
…
detect-ike-spi.c
…
detect-ike-spi.h
…
detect-ike-vendor.c
…
detect-ike-vendor.h
…
detect-ipopts.c
detect-ipopts: convert unittests to FAIL/PASS APIs
3 years ago
detect-ipopts.h
…
detect-ipproto.c
…
detect-ipproto.h
…
detect-iprep.c
…
detect-iprep.h
…
detect-ipv4hdr.c
…
detect-ipv4hdr.h
…
detect-ipv6hdr.c
…
detect-ipv6hdr.h
…
detect-isdataat.c
…
detect-isdataat.h
…
detect-itype.c
…
detect-itype.h
…
detect-krb5-cname.c
…
detect-krb5-cname.h
…
detect-krb5-errcode.c
…
detect-krb5-errcode.h
…
detect-krb5-msgtype.c
…
detect-krb5-msgtype.h
…
detect-krb5-sname.c
…
detect-krb5-sname.h
…
detect-l3proto.c
…
detect-l3proto.h
…
detect-lua-extensions.c
lua: Fix SCRule functions for match scripts
3 years ago
detect-lua-extensions.h
lua: Fix SCRule functions for match scripts
3 years ago
detect-lua.c
lua: Fix SCRule functions for match scripts
3 years ago
detect-lua.h
…
detect-mark.c
…
detect-mark.h
…
detect-metadata.c
…
detect-metadata.h
…
detect-modbus.c
detect/modbus: remove unittests
3 years ago
detect-modbus.h
…
detect-mqtt-connack-sessionpresent.c
…
detect-mqtt-connack-sessionpresent.h
…
detect-mqtt-connect-clientid.c
…
detect-mqtt-connect-clientid.h
…
detect-mqtt-connect-flags.c
…
detect-mqtt-connect-flags.h
…
detect-mqtt-connect-password.c
…
detect-mqtt-connect-password.h
…
detect-mqtt-connect-username.c
…
detect-mqtt-connect-username.h
…
detect-mqtt-connect-willmessage.c
…
detect-mqtt-connect-willmessage.h
…
detect-mqtt-connect-willtopic.c
…
detect-mqtt-connect-willtopic.h
…
detect-mqtt-flags.c
…
detect-mqtt-flags.h
…
detect-mqtt-protocol-version.c
…
detect-mqtt-protocol-version.h
…
detect-mqtt-publish-message.c
…
detect-mqtt-publish-message.h
…
detect-mqtt-publish-topic.c
…
detect-mqtt-publish-topic.h
…
detect-mqtt-qos.c
…
detect-mqtt-qos.h
…
detect-mqtt-reason-code.c
…
detect-mqtt-reason-code.h
…
detect-mqtt-subscribe-topic.c
…
detect-mqtt-subscribe-topic.h
…
detect-mqtt-type.c
…
detect-mqtt-type.h
…
detect-mqtt-unsubscribe-topic.c
…
detect-mqtt-unsubscribe-topic.h
…
detect-msg.c
…
detect-msg.h
…
detect-nfs-procedure.c
…
detect-nfs-procedure.h
…
detect-nfs-version.c
…
detect-nfs-version.h
…
detect-noalert.c
…
detect-noalert.h
…
detect-nocase.c
…
detect-nocase.h
…
detect-offset.c
…
detect-offset.h
…
detect-parse.c
detect: logs an error if a protocol is disabled
3 years ago
detect-parse.h
…
detect-pcre.c
detect: split register time and detect load time buffer funcs
3 years ago
detect-pcre.h
…
detect-pkt-data.c
…
detect-pkt-data.h
…
detect-pktvar.c
…
detect-pktvar.h
…
detect-prefilter.c
…
detect-prefilter.h
…
detect-priority.c
…
detect-priority.h
…
detect-quic-cyu-hash.c
quic: Add QUIC App Layer
3 years ago
detect-quic-cyu-hash.h
quic: Add QUIC App Layer
3 years ago
detect-quic-cyu-string.c
quic: Add QUIC App Layer
3 years ago
detect-quic-cyu-string.h
quic: Add QUIC App Layer
3 years ago
detect-quic-sni.c
detect/quic: add quic.sni sticky buffer
3 years ago
detect-quic-sni.h
detect/quic: add quic.sni sticky buffer
3 years ago
detect-quic-ua.c
quic: add quic.ua for matching user agent
3 years ago
detect-quic-ua.h
quic: add quic.ua for matching user agent
3 years ago
detect-quic-version.c
quic: redo quic.version; parser cleanups
3 years ago
detect-quic-version.h
quic: Add QUIC App Layer
3 years ago
detect-rawbytes.c
detect: split register time and detect load time buffer funcs
3 years ago
detect-rawbytes.h
…
detect-reference.c
…
detect-reference.h
…
detect-replace.c
…
detect-replace.h
…
detect-rev.c
…
detect-rev.h
…
detect-rfb-name.c
…
detect-rfb-name.h
…
detect-rfb-secresult.c
…
detect-rfb-secresult.h
…
detect-rfb-sectype.c
…
detect-rfb-sectype.h
…
detect-rpc.c
…
detect-rpc.h
…
detect-sameip.c
…
detect-sameip.h
…
detect-sid.c
…
detect-sid.h
…
detect-sip-method.c
…
detect-sip-method.h
…
detect-sip-protocol.c
…
detect-sip-protocol.h
…
detect-sip-request-line.c
…
detect-sip-request-line.h
…
detect-sip-response-line.c
…
detect-sip-response-line.h
…
detect-sip-stat-code.c
…
detect-sip-stat-code.h
…
detect-sip-stat-msg.c
…
detect-sip-stat-msg.h
…
detect-sip-uri.c
…
detect-sip-uri.h
…
detect-smb-share.c
…
detect-smb-share.h
…
detect-snmp-community.c
…
detect-snmp-community.h
…
detect-snmp-pdu_type.c
…
detect-snmp-pdu_type.h
…
detect-snmp-version.c
…
detect-snmp-version.h
…
detect-ssh-hassh-server-string.c
…
detect-ssh-hassh-server-string.h
…
detect-ssh-hassh-server.c
…
detect-ssh-hassh-server.h
…
detect-ssh-hassh-string.c
…
detect-ssh-hassh-string.h
…
detect-ssh-hassh.c
…
detect-ssh-hassh.h
…
detect-ssh-proto-version.c
…
detect-ssh-proto-version.h
…
detect-ssh-proto.c
…
detect-ssh-proto.h
…
detect-ssh-software-version.c
…
detect-ssh-software-version.h
…
detect-ssh-software.c
…
detect-ssh-software.h
…
detect-ssl-state.c
…
detect-ssl-state.h
…
detect-ssl-version.c
…
detect-ssl-version.h
…
detect-stream_size.c
…
detect-stream_size.h
…
detect-tag.c
…
detect-tag.h
…
detect-target.c
…
detect-target.h
…
detect-tcp-ack.c
…
detect-tcp-ack.h
…
detect-tcp-flags.c
…
detect-tcp-flags.h
…
detect-tcp-seq.c
…
detect-tcp-seq.h
…
detect-tcp-window.c
…
detect-tcp-window.h
…
detect-tcphdr.c
…
detect-tcphdr.h
…
detect-tcpmss.c
…
detect-tcpmss.h
…
detect-template-buffer.c
app-layer/template: don't always enable if unittests built
3 years ago
detect-template-buffer.h
…
detect-template-rust-buffer.c
…
detect-template-rust-buffer.h
…
detect-template.c
…
detect-template.h
…
detect-template2.c
…
detect-template2.h
…
detect-threshold.c
…
detect-threshold.h
…
detect-tls-cert-fingerprint.c
…
detect-tls-cert-fingerprint.h
…
detect-tls-cert-issuer.c
…
detect-tls-cert-issuer.h
…
detect-tls-cert-serial.c
…
detect-tls-cert-serial.h
…
detect-tls-cert-subject.c
…
detect-tls-cert-subject.h
…
detect-tls-cert-validity.c
…
detect-tls-cert-validity.h
…
detect-tls-certs.c
…
detect-tls-certs.h
…
detect-tls-ja3-hash.c
…
detect-tls-ja3-hash.h
…
detect-tls-ja3-string.c
…
detect-tls-ja3-string.h
…
detect-tls-ja3s-hash.c
…
detect-tls-ja3s-hash.h
…
detect-tls-ja3s-string.c
…
detect-tls-ja3s-string.h
…
detect-tls-sni.c
…
detect-tls-sni.h
…
detect-tls-version.c
…
detect-tls-version.h
…
detect-tls.c
…
detect-tls.h
…
detect-tos.c
…
detect-tos.h
…
detect-transform-compress-whitespace.c
…
detect-transform-compress-whitespace.h
…
detect-transform-dotprefix.c
…
detect-transform-dotprefix.h
…
detect-transform-md5.c
…
detect-transform-md5.h
…
detect-transform-pcrexform.c
…
detect-transform-pcrexform.h
…
detect-transform-sha1.c
…
detect-transform-sha1.h
…
detect-transform-sha256.c
…
detect-transform-sha256.h
…
detect-transform-strip-whitespace.c
…
detect-transform-strip-whitespace.h
…
detect-transform-urldecode.c
…
detect-transform-urldecode.h
…
detect-transform-xor.c
detect: xor transform
3 years ago
detect-transform-xor.h
detect: xor transform
3 years ago
detect-ttl.c
…
detect-ttl.h
…
detect-udphdr.c
…
detect-udphdr.h
…
detect-uricontent.c
detect-uricontent: convert unittests to FAIL/PASS APIs
3 years ago
detect-uricontent.h
…
detect-urilen.c
…
detect-urilen.h
…
detect-within.c
…
detect-within.h
…
detect-xbits.c
…
detect-xbits.h
…
detect.c
frames: support UDP frames
3 years ago
detect.h
detect/engine: support frames
3 years ago
device-storage.c
…
device-storage.h
…
feature.c
…
feature.h
…
flow-bit.c
…
flow-bit.h
…
flow-bypass.c
…
flow-bypass.h
…
flow-hash.c
…
flow-hash.h
…
flow-manager.c
flow/manager: remove dead code
3 years ago
flow-manager.h
…
flow-private.h
…
flow-queue.c
…
flow-queue.h
…
flow-spare-pool.c
…
flow-spare-pool.h
…
flow-storage.c
…
flow-storage.h
…
flow-timeout.c
…
flow-timeout.h
…
flow-util.c
…
flow-util.h
…
flow-var.c
…
flow-var.h
…
flow-worker.c
frames: support UDP frames
3 years ago
flow-worker.h
…
flow.c
fuzz: cleans all flow after one run
3 years ago
flow.h
fuzz: cleans all flow after one run
3 years ago
host-bit.c
…
host-bit.h
…
host-queue.c
…
host-queue.h
…
host-storage.c
…
host-storage.h
…
host-timeout.c
…
host-timeout.h
…
host.c
…
host.h
…
ippair-bit.c
…
ippair-bit.h
…
ippair-queue.c
…
ippair-queue.h
…
ippair-storage.c
…
ippair-storage.h
…
ippair-timeout.c
…
ippair-timeout.h
…
ippair.c
…
ippair.h
…
log-cf-common.c
…
log-cf-common.h
…
log-httplog.c
…
log-httplog.h
…
log-pcap.c
…
log-pcap.h
…
log-stats.c
…
log-stats.h
…
log-tcp-data.c
…
log-tcp-data.h
…
log-tlslog.c
base64: use the Rust base64 encode implementation
3 years ago
log-tlslog.h
…
log-tlsstore.c
base64: use the Rust base64 encode implementation
3 years ago
log-tlsstore.h
…
main.c
…
output-eve-syslog.c
…
output-eve-syslog.h
…
output-file.c
output/file: use unique thread data name
3 years ago
output-file.h
output: minor header cleanups
3 years ago
output-filedata.c
output/file: remove 'waldo' code
3 years ago
output-filedata.h
output: minor header cleanups
3 years ago
output-filestore.c
file/store: warning grammer fixup
3 years ago
output-filestore.h
…
output-flow.c
output/packet: use unique thread data name
3 years ago
output-flow.h
output: minor header cleanups
3 years ago
output-json-alert.c
frames: address coverity issue
3 years ago
output-json-alert.h
…
output-json-anomaly.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-anomaly.h
…
output-json-common.c
…
output-json-dcerpc.c
…
output-json-dcerpc.h
…
output-json-dhcp.c
…
output-json-dhcp.h
…
output-json-dnp3-objects.c
dnp3/eve: regenerate object logging code
3 years ago
output-json-dnp3-objects.h
…
output-json-dnp3.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-dnp3.h
…
output-json-dns.c
…
output-json-dns.h
…
output-json-drop.c
…
output-json-drop.h
…
output-json-email-common.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-email-common.h
…
output-json-file.c
…
output-json-file.h
…
output-json-flow.c
…
output-json-flow.h
…
output-json-frame.c
frames: address coverity issue
3 years ago
output-json-frame.h
frames: address coverity issue
3 years ago
output-json-ftp.c
…
output-json-ftp.h
…
output-json-http.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-http.h
…
output-json-http2.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-http2.h
…
output-json-ike.c
…
output-json-ike.h
…
output-json-krb5.c
…
output-json-krb5.h
…
output-json-metadata.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-metadata.h
…
output-json-modbus.c
modbus: free eve thread context on deinit
3 years ago
output-json-modbus.h
…
output-json-mqtt.c
…
output-json-mqtt.h
…
output-json-netflow.c
…
output-json-netflow.h
…
output-json-nfs.c
…
output-json-nfs.h
…
output-json-pgsql.c
eve/pgsql: log txs in flow direction
3 years ago
output-json-pgsql.h
pgsql: add initial support
3 years ago
output-json-quic.c
quic: Add QUIC App Layer
3 years ago
output-json-quic.h
quic: Add QUIC App Layer
3 years ago
output-json-rdp.c
…
output-json-rdp.h
…
output-json-rfb.c
…
output-json-rfb.h
…
output-json-sip.c
…
output-json-sip.h
…
output-json-smb.c
…
output-json-smb.h
…
output-json-smtp.c
smtp: log transaction even if no email present
3 years ago
output-json-smtp.h
…
output-json-snmp.c
…
output-json-snmp.h
…
output-json-ssh.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-ssh.h
…
output-json-stats.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-stats.h
…
output-json-template-rust.c
…
output-json-template-rust.h
…
output-json-template.c
…
output-json-template.h
…
output-json-tftp.c
…
output-json-tftp.h
…
output-json-tls.c
base64: use the Rust base64 encode implementation
3 years ago
output-json-tls.h
…
output-json.c
log: Coverity REVERSE_INULL warnings
3 years ago
output-json.h
…
output-lua.c
output/lua: minor cleanups
3 years ago
output-lua.h
…
output-packet.c
output/packet: use unique thread data name
3 years ago
output-packet.h
…
output-stats.c
output/stats: use unique thread data name
3 years ago
output-stats.h
…
output-streaming.c
output/streaming: use unique thread data name
3 years ago
output-streaming.h
output: minor header cleanups
3 years ago
output-tx.c
output/tx: use unique thread data name
3 years ago
output-tx.h
output: minor header cleanups
3 years ago
output.c
pgsql: add initial support
3 years ago
output.h
output: declare OutputLoggerThreadStore once
3 years ago
packet-queue.c
…
packet-queue.h
…
pkt-var.c
…
pkt-var.h
…
queue.h
…
reputation.c
…
reputation.h
…
respond-reject-libnet11.c
…
respond-reject-libnet11.h
…
respond-reject.c
…
respond-reject.h
…
runmode-af-packet.c
af-packet: only ref mpeer if needed in tpacket v2
3 years ago
runmode-af-packet.h
…
runmode-dpdk.c
dpdk: adjust setting of MTU to the new DPDK API (21.11)
3 years ago
runmode-dpdk.h
dpdk: initial support with workers runmode
3 years ago
runmode-erf-dag.c
…
runmode-erf-dag.h
…
runmode-erf-file.c
…
runmode-erf-file.h
…
runmode-ipfw.c
…
runmode-ipfw.h
…
runmode-napatech.c
…
runmode-napatech.h
…
runmode-netmap.c
netmap: V14 API changes
3 years ago
runmode-netmap.h
netmap: V14 API changes
3 years ago
runmode-nflog.c
…
runmode-nflog.h
…
runmode-nfq.c
…
runmode-nfq.h
…
runmode-pcap-file.c
…
runmode-pcap-file.h
…
runmode-pcap.c
…
runmode-pcap.h
…
runmode-pfring.c
…
runmode-pfring.h
…
runmode-unittests.c
util/cidr: simplify IPv4 CIDR handling; add IPv6
3 years ago
runmode-unittests.h
…
runmode-unix-socket.c
…
runmode-unix-socket.h
…
runmode-windivert.c
…
runmode-windivert.h
…
runmodes.c
config/thread: Use config'd per-thread stack size
3 years ago
runmodes.h
config/thread: Use config'd per-thread stack size
3 years ago
rust-context.c
…
rust-context.h
…
rust.h
…
source-af-packet.c
af-packet: add send error counter
3 years ago
source-af-packet.h
af-packet: only ref mpeer if needed in tpacket v2
3 years ago
source-dpdk.c
dpdk: fix received/error counters
3 years ago
source-dpdk.h
dpdk: initial support with workers runmode
3 years ago
source-erf-dag.c
…
source-erf-dag.h
…
source-erf-file.c
…
source-erf-file.h
…
source-ipfw.c
…
source-ipfw.h
…
source-napatech.c
…
source-napatech.h
…
source-netmap.c
netmap: V14 API changes
3 years ago
source-netmap.h
netmap: V14 API changes
3 years ago
source-nflog.c
…
source-nflog.h
…
source-nfq-prototypes.h
…
source-nfq.c
…
source-nfq.h
…
source-pcap-file-directory-helper.c
…
source-pcap-file-directory-helper.h
…
source-pcap-file-helper.c
…
source-pcap-file-helper.h
…
source-pcap-file.c
source/pcap: remove unused code
3 years ago
source-pcap-file.h
…
source-pcap.c
…
source-pcap.h
…
source-pfring.c
…
source-pfring.h
…
source-windivert-prototypes.h
…
source-windivert.c
…
source-windivert.h
…
stream-tcp-inline.c
…
stream-tcp-inline.h
…
stream-tcp-list.c
app/frames: initial support
3 years ago
stream-tcp-list.h
…
stream-tcp-private.h
…
stream-tcp-reassemble.c
stream-tcp-reassemble: fix reassembly direction for FIN packets
3 years ago
stream-tcp-reassemble.h
…
stream-tcp-sack.c
…
stream-tcp-sack.h
…
stream-tcp-util.c
…
stream-tcp-util.h
…
stream-tcp.c
stream: remove unused defines
3 years ago
stream-tcp.h
stream: add util function to get 'usable' data
3 years ago
stream.c
…
stream.h
rust: export constants via cbindgen
3 years ago
suricata-common.h
pgsql: add initial support
3 years ago
suricata-plugin.h
…
suricata.c
util/cidr: simplify IPv4 CIDR handling; add IPv6
3 years ago
suricata.h
logging: change ownership of application log if needed
3 years ago
threads-debug.h
…
threads-profile.h
…
threads.c
…
threads.h
…
threadvars.h
…
tm-modules.c
dpdk: initial support with workers runmode
3 years ago
tm-modules.h
…
tm-queuehandlers.c
…
tm-queuehandlers.h
…
tm-queues.c
…
tm-queues.h
…
tm-threads-common.h
dpdk: initial support with workers runmode
3 years ago
tm-threads.c
threads: Honor per-thread stack size setting
3 years ago
tm-threads.h
…
tmqh-flow.c
…
tmqh-flow.h
…
tmqh-packetpool.c
…
tmqh-packetpool.h
…
tmqh-simple.c
…
tmqh-simple.h
…
tree.h
…
unix-manager.c
…
unix-manager.h
…
util-action.c
…
util-action.h
…
util-affinity.c
…
util-affinity.h
…
util-atomic.c
…
util-atomic.h
…
util-base64.c
…
util-base64.h
…
util-bloomfilter-counting.c
…
util-bloomfilter-counting.h
…
util-bloomfilter.c
…
util-bloomfilter.h
…
util-bpf.c
…
util-bpf.h
…
util-buffer.c
…
util-buffer.h
…
util-byte.c
…
util-byte.h
…
util-checksum.c
…
util-checksum.h
…
util-cidr.c
util/cidr: simplify IPv4 CIDR handling; add IPv6
3 years ago
util-cidr.h
util/cidr: simplify IPv4 CIDR handling; add IPv6
3 years ago
util-classification-config.c
…
util-classification-config.h
…
util-clock.h
warning: explicit casts to double
3 years ago
util-conf.c
…
util-conf.h
…
util-config.h
…
util-coredump-config.c
…
util-coredump-config.h
…
util-cpu.c
…
util-cpu.h
…
util-daemon.c
…
util-daemon.h
…
util-debug-filters.c
…
util-debug-filters.h
…
util-debug.c
logging: change ownership of application log if needed
3 years ago
util-debug.h
logging: change ownership of application log if needed
3 years ago
util-decode-mime.c
src: use bool instead of int
3 years ago
util-decode-mime.h
src: use bool instead of int
3 years ago
util-detect.c
…
util-detect.h
…
util-device.c
dpdk: initial support with workers runmode
3 years ago
util-device.h
…
util-dpdk-i40e.c
dpdk/i40e: support RSS on Intel i40e PMD driver
3 years ago
util-dpdk-i40e.h
dpdk/i40e: support RSS on Intel i40e PMD driver
3 years ago
util-dpdk-ice.c
dpdk/ice: setup RSS for Intel ICE PMD
3 years ago
util-dpdk-ice.h
dpdk/ice: setup RSS for Intel ICE PMD
3 years ago
util-dpdk-ixgbe.c
dpdk/ixgbe: setup RSS for Intel IXGBE PMD
3 years ago
util-dpdk-ixgbe.h
dpdk/ixgbe: setup RSS for Intel IXGBE PMD
3 years ago
util-dpdk.c
dpdk: initial support with workers runmode
3 years ago
util-dpdk.h
dpdk/i40e: support RSS on Intel i40e PMD driver
3 years ago
util-ebpf.c
…
util-ebpf.h
…
util-enum.c
…
util-enum.h
…
util-error.c
logging: change ownership of application log if needed
3 years ago
util-error.h
logging: change ownership of application log if needed
3 years ago
util-file-decompression.c
…
util-file-decompression.h
…
util-file-swf-decompression.c
swf: fix coverity warnings
3 years ago
util-file-swf-decompression.h
…
util-file.c
…
util-file.h
file: define own variable instead of PATH_MAX
3 years ago
util-fix_checksum.c
…
util-fix_checksum.h
…
util-fmemopen.c
…
util-fmemopen.h
…
util-hash-lookup3.c
…
util-hash-lookup3.h
…
util-hash-string.c
…
util-hash-string.h
…
util-hash.c
…
util-hash.h
…
util-hashlist.c
…
util-hashlist.h
…
util-host-info.c
…
util-host-info.h
…
util-host-os-info.c
…
util-host-os-info.h
…
util-hyperscan.c
…
util-hyperscan.h
…
util-ioctl.c
…
util-ioctl.h
…
util-ip.c
…
util-ip.h
…
util-ja3.c
…
util-ja3.h
…
util-log-redis.c
…
util-log-redis.h
…
util-logopenfile.c
rust: export constants via cbindgen
3 years ago
util-logopenfile.h
…
util-lua-common.c
lua: Fix SCRule functions for match scripts
3 years ago
util-lua-common.h
…
util-lua-dnp3-objects.c
…
util-lua-dnp3-objects.h
…
util-lua-dnp3.c
…
util-lua-dnp3.h
…
util-lua-dns.c
…
util-lua-dns.h
…
util-lua-hassh.c
…
util-lua-hassh.h
…
util-lua-http.c
…
util-lua-http.h
…
util-lua-ja3.c
…
util-lua-ja3.h
…
util-lua-smtp.c
…
util-lua-smtp.h
…
util-lua-ssh.c
…
util-lua-ssh.h
…
util-lua-tls.c
…
util-lua-tls.h
…
util-lua.c
lua: Fix SCRule functions for match scripts
3 years ago
util-lua.h
lua: Fix SCRule functions for match scripts
3 years ago
util-luajit.c
…
util-luajit.h
…
util-macset.c
…
util-macset.h
…
util-magic.c
…
util-magic.h
…
util-mem.c
…
util-mem.h
…
util-memcmp.c
…
util-memcmp.h
…
util-memcpy.h
…
util-memrchr.c
…
util-memrchr.h
…
util-misc.c
…
util-misc.h
…
util-mpm-ac-bs.c
…
util-mpm-ac-bs.h
…
util-mpm-ac-ks-small.c
…
util-mpm-ac-ks.c
…
util-mpm-ac-ks.h
…
util-mpm-ac.c
…
util-mpm-ac.h
…
util-mpm-hs.c
…
util-mpm-hs.h
…
util-mpm.c
ftp: fix int warnings
3 years ago
util-mpm.h
ftp: fix int warnings
3 years ago
util-napatech.c
…
util-napatech.h
…
util-optimize.h
…
util-pages.c
…
util-pages.h
…
util-path.c
…
util-path.h
…
util-pidfile.c
…
util-pidfile.h
…
util-plugin.c
…
util-plugin.h
…
util-pool-thread.c
…
util-pool-thread.h
…
util-pool.c
warning: explicit casts to double
3 years ago
util-pool.h
…
util-prefilter.c
…
util-prefilter.h
…
util-print.c
doc: fix typo lenght/length
3 years ago
util-print.h
…
util-privs.c
…
util-privs.h
…
util-profiling-keywords.c
detect: split register time and detect load time buffer funcs
3 years ago
util-profiling-locks.c
…
util-profiling-locks.h
…
util-profiling-prefilter.c
…
util-profiling-rulegroups.c
…
util-profiling-rules.c
…
util-profiling.c
pgsql: add initial support
3 years ago
util-profiling.h
…
util-proto-name.c
…
util-proto-name.h
…
util-radix-tree.c
radix: fix unittests after stict checks
3 years ago
util-radix-tree.h
…
util-random.c
…
util-random.h
…
util-reference-config.c
general: Fix typo
3 years ago
util-reference-config.h
…
util-rohash.c
…
util-rohash.h
…
util-rule-vars.c
…
util-rule-vars.h
…
util-runmodes.c
util/log: Include device name with thread count
3 years ago
util-runmodes.h
…
util-running-modes.c
logging: change ownership of application log if needed
3 years ago
util-running-modes.h
…
util-signal.c
…
util-signal.h
…
util-spm-bm.c
…
util-spm-bm.h
…
util-spm-bs.c
…
util-spm-bs.h
…
util-spm-bs2bm.c
…
util-spm-bs2bm.h
…
util-spm-hs.c
…
util-spm-hs.h
…
util-spm.c
…
util-spm.h
…
util-storage.c
…
util-storage.h
…
util-streaming-buffer.c
stream: fix stream pruning being too aggressive
3 years ago
util-streaming-buffer.h
…
util-strlcatu.c
…
util-strlcpyu.c
…
util-strptime.c
…
util-syslog.c
…
util-syslog.h
…
util-thash.c
…
util-thash.h
…
util-threshold-config.c
…
util-threshold-config.h
…
util-time.c
output: fix timestamp missing usecs
3 years ago
util-time.h
…
util-unittest-helper.c
…
util-unittest-helper.h
…
util-unittest.c
…
util-unittest.h
…
util-validate.h
…
util-var-name.c
…
util-var-name.h
…
util-var.c
…
util-var.h
…
util-vector.h
…
win32-misc.c
…
win32-misc.h
…
win32-service.c
…
win32-service.h
…
win32-syscall.c
…
win32-syscall.h
…
win32-syslog.h
…