You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src
Shivani Bhardwaj 42c3f418c6 tls: add tls.random* keywords
Add tls.random keyword that matches on the 32 bytes of the TLS
random field for client as well as server.
Add tls.random_time keyword that matches on the first 4 bytes of the TLS
random field for client as well as server.
Add tls.random_bytes keyword that matches on the last 28 bytes of the TLS
random field for client as well as server.

All these are sticky buffers.

Feature 5190
3 years ago
..
tests detect: support file.data for HTTP1 to server 3 years ago
Makefile.am tls: add tls.random* keywords 3 years ago
action-globals.h
alert-debuglog.c stream: conditionally add packet header to segment 3 years ago
alert-debuglog.h
alert-fastlog.c src: rework includes as per cppclean 3 years ago
alert-fastlog.h
alert-syslog.c log/pcap: conditional logging 3 years ago
alert-syslog.h
app-layer-dcerpc-common.h src: rework includes as per cppclean 3 years ago
app-layer-detect-proto.c protocol-change: sets event in case of failure 3 years ago
app-layer-detect-proto.h protocol-change: sets event in case of failure 3 years ago
app-layer-dnp3-objects.c dnp3: fix int warnings 4 years ago
app-layer-dnp3-objects.h
app-layer-dnp3.c src: rework includes as per cppclean 3 years ago
app-layer-dnp3.h src: rework includes as per cppclean 3 years ago
app-layer-enip-common.c
app-layer-enip-common.h src: rework includes as per cppclean 3 years ago
app-layer-enip.c enip: fix too restrictive check in probing parser 4 years ago
app-layer-enip.h src: rework includes as per cppclean 3 years ago
app-layer-events.c events: reset logged event 3 years ago
app-layer-events.h app-layer/events: remove unused function 3 years ago
app-layer-expectation.c app-layer/expectation: reduce scope and init vars 3 years ago
app-layer-expectation.h
app-layer-frames.c src: rework includes as per cppclean 3 years ago
app-layer-frames.h src: rework includes as per cppclean 3 years ago
app-layer-ftp.c src: rework includes as per cppclean 3 years ago
app-layer-ftp.h ftp: remove temporary fields from state 3 years ago
app-layer-htp-body.c src: rework includes as per cppclean 3 years ago
app-layer-htp-body.h
app-layer-htp-file.c src: rework includes as per cppclean 3 years ago
app-layer-htp-file.h rust: make suricata context const 3 years ago
app-layer-htp-libhtp.c
app-layer-htp-libhtp.h src: rework includes as per cppclean 3 years ago
app-layer-htp-mem.c
app-layer-htp-mem.h src: rework includes as per cppclean 3 years ago
app-layer-htp-range.c conf: remove ConfGetValue 3 years ago
app-layer-htp-range.h src: rework includes as per cppclean 3 years ago
app-layer-htp-xff.c
app-layer-htp-xff.h
app-layer-htp.c protocol-change: sets event in case of failure 3 years ago
app-layer-htp.h protocol-change: sets event in case of failure 3 years ago
app-layer-http2.c http2: enable by default, even if not in config 4 years ago
app-layer-http2.h
app-layer-ike.c
app-layer-ike.h
app-layer-krb5.c
app-layer-krb5.h
app-layer-modbus.c src: rework includes as per cppclean 3 years ago
app-layer-modbus.h
app-layer-mqtt.c
app-layer-mqtt.h
app-layer-nfs-tcp.c
app-layer-nfs-tcp.h
app-layer-nfs-udp.c src: rework includes as per cppclean 3 years ago
app-layer-nfs-udp.h
app-layer-ntp.c
app-layer-ntp.h
app-layer-parser.c src: rework includes as per cppclean 3 years ago
app-layer-parser.h src: rework includes as per cppclean 3 years ago
app-layer-protos.c pgsql: add initial support 4 years ago
app-layer-protos.h detect/dcerpc: apply dcerpc to smb as well 3 years ago
app-layer-quic.c quic: Add QUIC App Layer 4 years ago
app-layer-quic.h quic: Add QUIC App Layer 4 years ago
app-layer-rdp.c
app-layer-rdp.h
app-layer-register.c src: rework includes as per cppclean 3 years ago
app-layer-register.h rust: make suricata context const 3 years ago
app-layer-rfb.c
app-layer-rfb.h
app-layer-sip.c
app-layer-sip.h
app-layer-smb.c smb: use default stream-depth 0 by default 3 years ago
app-layer-smb.h
app-layer-smtp.c protocol-change: sets event in case of failure 3 years ago
app-layer-smtp.h protocol-change: sets event in case of failure 3 years ago
app-layer-snmp.c
app-layer-snmp.h
app-layer-ssh.c src: rework includes as per cppclean 3 years ago
app-layer-ssh.h
app-layer-ssl.c tls: add tls.random* keywords 3 years ago
app-layer-ssl.h tls: add tls.random* keywords 3 years ago
app-layer-template-rust.c
app-layer-template-rust.h
app-layer-template.c src: rework includes as per cppclean 3 years ago
app-layer-template.h src: rework includes as per cppclean 3 years ago
app-layer-tftp.c src: rework includes as per cppclean 3 years ago
app-layer-tftp.h
app-layer.c event: only sets APPLAYER_UNEXPECTED_PROTOCOL once 3 years ago
app-layer.h src: rework includes as per cppclean 3 years ago
conf-yaml-loader.c conf: avoid quadratic complexity 4 years ago
conf-yaml-loader.h
conf.c conf: remove ConfGetValue 3 years ago
conf.h conf: remove ConfGetValue 3 years ago
counters.c counters: add StatsDecr 3 years ago
counters.h counters: add StatsDecr 3 years ago
datasets-md5.c base64: use the Rust base64 encode implementation 4 years ago
datasets-md5.h
datasets-reputation.h
datasets-sha256.c base64: use the Rust base64 encode implementation 4 years ago
datasets-sha256.h
datasets-string.c base64: use the Rust base64 encode implementation 4 years ago
datasets-string.h
datasets.c base64: make decoder handle decoded data space constraints 3 years ago
datasets.h
debug.h
decode-chdlc.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
decode-chdlc.h
decode-erspan.c
decode-erspan.h src: rework includes as per cppclean 3 years ago
decode-esp.c
decode-esp.h
decode-ethernet.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
decode-ethernet.h
decode-events.c stream/event: New reassembly depth event 3 years ago
decode-events.h general: Typo fixup 3 years ago
decode-geneve.c decode: fix integer warnings 3 years ago
decode-geneve.h
decode-gre.c
decode-gre.h src: rework includes as per cppclean 3 years ago
decode-icmpv4.c decode: fix integer warnings 3 years ago
decode-icmpv4.h src: rework includes as per cppclean 3 years ago
decode-icmpv6.c decode: fix integer warnings 3 years ago
decode-icmpv6.h src: rework includes as per cppclean 3 years ago
decode-ipv4.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
decode-ipv4.h decode/checksums: constify pointer args 3 years ago
decode-ipv6.c decode: fix integer warnings 3 years ago
decode-ipv6.h decode/checksums: constify pointer args 3 years ago
decode-mpls.c decode: fix integer warnings 3 years ago
decode-mpls.h
decode-nsh.c decode: fix integer warnings 3 years ago
decode-nsh.h src: rework includes as per cppclean 3 years ago
decode-null.c src: rework includes as per cppclean 3 years ago
decode-ppp.c decode: fix integer warnings 3 years ago
decode-ppp.h
decode-pppoe.c decode: fix integer warnings 3 years ago
decode-pppoe.h src: rework includes as per cppclean 3 years ago
decode-raw.c decode: fix integer warnings 3 years ago
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 4 years ago
decode-tcp.h decode/checksums: constify pointer args 3 years ago
decode-template.c decode: fix integer warnings 3 years ago
decode-template.h src: rework includes as per cppclean 3 years ago
decode-teredo.c
decode-teredo.h
decode-udp.c
decode-udp.h decode/checksums: constify pointer args 3 years ago
decode-vlan.c decode: fix integer warnings 3 years ago
decode-vlan.h
decode-vntag.c decode/vntag: don't leak memory in tests 3 years ago
decode-vntag.h
decode-vxlan.c
decode-vxlan.h
decode.c src: rework includes as per cppclean 3 years ago
decode.h decode: remove unused macros, replace w/ functions 3 years ago
defrag-config.c
defrag-config.h
defrag-hash.c exceptions: initial exception-policy implementation 3 years ago
defrag-hash.h exceptions: initial exception-policy implementation 3 years ago
defrag-queue.c
defrag-queue.h
defrag-timeout.c
defrag-timeout.h
defrag.c defrag: use util function for timeout 3 years ago
defrag.h src: rework includes as per cppclean 3 years ago
detect-app-layer-event.c detect: reduce datatype scope for various keywords 3 years ago
detect-app-layer-event.h detect: reduce datatype scope for various keywords 3 years ago
detect-app-layer-protocol.c detect: reduce datatype scope for various keywords 3 years ago
detect-app-layer-protocol.h detect: reduce datatype scope for various keywords 3 years ago
detect-asn1.c detect: update copyright years 3 years ago
detect-asn1.h detect: update copyright years 3 years ago
detect-base64-data.c src: rework includes as per cppclean 3 years ago
detect-base64-data.h
detect-base64-decode.c detect: reduce datatype scope for various keywords 3 years ago
detect-base64-decode.h detect: reduce datatype scope for various keywords 3 years ago
detect-bsize.c detect: use generic integer functions for bsize 3 years ago
detect-bsize.h
detect-bypass.c detect/bypass: remove unittest 4 years ago
detect-bypass.h
detect-byte-extract.c src: rework includes as per cppclean 3 years ago
detect-byte-extract.h detect: fix integer warnings 3 years ago
detect-byte.c
detect-byte.h
detect-bytejump.c src: rework includes as per cppclean 3 years ago
detect-bytejump.h
detect-bytemath.c src: rework includes as per cppclean 3 years ago
detect-bytemath.h
detect-bytetest.c src: rework includes as per cppclean 3 years ago
detect-bytetest.h
detect-cipservice.c detect/cip: cleanup includes 3 years ago
detect-cipservice.h detect/cip: cleanup includes 3 years ago
detect-classtype.c
detect-classtype.h
detect-config.c detect: config checks alstate before getting tx 3 years ago
detect-config.h
detect-content.c src: rework includes as per cppclean 3 years ago
detect-content.h
detect-csum.c detect: reduce datatype scope for various keywords 3 years ago
detect-csum.h detect: reduce datatype scope for various keywords 3 years ago
detect-datarep.c
detect-datarep.h
detect-dataset.c detect/dataset: fix space condition in rule lang 3 years ago
detect-dataset.h
detect-dce-iface.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-dce-iface.h src: rework includes as per cppclean 3 years ago
detect-dce-opnum.c src: rework includes as per cppclean 3 years ago
detect-dce-opnum.h src: rework includes as per cppclean 3 years ago
detect-dce-stub-data.c src: rework includes as per cppclean 3 years ago
detect-dce-stub-data.h src: rework includes as per cppclean 3 years ago
detect-depth.c
detect-depth.h
detect-detection-filter.c src: rework includes as per cppclean 3 years ago
detect-detection-filter.h
detect-dhcp-leasetime.c dhcp: adds leasetime keyword 3 years ago
detect-dhcp-leasetime.h dhcp: adds leasetime keyword 3 years ago
detect-distance.c
detect-distance.h
detect-dnp3.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-dnp3.h
detect-dns-opcode.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-dns-opcode.h
detect-dns-query.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-dns-query.h
detect-dsize.c src: rework includes as per cppclean 3 years ago
detect-dsize.h detect: use generic integer functions for dsize 3 years ago
detect-engine-address-ipv4.c
detect-engine-address-ipv4.h
detect-engine-address-ipv6.c detect/ipv6: remove useless code 3 years ago
detect-engine-address-ipv6.h
detect-engine-address.c detect: fix integer warnings 3 years ago
detect-engine-address.h
detect-engine-alert.c detect/alert: add unittests to check packet action 3 years ago
detect-engine-alert.h detect/alert: add unittests to check packet action 3 years ago
detect-engine-analyzer.c src: rework includes as per cppclean 3 years ago
detect-engine-analyzer.h detect: fix integer warnings 3 years ago
detect-engine-build.c src: rework includes as per cppclean 3 years ago
detect-engine-build.h
detect-engine-content-inspection.c detect: use generic integer functions for urilen 3 years ago
detect-engine-content-inspection.h detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-dcepayload.c src: rework includes as per cppclean 3 years ago
detect-engine-dcepayload.h detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-enip.c detect/cip: cleanup includes 3 years ago
detect-engine-enip.h detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-event.c detect: fix integer warnings 3 years ago
detect-engine-event.h src: rework includes as per cppclean 3 years ago
detect-engine-file.c detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-file.h detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-frame.c detect/frames: reduce severity of validation check 3 years ago
detect-engine-frame.h detect/engine: support frames 4 years ago
detect-engine-iponly.c src: rework includes as per cppclean 3 years ago
detect-engine-iponly.h detect/iponly: cleanups 3 years ago
detect-engine-loader.c src: rework includes as per cppclean 3 years ago
detect-engine-loader.h
detect-engine-mpm.c detect/engine: fix typos in assorted files 3 years ago
detect-engine-mpm.h detect/engine: fix typos in assorted files 3 years ago
detect-engine-payload.c src: rework includes as per cppclean 3 years ago
detect-engine-payload.h detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-engine-port.c detect: fix integer warnings 3 years ago
detect-engine-port.h
detect-engine-prefilter-common.c
detect-engine-prefilter-common.h detect: rust generic functions for integers 3 years ago
detect-engine-prefilter.c detect: fix integer warnings 3 years ago
detect-engine-prefilter.h detect/engine: support frames 4 years ago
detect-engine-profile.c
detect-engine-profile.h
detect-engine-proto.c detect/proto: remove unittests 4 years ago
detect-engine-proto.h
detect-engine-register.c tls: add tls.random* keywords 3 years ago
detect-engine-register.h tls: add tls.random* keywords 3 years ago
detect-engine-siggroup.c src: rework includes as per cppclean 3 years ago
detect-engine-siggroup.h
detect-engine-sigorder.c detect/engine: fix typos in assorted files 3 years ago
detect-engine-sigorder.h
detect-engine-state.c src: rework includes as per cppclean 3 years ago
detect-engine-state.h
detect-engine-tag.c src: rework includes as per cppclean 3 years ago
detect-engine-tag.h src: rework includes as per cppclean 3 years ago
detect-engine-threshold.c decode: remove unused macros, replace w/ functions 3 years ago
detect-engine-threshold.h
detect-engine-uint.c detect: use generic integer functions for filesize 3 years ago
detect-engine-uint.h detect: use generic integer functions for filesize 3 years ago
detect-engine.c classification/config: Propagate validation errors 3 years ago
detect-engine.h detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-fast-pattern.c src: rework includes as per cppclean 3 years ago
detect-fast-pattern.h detect/fast_pattern: allow for rule time registration 4 years ago
detect-file-data.c detect: support file.data for HTTP1 to server 3 years ago
detect-file-data.h
detect-file-hash-common.c detect: fix integer warnings 3 years ago
detect-file-hash-common.h detect: fix integer warnings 3 years ago
detect-fileext.c detect/file: minor cleanups 3 years ago
detect-fileext.h detect/file: reduce scope of keyword data structures 3 years ago
detect-filemagic.c detect/file: reduce scope of keyword data structures 3 years ago
detect-filemagic.h detect/file: reduce scope of keyword data structures 3 years ago
detect-filemd5.c
detect-filemd5.h
detect-filename.c detect/file: minor cleanups 3 years ago
detect-filename.h detect/file: reduce scope of keyword data structures 3 years ago
detect-filesha1.c
detect-filesha1.h
detect-filesha256.c
detect-filesha256.h
detect-filesize.c src: rework includes as per cppclean 3 years ago
detect-filesize.h detect: use generic integer functions for filesize 3 years ago
detect-filestore.c detect/filestore: clean up stream flag handling 3 years ago
detect-filestore.h
detect-flow.c src: rework includes as per cppclean 3 years ago
detect-flow.h
detect-flowbits.c src: rework includes as per cppclean 3 years ago
detect-flowbits.h
detect-flowint.c src: rework includes as per cppclean 3 years ago
detect-flowint.h
detect-flowvar.c src: rework includes as per cppclean 3 years ago
detect-flowvar.h detect: fix integer warnings 3 years ago
detect-fragbits.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
detect-fragbits.h src: rework includes as per cppclean 3 years ago
detect-fragoffset.c src: rework includes as per cppclean 3 years ago
detect-fragoffset.h
detect-frame.c detect/frame: fix frame detect registration 3 years ago
detect-frame.h detect/frames: implement 'frame' keyword 4 years ago
detect-ftpbounce.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ftpbounce.h
detect-ftpdata.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ftpdata.h src: rework includes as per cppclean 3 years ago
detect-geoip.c
detect-geoip.h src: rework includes as per cppclean 3 years ago
detect-gid.c detect-gid: convert unittests to FAIL/PASS APIs 4 years ago
detect-gid.h src: rework includes as per cppclean 3 years ago
detect-hostbits.c src: rework includes as per cppclean 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: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
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: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-http-header.h
detect-http-headers-stub.h src: rework includes as per cppclean 3 years ago
detect-http-headers.c
detect-http-headers.h
detect-http-host.c detect: update text for nocase used with http.host 3 years ago
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 4 years ago
detect-http-request-line.h
detect-http-response-line.c http-response-line: remove unittest 4 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: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-http2.h
detect-icmp-id.c src: rework includes as per cppclean 3 years ago
detect-icmp-id.h
detect-icmp-seq.c src: rework includes as per cppclean 3 years ago
detect-icmp-seq.h
detect-icmpv4hdr.c
detect-icmpv4hdr.h
detect-icmpv6-mtu.c detect: rust generic functions for integers 3 years ago
detect-icmpv6-mtu.h
detect-icmpv6hdr.c
detect-icmpv6hdr.h
detect-icode.c src: rework includes as per cppclean 3 years ago
detect-icode.h
detect-id.c detect: fix integer warnings 3 years ago
detect-id.h
detect-ike-chosen-sa.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ike-chosen-sa.h
detect-ike-exch-type.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ike-exch-type.h
detect-ike-key-exchange-payload-length.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
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: remove wrappers around DetectEngineInspectGenericList 3 years ago
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: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-ike-vendor.h
detect-ipopts.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
detect-ipopts.h src: rework includes as per cppclean 3 years ago
detect-ipproto.c src: rework includes as per cppclean 3 years ago
detect-ipproto.h
detect-iprep.c src: rework includes as per cppclean 3 years ago
detect-iprep.h detect: use generic integer functions for iprep 3 years ago
detect-ipv4hdr.c
detect-ipv4hdr.h
detect-ipv6hdr.c
detect-ipv6hdr.h
detect-isdataat.c src: rework includes as per cppclean 3 years ago
detect-isdataat.h
detect-itype.c src: rework includes as per cppclean 3 years ago
detect-itype.h
detect-krb5-cname.c detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-krb5-cname.h
detect-krb5-errcode.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-krb5-errcode.h
detect-krb5-msgtype.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-krb5-msgtype.h
detect-krb5-sname.c detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-krb5-sname.h
detect-krb5-ticket-encryption.c detect/krb: no more wrapper around DetectEngineInspectGenericList 3 years ago
detect-krb5-ticket-encryption.h krb: detection for ticket encryption 3 years ago
detect-l3proto.c src: rework includes as per cppclean 3 years ago
detect-l3proto.h
detect-lua-extensions.c lua: Expose byte extract to lua match scripts 3 years ago
detect-lua-extensions.h lua: Fix SCRule functions for match scripts 4 years ago
detect-lua.c lua: Expose byte extract to lua match scripts 3 years ago
detect-lua.h lua: Expose byte extract to lua match scripts 3 years ago
detect-mark.c unittests (assorted): remove PASS_IF macro 4 years ago
detect-mark.h src: rework includes as per cppclean 3 years ago
detect-metadata.c detect: fix integer warnings 3 years ago
detect-metadata.h
detect-modbus.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-modbus.h
detect-mqtt-connack-sessionpresent.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-mqtt-connack-sessionpresent.h
detect-mqtt-connect-clientid.c
detect-mqtt-connect-clientid.h
detect-mqtt-connect-flags.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
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: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-mqtt-flags.h
detect-mqtt-protocol-version.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
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: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-mqtt-qos.h
detect-mqtt-reason-code.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-mqtt-reason-code.h
detect-mqtt-subscribe-topic.c detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-mqtt-subscribe-topic.h
detect-mqtt-type.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-mqtt-type.h
detect-mqtt-unsubscribe-topic.c detect: change InspectEngineFuncPtr2 to return uint8_t 3 years ago
detect-mqtt-unsubscribe-topic.h
detect-msg.c detect: parsing avoiding infinite loop 3 years ago
detect-msg.h
detect-nfs-procedure.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-nfs-procedure.h
detect-nfs-version.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-nfs-version.h
detect-noalert.c
detect-noalert.h
detect-nocase.c src: rework includes as per cppclean 3 years ago
detect-nocase.h
detect-offset.c
detect-offset.h
detect-parse.c detect/parse: test sig parsing for more actions 3 years ago
detect-parse.h
detect-pcre.c src: rework includes as per cppclean 3 years ago
detect-pcre.h detect: impose limits on pcrexform 3 years ago
detect-pkt-data.c
detect-pkt-data.h
detect-pktvar.c src: rework includes as per cppclean 3 years ago
detect-pktvar.h detect: fix integer warnings 3 years ago
detect-prefilter.c
detect-prefilter.h
detect-priority.c
detect-priority.h
detect-quic-cyu-hash.c src: rework includes as per cppclean 3 years ago
detect-quic-cyu-hash.h quic: Add QUIC App Layer 4 years ago
detect-quic-cyu-string.c src: rework includes as per cppclean 3 years ago
detect-quic-cyu-string.h quic: Add QUIC App Layer 4 years ago
detect-quic-sni.c detect/quic: add quic.sni sticky buffer 4 years ago
detect-quic-sni.h detect/quic: add quic.sni sticky buffer 4 years ago
detect-quic-ua.c quic: add quic.ua for matching user agent 4 years ago
detect-quic-ua.h quic: add quic.ua for matching user agent 4 years ago
detect-quic-version.c quic: redo quic.version; parser cleanups 4 years ago
detect-quic-version.h quic: Add QUIC App Layer 4 years ago
detect-rawbytes.c detect: split register time and detect load time buffer funcs 4 years ago
detect-rawbytes.h
detect-reference.c
detect-reference.h src: rework includes as per cppclean 3 years ago
detect-replace.c src: rework includes as per cppclean 3 years ago
detect-replace.h src: rework includes as per cppclean 3 years ago
detect-rev.c
detect-rev.h
detect-rfb-name.c
detect-rfb-name.h
detect-rfb-secresult.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-rfb-secresult.h
detect-rfb-sectype.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-rfb-sectype.h
detect-rpc.c src: rework includes as per cppclean 3 years ago
detect-rpc.h
detect-sameip.c src: rework includes as per cppclean 3 years ago
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 src: rework includes as per cppclean 3 years ago
detect-snmp-pdu_type.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-snmp-pdu_type.h src: rework includes as per cppclean 3 years ago
detect-snmp-usm.c snmp: adds usm keyword 3 years ago
detect-snmp-usm.h snmp: adds usm keyword 3 years ago
detect-snmp-version.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-snmp-version.h src: rework includes as per cppclean 3 years ago
detect-ssh-hassh-server-string.c
detect-ssh-hassh-server-string.h
detect-ssh-hassh-server.c src: rework includes as per cppclean 3 years ago
detect-ssh-hassh-server.h
detect-ssh-hassh-string.c
detect-ssh-hassh-string.h
detect-ssh-hassh.c src: rework includes as per cppclean 3 years ago
detect-ssh-hassh.h
detect-ssh-proto-version.c src: rework includes as per cppclean 3 years ago
detect-ssh-proto-version.h
detect-ssh-proto.c
detect-ssh-proto.h
detect-ssh-software-version.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ssh-software-version.h
detect-ssh-software.c
detect-ssh-software.h
detect-ssl-state.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-ssl-state.h src: rework includes as per cppclean 3 years ago
detect-ssl-version.c detect: fix integer warnings 3 years ago
detect-ssl-version.h
detect-stream_size.c detect: use generic integer functions for streamsize 3 years ago
detect-stream_size.h detect: use generic integer functions for streamsize 3 years ago
detect-tag.c
detect-tag.h src: rework includes as per cppclean 3 years ago
detect-target.c
detect-target.h
detect-tcp-ack.c src: rework includes as per cppclean 3 years ago
detect-tcp-ack.h
detect-tcp-flags.c unittests: alloc Packet with PacketGetFromAlloc 3 years ago
detect-tcp-flags.h src: rework includes as per cppclean 3 years ago
detect-tcp-seq.c src: rework includes as per cppclean 3 years ago
detect-tcp-seq.h
detect-tcp-window.c
detect-tcp-window.h
detect-tcphdr.c
detect-tcphdr.h
detect-tcpmss.c detect: use generic integer functions for tcp mss 3 years ago
detect-tcpmss.h detect: use generic integer functions for tcp mss 3 years ago
detect-template-buffer.c app-layer/template: don't always enable if unittests built 4 years ago
detect-template-buffer.h src: rework includes as per cppclean 3 years ago
detect-template-rust-buffer.c src: rework includes as per cppclean 3 years ago
detect-template-rust-buffer.h src: rework includes as per cppclean 3 years ago
detect-template.c
detect-template.h
detect-template2.c detect: use generic integer functions for template2 3 years ago
detect-template2.h detect: use generic integer functions for template2 3 years ago
detect-threshold.c src: rework includes as per cppclean 3 years ago
detect-threshold.h src: rework includes as per cppclean 3 years ago
detect-tls-cert-fingerprint.c detect/tls: fix descriptions 3 years ago
detect-tls-cert-fingerprint.h
detect-tls-cert-issuer.c detect/tls: fix descriptions 3 years ago
detect-tls-cert-issuer.h src: rework includes as per cppclean 3 years ago
detect-tls-cert-serial.c detect/tls: fix descriptions 3 years ago
detect-tls-cert-serial.h
detect-tls-cert-subject.c detect/tls: fix descriptions 3 years ago
detect-tls-cert-subject.h src: rework includes as per cppclean 3 years ago
detect-tls-cert-validity.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-tls-cert-validity.h
detect-tls-certs.c detect/tls: fix descriptions 3 years ago
detect-tls-certs.h
detect-tls-ja3-hash.c detect/tls: fix descriptions 3 years ago
detect-tls-ja3-hash.h
detect-tls-ja3-string.c detect/tls: fix descriptions 3 years ago
detect-tls-ja3-string.h
detect-tls-ja3s-hash.c detect/tls: fix descriptions 3 years ago
detect-tls-ja3s-hash.h
detect-tls-ja3s-string.c detect/tls: fix descriptions 3 years ago
detect-tls-ja3s-string.h
detect-tls-random.c tls: add tls.random* keywords 3 years ago
detect-tls-random.h tls: add tls.random* keywords 3 years ago
detect-tls-sni.c detect/tls: fix descriptions 3 years ago
detect-tls-sni.h
detect-tls-version.c
detect-tls-version.h
detect-tls.c detect: remove wrappers around DetectEngineInspectGenericList 3 years ago
detect-tls.h
detect-tos.c
detect-tos.h
detect-transform-compress-whitespace.c detect: transforms check for 0-sized buffer 3 years ago
detect-transform-compress-whitespace.h
detect-transform-dotprefix.c src: rework includes as per cppclean 3 years ago
detect-transform-dotprefix.h
detect-transform-md5.c
detect-transform-md5.h
detect-transform-pcrexform.c detect: impose limits on pcrexform 3 years ago
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: transforms check for 0-sized buffer 3 years ago
detect-transform-strip-whitespace.h
detect-transform-urldecode.c detect: transforms check for 0-sized buffer 3 years ago
detect-transform-urldecode.h
detect-transform-xor.c detect: transforms check for 0-sized buffer 3 years ago
detect-transform-xor.h detect: xor transform 4 years ago
detect-ttl.c detect: use generic integer functions for ttl 3 years ago
detect-ttl.h detect: use generic integer functions for ttl 3 years ago
detect-udphdr.c
detect-udphdr.h
detect-uricontent.c detect-uricontent: convert unittests to FAIL/PASS APIs 4 years ago
detect-uricontent.h
detect-urilen.c src: rework includes as per cppclean 3 years ago
detect-urilen.h detect: use generic integer functions for urilen 3 years ago
detect-within.c
detect-within.h
detect-xbits.c src: rework includes as per cppclean 3 years ago
detect-xbits.h
detect.c decode: make PacketDrop use action as parameter 3 years ago
detect.h src: rework includes as per cppclean 3 years ago
device-storage.c
device-storage.h src: rework includes as per cppclean 3 years ago
feature.c src: rework includes as per cppclean 3 years ago
feature.h
flow-bit.c
flow-bit.h
flow-bypass.c src: rework includes as per cppclean 3 years ago
flow-bypass.h
flow-hash.c flow: add various flow counters 3 years ago
flow-hash.h exceptions: initial exception-policy implementation 3 years ago
flow-manager.c flow-manager: reduce burstiness in adaptive timing 3 years ago
flow-manager.h flow/recycler: bring back pthread_cond_t sleep 3 years ago
flow-private.h
flow-queue.c
flow-queue.h
flow-spare-pool.c
flow-spare-pool.h
flow-storage.c
flow-storage.h src: rework includes as per cppclean 3 years ago
flow-timeout.c flow: set datalink for pseudo packet 3 years ago
flow-timeout.h
flow-util.c flow: minor compiler warnings 3 years ago
flow-util.h src: rework includes as per cppclean 3 years ago
flow-var.c
flow-var.h
flow-worker.c src: rework includes as per cppclean 3 years ago
flow-worker.h
flow.c src: rework includes as per cppclean 3 years ago
flow.h src: rework includes as per cppclean 3 years ago
host-bit.c
host-bit.h
host-queue.c
host-queue.h
host-storage.c
host-storage.h src: rework includes as per cppclean 3 years ago
host-timeout.c
host-timeout.h
host.c conf: remove ConfGetValue 3 years ago
host.h
ippair-bit.c
ippair-bit.h src: rework includes as per cppclean 3 years ago
ippair-queue.c
ippair-queue.h
ippair-storage.c
ippair-storage.h src: rework includes as per cppclean 3 years ago
ippair-timeout.c
ippair-timeout.h
ippair.c host/ippair: fix integer warnings 3 years ago
ippair.h
log-cf-common.c src: rework includes as per cppclean 3 years ago
log-cf-common.h
log-httplog.c
log-httplog.h
log-pcap.c src: rework includes as per cppclean 3 years ago
log-pcap.h log/pcap and eve/alert: get pcap filename to support multi mode 3 years ago
log-stats.c counters: add StatsDecr 3 years ago
log-stats.h
log-tcp-data.c
log-tcp-data.h
log-tlslog.c base64: use the Rust base64 encode implementation 4 years ago
log-tlslog.h
log-tlsstore.c base64: use the Rust base64 encode implementation 4 years ago
log-tlsstore.h
main.c
output-eve-syslog.c
output-eve-syslog.h
output-file.c output: use flow's proto for file loggers 3 years ago
output-file.h output: minor header cleanups 4 years ago
output-filedata.c output: skip files logging for ICMP packets 3 years ago
output-filedata.h output: minor header cleanups 4 years ago
output-filestore.c util: better hex print function 3 years ago
output-filestore.h
output-flow.c output/flow: no double var init 3 years ago
output-flow.h src: rework includes as per cppclean 3 years ago
output-json-alert.c src: rework includes as per cppclean 3 years ago
output-json-alert.h http: move xff logging to alert object 3 years ago
output-json-anomaly.c log/pcap: conditional logging 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 dnp3: do not log empty objects array 3 years ago
output-json-dnp3.h
output-json-dns.c eve/dns: remove dns v1 logging 3 years ago
output-json-dns.h
output-json-drop.c eve/drop: log drop reason 3 years ago
output-json-drop.h
output-json-email-common.c eve/email: log existing url type 3 years ago
output-json-email-common.h
output-json-file.c output: fix integer warnings 3 years ago
output-json-file.h
output-json-flow.c src: rework includes as per cppclean 3 years ago
output-json-flow.h
output-json-frame.c log/pcap: conditional logging 3 years ago
output-json-frame.h src: rework includes as per cppclean 3 years ago
output-json-ftp.c ftp: truncate command data that is too long 3 years ago
output-json-ftp.h
output-json-http.c base64: use the Rust base64 encode implementation 4 years ago
output-json-http.h
output-json-http2.c base64: use the Rust base64 encode implementation 4 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 log/pcap: conditional logging 3 years ago
output-json-metadata.h
output-json-modbus.c modbus: free eve thread context on deinit 4 years ago
output-json-modbus.h
output-json-mqtt.c
output-json-mqtt.h
output-json-netflow.c src: rework includes as per cppclean 3 years ago
output-json-netflow.h
output-json-nfs.c
output-json-nfs.h
output-json-pgsql.c eve/pgsql: log txs in flow direction 4 years ago
output-json-pgsql.h pgsql: add initial support 4 years ago
output-json-quic.c quic: Add QUIC App Layer 4 years ago
output-json-quic.h quic: Add QUIC App Layer 4 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 4 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 4 years ago
output-json-ssh.h
output-json-stats.c src: rework includes as per cppclean 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 src: rework includes as per cppclean 3 years ago
output-json-tls.h
output-json.c output: do not log empty arrays for sid 3 years ago
output-json.h
output-lua.c log/pcap: conditional logging 3 years ago
output-lua.h
output-packet.c log/pcap: conditional logging 3 years ago
output-packet.h src: rework includes as per cppclean 3 years ago
output-stats.c output/stats: use unique thread data name 4 years ago
output-stats.h counters: add StatsDecr 3 years ago
output-streaming.c stream: add offset to raw stream callback 3 years ago
output-streaming.h src: rework includes as per cppclean 3 years ago
output-tx.c output/tx: use unique thread data name 4 years ago
output-tx.h output: minor header cleanups 4 years ago
output.c pgsql: add initial support 4 years ago
output.h src: rework includes as per cppclean 3 years ago
packet-queue.c
packet-queue.h src: rework includes as per cppclean 3 years ago
pkt-var.c
pkt-var.h
queue.h src: rework includes as per cppclean 3 years ago
reputation.c utils: fix integer warnings in r files 3 years ago
reputation.h iprep: unify free handling 3 years ago
respond-reject-libnet11.c src: rework includes as per cppclean 3 years ago
respond-reject-libnet11.h
respond-reject.c
respond-reject.h src: rework includes as per cppclean 3 years ago
runmode-af-packet.c af-packet: only ref mpeer if needed in tpacket v2 4 years ago
runmode-af-packet.h
runmode-dpdk.c src: rework includes as per cppclean 3 years ago
runmode-dpdk.h dpdk: initial support with workers runmode 4 years ago
runmode-erf-dag.c
runmode-erf-dag.h
runmode-erf-file.c runmodes: minor format string fixes 3 years ago
runmode-erf-file.h
runmode-ipfw.c
runmode-ipfw.h
runmode-napatech.c
runmode-napatech.h src: rework includes as per cppclean 3 years ago
runmode-netmap.c netmap: fix includes 3 years ago
runmode-netmap.h netmap: V14 API changes 4 years ago
runmode-nflog.c nflog: fix missing util-time include; cleanups 3 years ago
runmode-nflog.h nflog: fix missing util-time include; cleanups 3 years ago
runmode-nfq.c
runmode-nfq.h
runmode-pcap-file.c runmodes: minor format string fixes 3 years ago
runmode-pcap-file.h
runmode-pcap.c
runmode-pcap.h
runmode-pfring.c
runmode-pfring.h
runmode-unittests.c detect/alert: add unittests to check packet action 3 years ago
runmode-unittests.h
runmode-unix-socket.c src: rework includes as per cppclean 3 years ago
runmode-unix-socket.h flow/manager: adaptive hash eviction timing 3 years ago
runmode-windivert.c
runmode-windivert.h
runmodes.c src: rework includes as per cppclean 3 years ago
runmodes.h src: rework includes as per cppclean 3 years ago
rust-context.c rust: make suricata context const 3 years ago
rust-context.h rust: make suricata context const 3 years ago
rust.h src: rework includes as per cppclean 3 years ago
source-af-packet.c bypass: af-packet: fix memory leak - reassign of EBPFBypassData 3 years ago
source-af-packet.h af-packet: only ref mpeer if needed in tpacket v2 4 years ago
source-dpdk.c dpdk: fix received/error counters 4 years ago
source-dpdk.h src: rework includes as per cppclean 3 years ago
source-erf-dag.c suricata: introduce global linktype 3 years ago
source-erf-dag.h
source-erf-file.c suricata: introduce global linktype 3 years ago
source-erf-file.h
source-ipfw.c suricata: introduce global linktype 3 years ago
source-ipfw.h
source-napatech.c suricata: introduce global linktype 3 years ago
source-napatech.h
source-netmap.c suricata: introduce global linktype 3 years ago
source-netmap.h netmap: V14 API changes 4 years ago
source-nflog.c nflog: fix datalink compile issue 3 years ago
source-nflog.h
source-nfq-prototypes.h
source-nfq.c suricata: introduce global linktype 3 years ago
source-nfq.h
source-pcap-file-directory-helper.c includes: minor cleanups 3 years ago
source-pcap-file-directory-helper.h
source-pcap-file-helper.c includes: minor cleanups 3 years ago
source-pcap-file-helper.h
source-pcap-file.c src: rework includes as per cppclean 3 years ago
source-pcap-file.h
source-pcap.c src: rework includes as per cppclean 3 years ago
source-pcap.h
source-pfring.c suricata: introduce global linktype 3 years ago
source-pfring.h
source-windivert-prototypes.h
source-windivert.c
source-windivert.h
stream-tcp-inline.c stream-tcp: fix integer warnings 3 years ago
stream-tcp-inline.h
stream-tcp-list.c stream: after missing segments, be liberal on RST 3 years ago
stream-tcp-list.h src: rework includes as per cppclean 3 years ago
stream-tcp-private.h src: rework includes as per cppclean 3 years ago
stream-tcp-reassemble.c stream/event: Trigger stream reassembly event 3 years ago
stream-tcp-reassemble.h src: rework includes as per cppclean 3 years ago
stream-tcp-sack.c
stream-tcp-sack.h
stream-tcp-util.c
stream-tcp-util.h
stream-tcp.c decode: make PacketDrop use action as parameter 3 years ago
stream-tcp.h stream/tcp: remove repeated header declaration 3 years ago
stream.c log/pcap: dump segments of both sides of tcp session. 3 years ago
stream.h src: rework includes as per cppclean 3 years ago
suricata-common.h pgsql: add initial support 4 years ago
suricata-plugin.h
suricata.c netmap: fix includes 3 years ago
suricata.h src: rework includes as per cppclean 3 years ago
threads-debug.h
threads-profile.h
threads.c debug: support %m output format again 3 years ago
threads.h debug: support %m output format again 3 years ago
threadvars.h src: rework includes as per cppclean 3 years ago
tm-modules.c threads: remove usused code; wrap in guards 3 years ago
tm-modules.h threads: remove usused code; wrap in guards 3 years ago
tm-queuehandlers.c
tm-queuehandlers.h
tm-queues.c
tm-queues.h
tm-threads-common.h dpdk: initial support with workers runmode 4 years ago
tm-threads.c threads: cleaner code with one instruction per line 3 years ago
tm-threads.h threads: remove usused code; wrap in guards 3 years ago
tmqh-flow.c
tmqh-flow.h
tmqh-packetpool.c packetpool: ifdef debug check 3 years ago
tmqh-packetpool.h src: rework includes as per cppclean 3 years ago
tmqh-simple.c
tmqh-simple.h
tree.h
unix-manager.c src: rework includes as per cppclean 3 years ago
unix-manager.h
util-action.c util/action: convert unittests to FAIL/PASS API 3 years ago
util-action.h unittests: wrap unittest registration in guards 3 years ago
util-affinity.c util: fix int warnings in tm threads 3 years ago
util-affinity.h util: fix int warnings in tm threads 3 years ago
util-atomic.c
util-atomic.h
util-base64.c base64: no special case for nul char 3 years ago
util-base64.h src: rework includes as per cppclean 3 years ago
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: using size_t len for byte utils 3 years ago
util-byte.h util/byte: minor cleanup 3 years ago
util-checksum.c
util-checksum.h
util-cidr.c util: add unit tests for CIDRFromMask() 3 years ago
util-cidr.h util: add unit tests for CIDRFromMask() 3 years ago
util-classification-config.c classification/config: Raise error on validation errors 3 years ago
util-classification-config.h classification/config: Raise error on validation errors 3 years ago
util-clock.h warning: explicit casts to double 4 years ago
util-conf.c src: rework includes as per cppclean 3 years ago
util-conf.h
util-config.h
util-coredump-config.c
util-coredump-config.h
util-cpu.c util: fix int warnings 3 years ago
util-cpu.h
util-daemon.c ci: update to macos latest 3 years ago
util-daemon.h
util-datalink.c suricata: introduce global linktype 3 years ago
util-datalink.h suricata: introduce global linktype 3 years ago
util-debug-filters.c src: rework includes as per cppclean 3 years ago
util-debug-filters.h src: rework includes as per cppclean 3 years ago
util-debug.c src: rework includes as per cppclean 3 years ago
util-debug.h src: rework includes as per cppclean 3 years ago
util-decode-mime.c util/mime: add some extensions to exe list 3 years ago
util-decode-mime.h src: rework includes as per cppclean 3 years ago
util-detect.c
util-detect.h
util-device.c device: avoid uninit var warning 3 years ago
util-device.h src: rework includes as per cppclean 3 years ago
util-dpdk-i40e.c dpdk/i40e: support RSS on Intel i40e PMD driver 4 years ago
util-dpdk-i40e.h src: rework includes as per cppclean 3 years ago
util-dpdk-ice.c dpdk/ice: setup RSS for Intel ICE PMD 4 years ago
util-dpdk-ice.h src: rework includes as per cppclean 3 years ago
util-dpdk-ixgbe.c dpdk/ixgbe: setup RSS for Intel IXGBE PMD 4 years ago
util-dpdk-ixgbe.h src: rework includes as per cppclean 3 years ago
util-dpdk.c dpdk: initial support with workers runmode 4 years ago
util-dpdk.h dpdk/i40e: support RSS on Intel i40e PMD driver 4 years ago
util-ebpf.c src: rework includes as per cppclean 3 years ago
util-ebpf.h src: rework includes as per cppclean 3 years ago
util-enum.c
util-enum.h
util-error.c classification/config: Raise error on validation errors 3 years ago
util-error.h classification/config: Raise error on validation errors 3 years ago
util-exception-policy.c exceptions: error out when invalid policy is used 3 years ago
util-exception-policy.h commandline: add alert-queue expand failure option 3 years ago
util-file-decompression.c swf: right input length for decompression 4 years ago
util-file-decompression.h
util-file-swf-decompression.c swf: fix coverity warnings 3 years ago
util-file-swf-decompression.h
util-file.c file: consistently track size of gaps 3 years ago
util-file.h file: define own variable instead of PATH_MAX 4 years ago
util-fix_checksum.c util: fix int warnings 3 years ago
util-fix_checksum.h
util-fmemopen.c
util-fmemopen.h
util-hash-lookup3.c
util-hash-lookup3.h
util-hash-string.c hash: constify data input 3 years ago
util-hash-string.h hash: constify data input 3 years ago
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 host-os-info: add test to show mixed ipv4/ipv6 3 years ago
util-host-os-info.h
util-hyperscan.c
util-hyperscan.h
util-ioctl.c src: rework includes as per cppclean 3 years ago
util-ioctl.h includes: minor cleanups 3 years ago
util-ip.c
util-ip.h
util-ja3.c ja3: fix minor format string warning 3 years ago
util-ja3.h
util-log-redis.c
util-log-redis.h
util-logopenfile.c includes: minor cleanups 3 years ago
util-logopenfile.h
util-lua-common.c lua: Fix SCRule functions for match scripts 4 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: Expose byte extract to lua match scripts 3 years ago
util-lua.h lua: Expose byte extract to lua match scripts 3 years ago
util-luajit.c src: rework includes as per cppclean 3 years ago
util-luajit.h src: rework includes as per cppclean 3 years ago
util-macset.c util: fix int warnings in unit tests 3 years ago
util-macset.h
util-magic.c
util-magic.h
util-mem.c
util-mem.h
util-memcmp.c
util-memcmp.h src: rework includes as per cppclean 3 years ago
util-memcpy.h
util-memrchr.c
util-memrchr.h
util-misc.c unittests: wrap unittest registration in guards 3 years ago
util-misc.h src: rework includes as per cppclean 3 years ago
util-mpm-ac-bs.c src: rework includes as per cppclean 3 years ago
util-mpm-ac-bs.h
util-mpm-ac-ks-small.c
util-mpm-ac-ks.c src: rework includes as per cppclean 3 years ago
util-mpm-ac-ks.h
util-mpm-ac.c src: rework includes as per cppclean 3 years ago
util-mpm-ac.h
util-mpm-hs.c src: rework includes as per cppclean 3 years ago
util-mpm-hs.h
util-mpm.c util: fix int warnings 3 years ago
util-mpm.h util: fix int warnings 3 years ago
util-napatech.c napatech: fix conf API call 3 years ago
util-napatech.h
util-optimize.h
util-pages.c
util-pages.h
util-path.c
util-path.h
util-pidfile.c file: use functions on fd to avoid toctou 3 years ago
util-pidfile.h
util-plugin.c src: rework includes as per cppclean 3 years ago
util-plugin.h src: rework includes as per cppclean 3 years ago
util-pool-thread.c
util-pool-thread.h src: rework includes as per cppclean 3 years ago
util-pool.c warning: explicit casts to double 4 years ago
util-pool.h
util-prefilter.c
util-prefilter.h
util-print.c util: better hex print function 3 years ago
util-print.h util: better hex print function 3 years ago
util-privs.c
util-privs.h src: rework includes as per cppclean 3 years ago
util-profiling-keywords.c profiling: fix implicit-int-float-conversion warnings 3 years ago
util-profiling-locks.c
util-profiling-locks.h
util-profiling-prefilter.c profiling: fix implicit-int-float-conversion warnings 3 years ago
util-profiling-rulegroups.c src: rework includes as per cppclean 3 years ago
util-profiling-rules.c util: fix integer warnings in profiling 3 years ago
util-profiling.c profiling: minor code cleanups 3 years ago
util-profiling.h src: rework includes as per cppclean 3 years ago
util-proto-name.c util: fix int warnings 3 years ago
util-proto-name.h util/proto: Protocol-name functions 3 years ago
util-radix-tree.c radix: small cppcheck suggested cleanup 3 years ago
util-radix-tree.h util: fix int warnings 3 years ago
util-random.c src: rework includes as per cppclean 3 years ago
util-random.h
util-reference-config.c reference: remove useless var reset 3 years ago
util-reference-config.h
util-rohash.c util: check for unsigned overflow in rohash 3 years ago
util-rohash.h src: rework includes as per cppclean 3 years ago
util-rule-vars.c rule/vars: clean up tests 3 years ago
util-rule-vars.h
util-runmodes.c runmodes: fix more warnings 3 years ago
util-runmodes.h
util-running-modes.c logging: change ownership of application log if needed 4 years ago
util-running-modes.h
util-signal.c
util-signal.h
util-spm-bm.c util: fix int warnings in unit tests 3 years ago
util-spm-bm.h src: rework includes as per cppclean 3 years ago
util-spm-bs.c
util-spm-bs.h src: rework includes as per cppclean 3 years ago
util-spm-bs2bm.c spm: constify badchars; suggested by cppcheck 3 years ago
util-spm-bs2bm.h src: rework includes as per cppclean 3 years ago
util-spm-hs.c
util-spm-hs.h
util-spm.c unittests: wrap unittest registration in guards 3 years ago
util-spm.h src: rework includes as per cppclean 3 years ago
util-storage.c
util-storage.h
util-streaming-buffer.c util: remove malloc from streaming buffer config 3 years ago
util-streaming-buffer.h util: remove malloc from streaming buffer config 3 years ago
util-strlcatu.c
util-strlcpyu.c
util-strptime.c
util-syslog.c
util-syslog.h src: rework includes as per cppclean 3 years ago
util-thash.c thash: reduce scope for var; suggested by cppcheck 3 years ago
util-thash.h src: rework includes as per cppclean 3 years ago
util-threshold-config.c src: rework includes as per cppclean 3 years ago
util-threshold-config.h
util-time.c src: rework includes as per cppclean 3 years ago
util-time.h time: add timeradd implementation 3 years ago
util-unittest-helper.c src: rework includes as per cppclean 3 years ago
util-unittest-helper.h
util-unittest.c
util-unittest.h util/unittests: delete PASS_IF macro 4 years ago
util-validate.h
util-var-name.c util: fix int warnings 3 years ago
util-var-name.h
util-var.c
util-var.h
win32-misc.c
win32-misc.h
win32-service.c
win32-service.h
win32-syscall.c
win32-syscall.h
win32-syslog.h