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
Jason Ish 3b6f709331 threads: don't drop capabilities for packet threads
Remove the call to SCDropCaps for packet processing threads. This
logic in this function is required to setup packet processing even
when the thread is provided by a library user, in which case Suricata
should not be touching is capabilities.

As SCDropCaps is currently a no-op its clear this feature needs to
be (re)designed properly, taking into consideration library users as
well.

Related ticket: https://redmine.openinfosecfoundation.org/issues/2375
5 months ago
..
tests rust/base64: add decoder 5 months ago
Makefile.am rust/base64: add decoder 5 months ago
action-globals.h src: make include guards more library friendly 12 months ago
alert-debuglog.c packet-logger: remove ThreadExitPrintStats 6 months ago
alert-debuglog.h src: make include guards more library friendly 12 months ago
alert-fastlog.c packet-logger: remove ThreadExitPrintStats 6 months ago
alert-fastlog.h src: make include guards more library friendly 12 months ago
alert-syslog.c packet-logger: remove ThreadExitPrintStats 6 months ago
alert-syslog.h src: make include guards more library friendly 12 months ago
app-layer-detect-proto.c doh: make dns and http keywords for doh2 7 months ago
app-layer-detect-proto.h doh: implement dns over http2 app-proto 7 months ago
app-layer-dnp3-objects.c app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-dnp3-objects.h src: make include guards more library friendly 12 months ago
app-layer-dnp3.c ci: fix and test with Wunused-macros 9 months ago
app-layer-dnp3.h src: make include guards more library friendly 12 months ago
app-layer-events.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
app-layer-events.h src: make include guards more library friendly 12 months ago
app-layer-expectation.c style: remove some useless return 9 months ago
app-layer-expectation.h src: make include guards more library friendly 12 months ago
app-layer-frames.c app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-frames.h frames: do not rely on FRAME_STREAM_ID 6 months ago
app-layer-ftp.c ftp: adds server side detection 8 months ago
app-layer-ftp.h src: remove unused headers-exported functions 11 months ago
app-layer-htp-body.c app-layer: remove unused parameters 9 months ago
app-layer-htp-body.h app-layer: remove unused parameters 9 months ago
app-layer-htp-file.c app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-htp-file.h src: remove some unused parameters 9 months ago
app-layer-htp-libhtp.c htp/bool: Use bool instead of int 1 year ago
app-layer-htp-libhtp.h src: make include guards more library friendly 12 months ago
app-layer-htp-mem.c style: remove some useless return 9 months ago
app-layer-htp-mem.h misc: improve code documentation 1 year ago
app-layer-htp-range.c util/hash: use randomized hash algorithm 5 months ago
app-layer-htp-range.h app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-htp-xff.c
app-layer-htp-xff.h src: make include guards more library friendly 12 months ago
app-layer-htp.c http: have a headers limit 5 months ago
app-layer-htp.h http: have a headers limit 5 months ago
app-layer-http2.c app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-http2.h src: make include guards more library friendly 12 months ago
app-layer-ike.c
app-layer-ike.h src: make include guards more library friendly 12 months ago
app-layer-imap.c imap: extend detection patterns 8 months ago
app-layer-imap.h imap: extend detection patterns 8 months ago
app-layer-modbus.c
app-layer-modbus.h src: make include guards more library friendly 12 months ago
app-layer-nfs-tcp.c
app-layer-nfs-tcp.h src: make include guards more library friendly 12 months ago
app-layer-nfs-udp.c
app-layer-nfs-udp.h src: make include guards more library friendly 12 months ago
app-layer-parser.c pgsql: use new API style for extern C functions 5 months ago
app-layer-parser.h src: remove truncate fn and glue code 8 months ago
app-layer-protos.c doh: implement dns over http2 app-proto 7 months ago
app-layer-protos.h doh: make dns and http keywords for doh2 7 months ago
app-layer-register.c src: remove truncate fn and glue code 8 months ago
app-layer-register.h src: remove truncate fn and glue code 8 months ago
app-layer-smb.c style: remove some useless return 9 months ago
app-layer-smb.h src: make include guards more library friendly 12 months ago
app-layer-smtp.c smtp: Prevent error messages on packet path 5 months ago
app-layer-smtp.h smtp/frames: initial frame support 9 months ago
app-layer-ssh.c general: Use bool instead of int for condition fns 1 year ago
app-layer-ssh.h src: make include guards more library friendly 12 months ago
app-layer-ssl.c ssl/ja3: better check for ja3 being enabled 5 months ago
app-layer-ssl.h tls: store all ALPN records in the state 8 months ago
app-layer-tftp.c app-layer: fix -Wshorten-64-to-32 warnings 8 months ago
app-layer-tftp.h src: make include guards more library friendly 12 months ago
app-layer.c util/profiling: remove assertion 7 months ago
app-layer.h src: remove some unused parameters 9 months ago
conf-yaml-loader.c style: remove some useless return 9 months ago
conf-yaml-loader.h src: make include guards more library friendly 12 months ago
conf.c style: remove some useless return 9 months ago
conf.h src: remove unused headers-exported functions 11 months ago
counters.c counters: fix -Wshorten-64-to-32 warnings 8 months ago
counters.h src: make include guards more library friendly 12 months ago
datasets-ipv4.c util/hash: use randomized hash algorithm 5 months ago
datasets-ipv4.h util/hash: use randomized hash algorithm 5 months ago
datasets-ipv6.c util/hash: use randomized hash algorithm 5 months ago
datasets-ipv6.h util/hash: use randomized hash algorithm 5 months ago
datasets-md5.c util/hash: use randomized hash algorithm 5 months ago
datasets-md5.h util/hash: use randomized hash algorithm 5 months ago
datasets-reputation.h src: make include guards more library friendly 12 months ago
datasets-sha256.c util/hash: use randomized hash algorithm 5 months ago
datasets-sha256.h util/hash: use randomized hash algorithm 5 months ago
datasets-string.c util/hash: use randomized hash algorithm 5 months ago
datasets-string.h util/hash: use randomized hash algorithm 5 months ago
datasets.c detect/datasets: implement unset command 5 months ago
datasets.h detect/datasets: implement unset command 5 months ago
decode-arp.c decode/arp: implement decoder 10 months ago
decode-arp.h decode/arp: implement decoder 10 months ago
decode-chdlc.c decode/tcp: add and use PacketIsTCP inline func 10 months ago
decode-chdlc.h src: make include guards more library friendly 12 months ago
decode-erspan.c plugins: remove conf.h from suricata-plugin.h 12 months ago
decode-erspan.h src: make include guards more library friendly 12 months ago
decode-esp.c decode/esp: move esph into L4 packet data 10 months ago
decode-esp.h decode/esp: move esph into L4 packet data 10 months ago
decode-ethernet.c decode/ethernet: move ethh into L2 section 10 months ago
decode-ethernet.h src: make include guards more library friendly 12 months ago
decode-events.c decode/arp: implement decoder 10 months ago
decode-events.h decode/arp: implement decoder 10 months ago
decode-geneve.c decode/udp: add and use PacketIsUDP inline func 10 months ago
decode-geneve.h src: make include guards more library friendly 12 months ago
decode-gre.c decode/gre: decode arp packets 10 months ago
decode-gre.h src: make include guards more library friendly 12 months ago
decode-icmpv4.c decode/icmpv4: rename ICMPV4_GET_EMB_IPV4 to PacketGetICMPv4EmbIPv4 10 months ago
decode-icmpv4.h decode/icmpv4: rename ICMPV4_GET_EMB_IPV4 to PacketGetICMPv4EmbIPv4 10 months ago
decode-icmpv6.c style: remove some useless return 9 months ago
decode-icmpv6.h decode/icmpv6: store embedded ip6h ptr as offset 10 months ago
decode-ipv4.c decode/tcp: add and use PacketIsTCP inline func 10 months ago
decode-ipv4.h decode/ipv4: prep for turning ip4h/ip6h into union 10 months ago
decode-ipv6.c style: remove some useless return 9 months ago
decode-ipv6.h clean: remove unused struct definitions 9 months ago
decode-mpls.c
decode-mpls.h src: make include guards more library friendly 12 months ago
decode-nsh.c
decode-nsh.h src: make include guards more library friendly 12 months ago
decode-null.c
decode-ppp.c decode/ppp: fix iplen check int handling 11 months ago
decode-ppp.h decode/ppp: add missing types definitions 11 months ago
decode-pppoe.c decode/pppoe: localize pppoedh pointer 10 months ago
decode-pppoe.h src: make include guards more library friendly 12 months ago
decode-raw.c decode: reduce PKT_IS_IPV4/PKT_IS_IPV6 use 10 months ago
decode-raw.h src: make include guards more library friendly 12 months ago
decode-sctp.c decode/sctp: move sctph into L4 packet data 10 months ago
decode-sctp.h decode/sctp: move sctph into L4 packet data 10 months ago
decode-sll.c
decode-sll.h src: make include guards more library friendly 12 months ago
decode-tcp.c decode/tcp: improve pointer hygene 10 months ago
decode-tcp.h decode/tcp: reduce TCPVars by turning bools into bitfields 10 months ago
decode-template.c
decode-template.h src: make include guards more library friendly 12 months ago
decode-teredo.c decode: fix -Wshorten-64-to-32 warnings 8 months ago
decode-teredo.h src: make include guards more library friendly 12 months ago
decode-udp.c decode/udp: move udph into L4 packet data 10 months ago
decode-udp.h decode/udp: move udph into L4 packet data 10 months ago
decode-vlan.c
decode-vlan.h src: make include guards more library friendly 12 months ago
decode-vntag.c
decode-vntag.h src: make include guards more library friendly 12 months ago
decode-vxlan.c decode/udp: add and use PacketIsUDP inline func 10 months ago
decode-vxlan.h src: make include guards more library friendly 12 months ago
decode.c output-flow: remove unused initdata argument 6 months ago
decode.h pf-ring: remove, to make room for plugin 8 months ago
defrag-config.c defrag: fix -Wshorten-64-to-32 warnings 7 months ago
defrag-config.h defrag: fix -Wshorten-64-to-32 warnings 7 months ago
defrag-hash.c defrag: remove trackers on lookup 9 months ago
defrag-hash.h defrag: turn hash row into single linked list 9 months ago
defrag-stack.c defrag: turn queue into stack 9 months ago
defrag-stack.h defrag: turn queue into stack 9 months ago
defrag-timeout.c defrag: timeout check on look up; tag for removal 9 months ago
defrag-timeout.h defrag: timeout check on look up; tag for removal 9 months ago
defrag.c defrag: fix off by one 5 months ago
defrag.h defrag: fix -Wshorten-64-to-32 warnings 7 months ago
detect-app-layer-event.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-app-layer-event.h src: make include guards more library friendly 12 months ago
detect-app-layer-protocol.c detect/app-layer-proto: don't run detection on ALPROTO_UNKNOWN 6 months ago
detect-app-layer-protocol.h src: make include guards more library friendly 12 months ago
detect-asn1.c detect/asn1: handle in PMATCH 1 year ago
detect-asn1.h src: make include guards more library friendly 12 months ago
detect-base64-data.c detect/base64: move content inspection logic 1 year ago
detect-base64-data.h src: make include guards more library friendly 12 months ago
detect-base64-decode.c detect/base64: minor cleanups 5 months ago
detect-base64-decode.h src: make include guards more library friendly 12 months ago
detect-bsize.c detect/integers: harmonize parser return handling 8 months ago
detect-bsize.h src: make include guards more library friendly 12 months ago
detect-bypass.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-bypass.h src: make include guards more library friendly 12 months ago
detect-byte-extract.c detect/byte_extract: Move keyword parser to Rust 8 months ago
detect-byte-extract.h detect/byte_extract: Move keyword parser to Rust 8 months ago
detect-byte.c detect/byte_extract: Move keyword parser to Rust 8 months ago
detect-byte.h src: make include guards more library friendly 12 months ago
detect-bytejump.c detect/bytejump: don't reuse content flag 1 year ago
detect-bytejump.h src: make include guards more library friendly 12 months ago
detect-bytemath.c detect/byte: Refactor endian, base 8 months ago
detect-bytemath.h src: make include guards more library friendly 12 months ago
detect-bytetest.c detect/bytetest: remove unused Match function 1 year ago
detect-bytetest.h src: make include guards more library friendly 12 months ago
detect-classtype.c detect/pcre: Use local match variables 2 years ago
detect-classtype.h src: make include guards more library friendly 12 months ago
detect-config.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-config.h src: make include guards more library friendly 12 months ago
detect-content.c detect/content: fix wrong value for depth check 8 months ago
detect-content.h src: make include guards more library friendly 12 months ago
detect-csum.c detect/csum: remove pseudo packet checks 9 months ago
detect-csum.h src: make include guards more library friendly 12 months ago
detect-datarep.c style: remove some useless return 9 months ago
detect-datarep.h src: make include guards more library friendly 12 months ago
detect-dataset.c detect/dataset: abort only in debug mode 5 months ago
detect-dataset.h datasets: restrict scope of macro/enum 5 months ago
detect-dce-iface.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-dce-iface.h src: make include guards more library friendly 12 months ago
detect-dce-opnum.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-dce-opnum.h src: make include guards more library friendly 12 months ago
detect-dce-stub-data.c ci: fix and test with Wunused-macros 9 months ago
detect-dce-stub-data.h src: make include guards more library friendly 12 months ago
detect-depth.c
detect-depth.h src: make include guards more library friendly 12 months ago
detect-detection-filter.c thresholds: use dedicated storage 8 months ago
detect-detection-filter.h src: make include guards more library friendly 12 months ago
detect-distance.c
detect-distance.h src: make include guards more library friendly 12 months ago
detect-dnp3.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-dnp3.h src: make include guards more library friendly 12 months ago
detect-dns-answer-name.c detect: unify functions for multi-buffer 9 months ago
detect-dns-answer-name.h src: make include guards more library friendly 12 months ago
detect-dns-opcode.c rust/dns: ffi naming and visibility cleanups 10 months ago
detect-dns-opcode.h src: make include guards more library friendly 12 months ago
detect-dns-query-name.c detect: unify functions for multi-buffer 9 months ago
detect-dns-query-name.h src: make include guards more library friendly 12 months ago
detect-dns-query.c lua: remove lua as a compile time feature 9 months ago
detect-dns-query.h src: make include guards more library friendly 12 months ago
detect-dns-rcode.c rust/dns: ffi naming and visibility cleanups 10 months ago
detect-dns-rcode.h src: make include guards more library friendly 12 months ago
detect-dns-rrtype.c rust/dns: ffi naming and visibility cleanups 10 months ago
detect-dns-rrtype.h src: make include guards more library friendly 12 months ago
detect-dsize.c detect/integers: harmonize parser return handling 8 months ago
detect-dsize.h src: make include guards more library friendly 12 months ago
detect-engine-address-ipv4.c
detect-engine-address-ipv4.h src: make include guards more library friendly 12 months ago
detect-engine-address-ipv6.c detect/address: constify ipv6 cmp funcs 8 months ago
detect-engine-address-ipv6.h detect/address: constify ipv6 cmp funcs 8 months ago
detect-engine-address.c style: remove some useless return 9 months ago
detect-engine-address.h src: remove unused headers-exported functions 11 months ago
detect-engine-alert.c detect: implement 'alert' keyword as a companion to 'noalert' 9 months ago
detect-engine-alert.h src: make include guards more library friendly 12 months ago
detect-engine-analyzer.c detect: skip pseudo packets if sig needs real pkt 9 months ago
detect-engine-analyzer.h src: make include guards more library friendly 12 months ago
detect-engine-build.c thresholds: use dedicated storage 8 months ago
detect-engine-build.h src: make include guards more library friendly 12 months ago
detect-engine-content-inspection.c detect/byte_extract: Move keyword parser to Rust 8 months ago
detect-engine-content-inspection.h src: make include guards more library friendly 12 months ago
detect-engine-dcepayload.c
detect-engine-dcepayload.h src: make include guards more library friendly 12 months ago
detect-engine-event.c detect: make events prefilterable 7 months ago
detect-engine-event.h src: make include guards more library friendly 12 months ago
detect-engine-file.c files: remove the need for state in callbacks 9 months ago
detect-engine-file.h src: make include guards more library friendly 12 months ago
detect-engine-frame.c detect/rule-header: use bool type 1 year ago
detect-engine-frame.h detect/rule-header: use bool type 1 year ago
detect-engine-helper.c detect: helper function for multibuffer registration 8 months ago
detect-engine-helper.h detect: helper function for multibuffer registration 8 months ago
detect-engine-iponly.c style: remove some useless return 9 months ago
detect-engine-iponly.h src: make include guards more library friendly 12 months ago
detect-engine-loader.c misc: remove some unused includes 10 months ago
detect-engine-loader.h src: make include guards more library friendly 12 months ago
detect-engine-mpm.c doh: make dns and http keywords for doh2 7 months ago
detect-engine-mpm.h detect: unify functions for multi-buffer 9 months ago
detect-engine-payload.c style: remove some useless return 9 months ago
detect-engine-payload.h src: make include guards more library friendly 12 months ago
detect-engine-port.c style: remove some useless return 9 months ago
detect-engine-port.h misc: move prototypes to correct header 9 months ago
detect-engine-prefilter-common.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-engine-prefilter-common.h detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-engine-prefilter.c doh: make dns and http keywords for doh2 7 months ago
detect-engine-prefilter.h detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-engine-profile.c
detect-engine-profile.h
detect-engine-proto.c
detect-engine-proto.h src: make include guards more library friendly 12 months ago
detect-engine-register.c sip: rustify sticky buffers 5 months ago
detect-engine-register.h detect/rfb: move keywords to rust 7 months ago
detect-engine-siggroup.c style: remove some useless return 9 months ago
detect-engine-siggroup.h src: remove unused headers-exported functions 11 months ago
detect-engine-sigorder.c style: remove some useless return 9 months ago
detect-engine-sigorder.h src: make include guards more library friendly 12 months ago
detect-engine-state.c files: remove the need for state in callbacks 9 months ago
detect-engine-state.h src: make include guards more library friendly 12 months ago
detect-engine-tag.c src: remove unused headers-exported functions 11 months ago
detect-engine-tag.h src: remove unused headers-exported functions 11 months ago
detect-engine-threshold.c util/hash: use randomized hash algorithm 5 months ago
detect-engine-threshold.h thresholds: use dedicated storage 8 months ago
detect-engine-uint.c
detect-engine-uint.h src: make include guards more library friendly 12 months ago
detect-engine.c detect: safety for app-layer logging of stream-only rules 5 months ago
detect-engine.h detect: unify functions for multi-buffer 9 months ago
detect-fast-pattern.c style: remove some useless return 9 months ago
detect-fast-pattern.h src: make include guards more library friendly 12 months ago
detect-file-data.c detect/file-data: use dynamic number of app-layer protos 8 months ago
detect-file-data.h src: make include guards more library friendly 12 months ago
detect-file-hash-common.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
detect-file-hash-common.h src: make include guards more library friendly 12 months ago
detect-filemagic.c files: remove the need for state in callbacks 9 months ago
detect-filemagic.h src: make include guards more library friendly 12 months ago
detect-filemd5.c style: remove some useless return 9 months ago
detect-filemd5.h src: make include guards more library friendly 12 months ago
detect-filename.c files: remove the need for state in callbacks 9 months ago
detect-filename.h src: make include guards more library friendly 12 months ago
detect-filesha1.c style: remove some useless return 9 months ago
detect-filesha1.h src: make include guards more library friendly 12 months ago
detect-filesha256.c style: remove some useless return 9 months ago
detect-filesha256.h src: make include guards more library friendly 12 months ago
detect-filesize.c detect/integers: harmonize parser return handling 8 months ago
detect-filesize.h src: make include guards more library friendly 12 months ago
detect-filestore.c files: remove the need for state in callbacks 9 months ago
detect-filestore.h src: make include guards more library friendly 12 months ago
detect-flow-age.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-flow-age.h src: make include guards more library friendly 12 months ago
detect-flow-pkts.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-flow-pkts.h src: make include guards more library friendly 12 months ago
detect-flow.c util: fix -Wshorten-64-to-32 warnings 8 months ago
detect-flow.h src: make include guards more library friendly 12 months ago
detect-flowbits.c detect: set ACTION_ALERT for rules that should alert 9 months ago
detect-flowbits.h src: make include guards more library friendly 12 months ago
detect-flowint.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-flowint.h src: make include guards more library friendly 12 months ago
detect-flowvar.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
detect-flowvar.h src: make include guards more library friendly 12 months ago
detect-fragbits.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-fragbits.h src: make include guards more library friendly 12 months ago
detect-fragoffset.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-fragoffset.h src: make include guards more library friendly 12 months ago
detect-frame.c
detect-frame.h src: make include guards more library friendly 12 months ago
detect-ftpbounce.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ftpbounce.h src: make include guards more library friendly 12 months ago
detect-ftpdata.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ftpdata.h src: make include guards more library friendly 12 months ago
detect-geoip.c detect: remove pseudo checks from packet keywords 9 months ago
detect-geoip.h src: make include guards more library friendly 12 months ago
detect-gid.c detect: Clear errno before strtoul 5 months ago
detect-gid.h src: make include guards more library friendly 12 months ago
detect-hostbits.c detect: set ACTION_ALERT for rules that should alert 9 months ago
detect-hostbits.h src: make include guards more library friendly 12 months ago
detect-http-accept-enc.c
detect-http-accept-enc.h src: make include guards more library friendly 12 months ago
detect-http-accept-lang.c
detect-http-accept-lang.h src: make include guards more library friendly 12 months ago
detect-http-accept.c
detect-http-accept.h src: make include guards more library friendly 12 months ago
detect-http-client-body.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-client-body.h src: make include guards more library friendly 12 months ago
detect-http-connection.c
detect-http-connection.h src: make include guards more library friendly 12 months ago
detect-http-content-len.c
detect-http-content-len.h src: make include guards more library friendly 12 months ago
detect-http-content-type.c
detect-http-content-type.h src: make include guards more library friendly 12 months ago
detect-http-cookie.c detect: minor http.cookie keyword typo fix 11 months ago
detect-http-cookie.h
detect-http-header-common.c
detect-http-header-common.h src: make include guards more library friendly 12 months ago
detect-http-header-names.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-header-names.h src: make include guards more library friendly 12 months ago
detect-http-header.c detect: unify functions for multi-buffer 9 months ago
detect-http-header.h src: make include guards more library friendly 12 months ago
detect-http-headers-stub.h detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-headers.c
detect-http-headers.h src: make include guards more library friendly 12 months ago
detect-http-host.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-host.h src: make include guards more library friendly 12 months ago
detect-http-location.c
detect-http-location.h src: make include guards more library friendly 12 months ago
detect-http-method.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-method.h src: make include guards more library friendly 12 months ago
detect-http-protocol.c detect: checks for space in http.protcol keyword 10 months ago
detect-http-protocol.h src: make include guards more library friendly 12 months ago
detect-http-raw-header.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-raw-header.h src: make include guards more library friendly 12 months ago
detect-http-referer.c
detect-http-referer.h src: make include guards more library friendly 12 months ago
detect-http-request-line.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-request-line.h src: make include guards more library friendly 12 months ago
detect-http-response-line.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-response-line.h src: make include guards more library friendly 12 months ago
detect-http-server-body.c detect/http-server-body: avoid FP on toserver direction 11 months ago
detect-http-server-body.h src: make include guards more library friendly 12 months ago
detect-http-server.c
detect-http-server.h src: make include guards more library friendly 12 months ago
detect-http-start.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-start.h src: make include guards more library friendly 12 months ago
detect-http-stat-code.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-stat-code.h
detect-http-stat-msg.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-stat-msg.h
detect-http-ua.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-ua.h src: make include guards more library friendly 12 months ago
detect-http-uri.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-http-uri.h
detect-http2.c detect: helper function for multibuffer 8 months ago
detect-http2.h
detect-icmp-id.c detect/icmp-id: remove prefilter pseudo check 9 months ago
detect-icmp-id.h src: make include guards more library friendly 12 months ago
detect-icmp-seq.c detect/icmp: require real packet in signature 8 months ago
detect-icmp-seq.h src: make include guards more library friendly 12 months ago
detect-icmpv4hdr.c style: remove some useless return 9 months ago
detect-icmpv4hdr.h
detect-icmpv6-mtu.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-icmpv6-mtu.h
detect-icmpv6hdr.c style: remove some useless return 9 months ago
detect-icmpv6hdr.h
detect-icode.c detect/integers: harmonize parser return handling 8 months ago
detect-icode.h src: make include guards more library friendly 12 months ago
detect-id.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-id.h src: make include guards more library friendly 12 months ago
detect-ike-chosen-sa.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-chosen-sa.h src: make include guards more library friendly 12 months ago
detect-ike-exch-type.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-exch-type.h src: make include guards more library friendly 12 months ago
detect-ike-key-exchange-payload-length.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-key-exchange-payload-length.h src: make include guards more library friendly 12 months ago
detect-ike-key-exchange-payload.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-key-exchange-payload.h src: make include guards more library friendly 12 months ago
detect-ike-nonce-payload-length.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-nonce-payload-length.h src: make include guards more library friendly 12 months ago
detect-ike-nonce-payload.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-nonce-payload.h src: make include guards more library friendly 12 months ago
detect-ike-spi.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ike-spi.h src: make include guards more library friendly 12 months ago
detect-ike-vendor.c detect: unify functions for multi-buffer 9 months ago
detect-ike-vendor.h src: make include guards more library friendly 12 months ago
detect-ipaddr.c decode: reduce PKT_IS_IPV4/PKT_IS_IPV6 use 10 months ago
detect-ipaddr.h src: make include guards more library friendly 12 months ago
detect-ipopts.c detect: remove pseudo checks from packet keywords 9 months ago
detect-ipopts.h src: make include guards more library friendly 12 months ago
detect-ipproto.c style: remove some useless return 9 months ago
detect-ipproto.h src: make include guards more library friendly 12 months ago
detect-iprep.c detect/iprep: update function naming 9 months ago
detect-iprep.h src: make include guards more library friendly 12 months ago
detect-ipv4hdr.c style: remove some useless return 9 months ago
detect-ipv4hdr.h
detect-ipv6hdr.c style: remove some useless return 9 months ago
detect-ipv6hdr.h
detect-isdataat.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-isdataat.h src: make include guards more library friendly 12 months ago
detect-itype.c detect/integers: harmonize parser return handling 8 months ago
detect-itype.h src: make include guards more library friendly 12 months ago
detect-ja4-hash.c config/ja3: Eliminate warnings when JA3 is disabled 10 months ago
detect-ja4-hash.h ja4: implement for TLS and QUIC 11 months ago
detect-krb5-cname.c detect: unify functions for multi-buffer 9 months ago
detect-krb5-cname.h src: make include guards more library friendly 12 months ago
detect-krb5-errcode.c app-layer: remove unused C wrappers 10 months ago
detect-krb5-errcode.h src: make include guards more library friendly 12 months ago
detect-krb5-msgtype.c app-layer: remove unused C wrappers 10 months ago
detect-krb5-msgtype.h src: make include guards more library friendly 12 months ago
detect-krb5-sname.c detect: unify functions for multi-buffer 9 months ago
detect-krb5-sname.h src: make include guards more library friendly 12 months ago
detect-krb5-ticket-encryption.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-krb5-ticket-encryption.h src: make include guards more library friendly 12 months ago
detect-l3proto.c decode/ipv6: prep for turning ip4h/ip6h into union 10 months ago
detect-l3proto.h src: make include guards more library friendly 12 months ago
detect-lua-extensions.c lua: remove lua as a compile time feature 9 months ago
detect-lua-extensions.h lua: remove lua as a compile time feature 9 months ago
detect-lua.c style: remove some useless return 9 months ago
detect-lua.h lua: remove lua as a compile time feature 9 months ago
detect-mark.c nfq: stricter thread sync 12 months ago
detect-mark.h src: make include guards more library friendly 12 months ago
detect-metadata.c
detect-metadata.h src: make include guards more library friendly 12 months ago
detect-modbus.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-modbus.h src: make include guards more library friendly 12 months ago
detect-msg.c
detect-msg.h src: make include guards more library friendly 12 months ago
detect-nfs-procedure.c detect/nfs: do not free a null pointer 8 months ago
detect-nfs-procedure.h src: make include guards more library friendly 12 months ago
detect-nfs-version.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-nfs-version.h src: make include guards more library friendly 12 months ago
detect-noalert.c detect/noalert: point noalert/alert to new doc 9 months ago
detect-noalert.h src: make include guards more library friendly 12 months ago
detect-nocase.c detect/content: cleanup nocase conversion 2 years ago
detect-nocase.h src: make include guards more library friendly 12 months ago
detect-offset.c
detect-offset.h src: make include guards more library friendly 12 months ago
detect-parse.c doh: make dns and http keywords for doh2 7 months ago
detect-parse.h detect: helper to have pure rust keywords 9 months ago
detect-pcre.c style: remove some useless return 9 months ago
detect-pcre.h src: make include guards more library friendly 12 months ago
detect-pkt-data.c
detect-pkt-data.h src: make include guards more library friendly 12 months ago
detect-pktvar.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-pktvar.h src: make include guards more library friendly 12 months ago
detect-prefilter.c
detect-prefilter.h src: make include guards more library friendly 12 months ago
detect-priority.c detect/pcre: Use local match variables 2 years ago
detect-priority.h src: make include guards more library friendly 12 months ago
detect-quic-cyu-hash.c detect: unify functions for multi-buffer 9 months ago
detect-quic-cyu-hash.h src: make include guards more library friendly 12 months ago
detect-quic-cyu-string.c detect: unify functions for multi-buffer 9 months ago
detect-quic-cyu-string.h src: make include guards more library friendly 12 months ago
detect-quic-sni.c ci: fix and test with Wunused-macros 9 months ago
detect-quic-sni.h src: make include guards more library friendly 12 months ago
detect-quic-ua.c ci: fix and test with Wunused-macros 9 months ago
detect-quic-ua.h src: make include guards more library friendly 12 months ago
detect-quic-version.c ci: fix and test with Wunused-macros 9 months ago
detect-quic-version.h src: make include guards more library friendly 12 months ago
detect-rawbytes.c
detect-rawbytes.h src: make include guards more library friendly 12 months ago
detect-reference.c alert/reference: Optionally add reference(s) 5 months ago
detect-reference.h alert/reference: Optionally add reference(s) 5 months ago
detect-replace.c src: remove some unused parameters 9 months ago
detect-replace.h src: make include guards more library friendly 12 months ago
detect-requires.c requires: add requires keyword 1 year ago
detect-requires.h src: make include guards more library friendly 12 months ago
detect-rev.c detect: Clear errno before strtoul 5 months ago
detect-rev.h src: make include guards more library friendly 12 months ago
detect-rpc.c decode/udp: add and use PacketIsUDP inline func 10 months ago
detect-rpc.h src: make include guards more library friendly 12 months ago
detect-sameip.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-sameip.h src: make include guards more library friendly 12 months ago
detect-sid.c detect: Clear errno before strtoul 5 months ago
detect-sid.h src: make include guards more library friendly 12 months ago
detect-sip-method.c app-layer: remove unused C wrappers 10 months ago
detect-sip-method.h src: make include guards more library friendly 12 months ago
detect-sip-uri.c app-layer: remove unused C wrappers 10 months ago
detect-sip-uri.h src: make include guards more library friendly 12 months ago
detect-smb-ntlmssp.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-smb-ntlmssp.h src: make include guards more library friendly 12 months ago
detect-smb-share.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-smb-share.h src: make include guards more library friendly 12 months ago
detect-smb-version.c ci: fix and test with Wunused-macros 9 months ago
detect-smb-version.h src: make include guards more library friendly 12 months ago
detect-ssh-hassh-server-string.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-hassh-server-string.h src: make include guards more library friendly 12 months ago
detect-ssh-hassh-server.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-hassh-server.h src: make include guards more library friendly 12 months ago
detect-ssh-hassh-string.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-hassh-string.h src: make include guards more library friendly 12 months ago
detect-ssh-hassh.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-hassh.h src: make include guards more library friendly 12 months ago
detect-ssh-proto-version.c detect/ssh: remove deprecated keywords 8 months ago
detect-ssh-proto-version.h detect/ssh: remove deprecated keywords 8 months ago
detect-ssh-proto.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-proto.h src: make include guards more library friendly 12 months ago
detect-ssh-software-version.c detect/ssh: remove deprecated keywords 8 months ago
detect-ssh-software-version.h detect/ssh: remove deprecated keywords 8 months ago
detect-ssh-software.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-ssh-software.h src: make include guards more library friendly 12 months ago
detect-ssl-state.c style: remove some useless return 9 months ago
detect-ssl-state.h
detect-ssl-version.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-ssl-version.h
detect-stream_size.c detect/stream_size: allow match on pseudo packets 9 months ago
detect-stream_size.h
detect-tag.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-tag.h src: make include guards more library friendly 12 months ago
detect-target.c detect/pcre: Use local match variables 2 years ago
detect-target.h src: make include guards more library friendly 12 months ago
detect-tcp-ack.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-tcp-ack.h src: make include guards more library friendly 12 months ago
detect-tcp-flags.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-tcp-flags.h src: make include guards more library friendly 12 months ago
detect-tcp-seq.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-tcp-seq.h src: make include guards more library friendly 12 months ago
detect-tcp-window.c detect: remove pseudo checks from packet keywords 9 months ago
detect-tcp-window.h src: make include guards more library friendly 12 months ago
detect-tcphdr.c style: remove some useless return 9 months ago
detect-tcphdr.h
detect-tcpmss.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-tcpmss.h
detect-template-rust-buffer.c detect/template: make template use DetectEngineInspectBufferGeneric 9 months ago
detect-template-rust-buffer.h src: make include guards more library friendly 12 months ago
detect-template.c decode: reduce PKT_IS_IPV4/PKT_IS_IPV6 use 10 months ago
detect-template.h src: make include guards more library friendly 12 months ago
detect-template2.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-template2.h
detect-threshold.c detect/threshold: implement backoff type 8 months ago
detect-threshold.h detect/threshold: implement backoff type 8 months ago
detect-tls-alpn.c detect: add tls.alpn keyword 8 months ago
detect-tls-alpn.h detect: add tls.alpn keyword 8 months ago
detect-tls-cert-fingerprint.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-cert-fingerprint.h src: make include guards more library friendly 12 months ago
detect-tls-cert-issuer.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-cert-issuer.h src: make include guards more library friendly 12 months ago
detect-tls-cert-serial.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-cert-serial.h src: make include guards more library friendly 12 months ago
detect-tls-cert-subject.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-cert-subject.h src: make include guards more library friendly 12 months ago
detect-tls-cert-validity.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-cert-validity.h src: make include guards more library friendly 12 months ago
detect-tls-certs.c detect: unify functions for multi-buffer 9 months ago
detect-tls-certs.h src: make include guards more library friendly 12 months ago
detect-tls-ja3-hash.c config/ja3: Eliminate warnings when JA3 is disabled 10 months ago
detect-tls-ja3-hash.h src: make include guards more library friendly 12 months ago
detect-tls-ja3-string.c config/ja3: Eliminate warnings when JA3 is disabled 10 months ago
detect-tls-ja3-string.h src: make include guards more library friendly 12 months ago
detect-tls-ja3s-hash.c config/ja3: Eliminate warnings when JA3 is disabled 10 months ago
detect-tls-ja3s-hash.h src: make include guards more library friendly 12 months ago
detect-tls-ja3s-string.c config/ja3: Eliminate warnings when JA3 is disabled 10 months ago
detect-tls-ja3s-string.h src: make include guards more library friendly 12 months ago
detect-tls-random.c tls/random: fix incorrect direction handling 10 months ago
detect-tls-random.h src: make include guards more library friendly 12 months ago
detect-tls-sni.c detect: rename DetectAppLayerInspectEngineRegister2 1 year ago
detect-tls-sni.h src: make include guards more library friendly 12 months ago
detect-tls-subjectaltname.c detect: unify functions for multi-buffer 9 months ago
detect-tls-subjectaltname.h detect/tls-subjectaltname: add sticky buffer 9 months ago
detect-tls-version.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-tls-version.h src: make include guards more library friendly 12 months ago
detect-tls.c detect/tls.store: fix direction check 9 months ago
detect-tls.h src: make include guards more library friendly 12 months ago
detect-tos.c detect: remove pseudo checks from packet keywords 9 months ago
detect-tos.h src: make include guards more library friendly 12 months ago
detect-transform-base64.c transform/base64: add explicit mode to test 5 months ago
detect-transform-base64.h detect/transform: Add from_base64 transform 8 months ago
detect-transform-casechange.c detect/transform: Add case changing transforms 1 year ago
detect-transform-casechange.h src: make include guards more library friendly 12 months ago
detect-transform-compress-whitespace.c
detect-transform-compress-whitespace.h src: make include guards more library friendly 12 months ago
detect-transform-dotprefix.c
detect-transform-dotprefix.h src: make include guards more library friendly 12 months ago
detect-transform-header-lowercase.c detect: header_lowercase transform 1 year ago
detect-transform-header-lowercase.h src: make include guards more library friendly 12 months ago
detect-transform-md5.c
detect-transform-md5.h src: make include guards more library friendly 12 months ago
detect-transform-pcrexform.c
detect-transform-pcrexform.h src: make include guards more library friendly 12 months ago
detect-transform-sha1.c
detect-transform-sha1.h src: make include guards more library friendly 12 months ago
detect-transform-sha256.c
detect-transform-sha256.h src: make include guards more library friendly 12 months ago
detect-transform-strip-pseudo-headers.c detect: strip_pseudo_headers transform 1 year ago
detect-transform-strip-pseudo-headers.h src: make include guards more library friendly 12 months ago
detect-transform-strip-whitespace.c
detect-transform-strip-whitespace.h src: make include guards more library friendly 12 months ago
detect-transform-urldecode.c
detect-transform-urldecode.h src: make include guards more library friendly 12 months ago
detect-transform-xor.c
detect-transform-xor.h src: make include guards more library friendly 12 months ago
detect-ttl.c detect/prefilter: use sig mask to exclude pkt engines 9 months ago
detect-ttl.h
detect-udphdr.c style: remove some useless return 9 months ago
detect-udphdr.h
detect-uricontent.c
detect-uricontent.h src: make include guards more library friendly 12 months ago
detect-urilen.c detect: SigMatchAppendSMToList can fail 1 year ago
detect-urilen.h
detect-within.c
detect-within.h src: make include guards more library friendly 12 months ago
detect-xbits.c detect: set ACTION_ALERT for rules that should alert 9 months ago
detect-xbits.h src: make include guards more library friendly 12 months ago
detect.c detect: safety for app-layer logging of stream-only rules 5 months ago
detect.h detect: safety for app-layer logging of stream-only rules 5 months ago
device-storage.c src: remove unused headers-exported functions 11 months ago
device-storage.h src: remove unused headers-exported functions 11 months ago
feature.c features: fix -Wshorten-64-to-32 warnings 8 months ago
feature.h ja4: implement for TLS and QUIC 11 months ago
flow-bit.c flow-bit: Convert unittests to new FAIL/PASS API 1 year ago
flow-bit.h src: make include guards more library friendly 12 months ago
flow-bypass.c flow-bypass: Set bypass thread to running state 1 year ago
flow-bypass.h src: make include guards more library friendly 12 months ago
flow-hash.c tcp: use bool wherever possible 9 months ago
flow-hash.h src: make include guards more library friendly 12 months ago
flow-manager.c output-flow: remove unused initdata argument 6 months ago
flow-manager.h src: make include guards more library friendly 12 months ago
flow-private.h src: make include guards more library friendly 12 months ago
flow-queue.c
flow-queue.h src: make include guards more library friendly 12 months ago
flow-spare-pool.c flow: declare and use constansts where possible 8 months ago
flow-spare-pool.h flow: declare and use constansts where possible 8 months ago
flow-storage.c flow/storage: use flex array instead of calculated ptr 1 year ago
flow-storage.h src: make include guards more library friendly 12 months ago
flow-timeout.c tcp: fix 'broken ack' on flow timeout 8 months ago
flow-timeout.h flow/timeout: cleanup fn names and comments 8 months ago
flow-util.c decode/tcp: move tcph into L4 packet data 10 months ago
flow-util.h src: make include guards more library friendly 12 months ago
flow-var.c
flow-var.h src: make include guards more library friendly 12 months ago
flow-worker.c output: remove remaining ThreadExitPrintStats callbacks 6 months ago
flow-worker.h src: make include guards more library friendly 12 months ago
flow.c bypass: really bypass udp flow from first packet 8 months ago
flow.h eve/flow: log flow state directly 5 months ago
host-bit.c
host-bit.h src: make include guards more library friendly 12 months ago
host-queue.c src: remove unused headers-exported functions 11 months ago
host-queue.h src: remove unused headers-exported functions 11 months ago
host-storage.c src: remove unused headers-exported functions 11 months ago
host-storage.h src: remove unused headers-exported functions 11 months ago
host-timeout.c thresholds: use dedicated storage 8 months ago
host-timeout.h src: remove unused headers-exported functions 11 months ago
host.c style: remove some useless return 9 months ago
host.h src: remove unused headers-exported functions 11 months ago
interval-tree.h interval-tree: add augmentation fns to the tree 1 year ago
ippair-bit.c
ippair-bit.h src: make include guards more library friendly 12 months ago
ippair-queue.c src: remove unused headers-exported functions 11 months ago
ippair-queue.h src: remove unused headers-exported functions 11 months ago
ippair-storage.c src: remove unused headers-exported functions 11 months ago
ippair-storage.h src: remove unused headers-exported functions 11 months ago
ippair-timeout.c thresholds: use dedicated storage 8 months ago
ippair-timeout.h src: remove unused headers-exported functions 11 months ago
ippair.c style: remove some useless return 9 months ago
ippair.h src: remove unused headers-exported functions 11 months ago
log-cf-common.c log: fix -Wshorten-64-to-32 warnings 7 months ago
log-cf-common.h src: make include guards more library friendly 12 months ago
log-httplog.c output-tx: remove ThreadExitPrintStats callback 6 months ago
log-httplog.h src: make include guards more library friendly 12 months ago
log-pcap.c packet-logger: remove ThreadExitPrintStats 6 months ago
log-pcap.h src: make include guards more library friendly 12 months ago
log-stats.c output-stats: remove ThreadExitPrintStats callback 6 months ago
log-stats.h src: make include guards more library friendly 12 months ago
log-tcp-data.c output-streaming: rename and document registration 6 months ago
log-tcp-data.h src: make include guards more library friendly 12 months ago
log-tlslog.c output-tx: remove ThreadExitPrintStats callback 6 months ago
log-tlslog.h log: fix -Wshorten-64-to-32 warnings 7 months ago
log-tlsstore.c output-tx: remove ThreadExitPrintStats callback 6 months ago
log-tlsstore.h src: make include guards more library friendly 12 months ago
main.c suricata: expose and break out configuration loading 11 months ago
output-eve-null.c eve/filetypes: use more const 12 months ago
output-eve-null.h output/null: Add the null output device 1 year ago
output-eve-stream.c packet-logger: remove ThreadExitPrintStats 6 months ago
output-eve-stream.h src: make include guards more library friendly 12 months ago
output-eve-syslog.c eve/filetypes: use more const 12 months ago
output-eve-syslog.h src: make include guards more library friendly 12 months ago
output-eve.c eve/filetypes: remove from plugin context 12 months ago
output-eve.h eve/filetype: reorder fields to match lifecycle 12 months ago
output-file.c output-file: rename and document registration function 6 months ago
output-file.h output-file: rename and document registration function 6 months ago
output-filedata.c output-filedata: rename and document registration function 6 months ago
output-filedata.h output-filedata: rename and document registration function 6 months ago
output-filestore.c output-filedata: remove ThreadExitPrintStats callback 6 months ago
output-filestore.h src: make include guards more library friendly 12 months ago
output-flow.c eve/flow: log flow state directly 5 months ago
output-flow.h devguide: more on low level logging 6 months ago
output-json-alert.c output/json: Remove unneeded parameters 5 months ago
output-json-alert.h output/json: Remove unneeded parameters 5 months ago
output-json-anomaly.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-anomaly.h src: make include guards more library friendly 12 months ago
output-json-arp.c packet-logger: remove ThreadExitPrintStats 6 months ago
output-json-arp.h output-json/arp: implement logger 10 months ago
output-json-common.c output/plugin: Use Suri thread-id for plugins 12 months ago
output-json-dcerpc.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-dcerpc.h src: make include guards more library friendly 12 months ago
output-json-dhcp.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-dhcp.h src: make include guards more library friendly 12 months ago
output-json-dnp3-objects.c
output-json-dnp3-objects.h src: make include guards more library friendly 12 months ago
output-json-dnp3.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-dnp3.h output/dnp3: restrict function scope to one file 11 months ago
output-json-dns.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-dns.h doh2: log like dns v3 7 months ago
output-json-drop.c output/json: Remove unneeded parameters 5 months ago
output-json-drop.h src: make include guards more library friendly 12 months ago
output-json-email-common.c smtp: use rust for mime parsing 9 months ago
output-json-email-common.h src: make include guards more library friendly 12 months ago
output-json-file.c output-file: remove ThreadExitPrintStats callback 6 months ago
output-json-file.h src: make include guards more library friendly 12 months ago
output-json-flow.c eve/flow: turn error into debug assertion 5 months ago
output-json-flow.h src: make include guards more library friendly 12 months ago
output-json-frame.c packet-logger: remove ThreadExitPrintStats 6 months ago
output-json-frame.h eve/frame: improve frame payload logging 12 months ago
output-json-ftp.c output: generic simple tx json logger 11 months ago
output-json-ftp.h output: generic simple tx json logger 11 months ago
output-json-http.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-http.h src: make include guards more library friendly 12 months ago
output-json-ike.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-ike.h src: make include guards more library friendly 12 months ago
output-json-metadata.c packet-logger: remove ThreadExitPrintStats 6 months ago
output-json-metadata.h src: make include guards more library friendly 12 months ago
output-json-mqtt.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-mqtt.h src: make include guards more library friendly 12 months ago
output-json-netflow.c output-flow: remove ThreadExitPrintStats callback 6 months ago
output-json-netflow.h src: make include guards more library friendly 12 months ago
output-json-nfs.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-nfs.h src: make include guards more library friendly 12 months ago
output-json-pgsql.c pgsql: use new API style for extern C functions 5 months ago
output-json-pgsql.h eve/alert: add missing pgsql metadata 11 months ago
output-json-smb.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-smb.h src: make include guards more library friendly 12 months ago
output-json-smtp.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-smtp.h src: make include guards more library friendly 12 months ago
output-json-stats.c output-stats: remove ThreadExitPrintStats callback 6 months ago
output-json-stats.h eve/stats: allow hiding counters whose valued is 0 11 months ago
output-json-tls.c output-tx: remove ThreadExitPrintStats callback 6 months ago
output-json-tls.h src: make include guards more library friendly 12 months ago
output-json.c eve: revert ethernet addresses when needed 9 months ago
output-json.h eve: revert ethernet addresses when needed 9 months ago
output-lua.c output/lua: handle registration error 9 months ago
output-lua.h src: make include guards more library friendly 12 months ago
output-packet.c output: remove remaining ThreadExitPrintStats callbacks 6 months ago
output-packet.h devguide: more on low level logging 6 months ago
output-stats.c output-stats: remove ThreadExitPrintStats callback 6 months ago
output-stats.h output-stats: remove ThreadExitPrintStats callback 6 months ago
output-streaming.c output-streaming: rename and document registration 6 months ago
output-streaming.h output-streaming: rename and document registration 6 months ago
output-tx.c output: remove remaining ThreadExitPrintStats callbacks 6 months ago
output-tx.h output-tx: rename and document transaction logger registration 6 months ago
output.c output-filedata: rename and document registration function 6 months ago
output.h output-filedata: rename and document registration function 6 months ago
packet-queue.c
packet-queue.h src: make include guards more library friendly 12 months ago
packet.c detect: set ACTION_ALERT for rules that should alert 9 months ago
packet.h src: make include guards more library friendly 12 months ago
pkt-var.c
pkt-var.h src: make include guards more library friendly 12 months ago
queue.h
reputation.c reputation: minor cleanup 9 months ago
reputation.h detect/iprep: allow 0 as a reputation value 10 months ago
respond-reject-libnet11.c decode/tcp: move tcph into L4 packet data 10 months ago
respond-reject-libnet11.h src: make include guards more library friendly 12 months ago
respond-reject.c decode/tcp: add and use PacketIsTCP inline func 10 months ago
respond-reject.h src: make include guards more library friendly 12 months ago
runmode-af-packet.c runmode: fix coverity warning 6 months ago
runmode-af-packet.h src: make include guards more library friendly 12 months ago
runmode-af-xdp.c runmode: fix coverity warning 6 months ago
runmode-af-xdp.h src: make include guards more library friendly 12 months ago
runmode-dpdk.c dpdk: replace TSC clock with GetTime (gettimeofday) function 8 months ago
runmode-dpdk.h src: make include guards more library friendly 12 months ago
runmode-erf-dag.c style: remove some useless return 9 months ago
runmode-erf-dag.h src: make include guards more library friendly 12 months ago
runmode-erf-file.c style: remove some useless return 9 months ago
runmode-erf-file.h src: make include guards more library friendly 12 months ago
runmode-ipfw.c style: remove some useless return 9 months ago
runmode-ipfw.h src: make include guards more library friendly 12 months ago
runmode-napatech.c ci: fix and test with Wunused-macros 9 months ago
runmode-napatech.h src: remove unused headers-exported functions 11 months ago
runmode-netmap.c runmode: fix coverity warning 6 months ago
runmode-netmap.h src: make include guards more library friendly 12 months ago
runmode-nflog.c style: remove some useless return 9 months ago
runmode-nflog.h src: make include guards more library friendly 12 months ago
runmode-nfq.c style: remove some useless return 9 months ago
runmode-nfq.h src: make include guards more library friendly 12 months ago
runmode-pcap-file.c style: remove some useless return 9 months ago
runmode-pcap-file.h src: make include guards more library friendly 12 months ago
runmode-pcap.c runmodes: fix -Wshorten-64-to-32 warnings 7 months ago
runmode-pcap.h src: make include guards more library friendly 12 months ago
runmode-unittests.c rust/base64: add decoder 5 months ago
runmode-unittests.h src: make include guards more library friendly 12 months ago
runmode-unix-socket.c runmodes: fix -Wshorten-64-to-32 warnings 7 months ago
runmode-unix-socket.h src: make include guards more library friendly 12 months ago
runmode-windivert.c threading: set min thread stack size; set it early 2 years ago
runmode-windivert.h src: make include guards more library friendly 12 months ago
runmodes.c output-filedata: rename and document registration function 6 months ago
runmodes.h pf-ring: remove, to make room for plugin 8 months ago
rust-context.c
rust-context.h app-layer: remove unused C wrappers 10 months ago
rust.h src: make include guards more library friendly 12 months ago
source-af-packet.c packetpool: allow larger max-pending-packets 6 months ago
source-af-packet.h src: make include guards more library friendly 12 months ago
source-af-xdp.c ci: fix and test with Wunused-macros 9 months ago
source-af-xdp.h src: remove unused headers-exported functions 11 months ago
source-dpdk.c dpdk: replace TSC clock with GetTime (gettimeofday) function 8 months ago
source-dpdk.h dpdk: fix typo in the struct member name 12 months ago
source-erf-dag.c packetpool: allow larger max-pending-packets 6 months ago
source-erf-dag.h src: make include guards more library friendly 12 months ago
source-erf-file.c source: fix -Wshorten-64-to-32 warnings 7 months ago
source-erf-file.h src: make include guards more library friendly 12 months ago
source-ipfw.c packetpool: allow larger max-pending-packets 6 months ago
source-ipfw.h src: make include guards more library friendly 12 months ago
source-napatech.c packetpool: allow larger max-pending-packets 6 months ago
source-napatech.h src: make include guards more library friendly 12 months ago
source-netmap.c netmap: Release lock to avoid deadlock 1 year ago
source-netmap.h src: make include guards more library friendly 12 months ago
source-nflog.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
source-nflog.h src: make include guards more library friendly 12 months ago
source-nfq-prototypes.h src: make include guards more library friendly 12 months ago
source-nfq.c runmode: fix coverity warning 6 months ago
source-nfq.h nfq: stricter thread sync 12 months ago
source-pcap-file-directory-helper.c pcap-file: improve setvbuf implementation 6 months ago
source-pcap-file-directory-helper.h src: make include guards more library friendly 12 months ago
source-pcap-file-helper.c pcap-file: limit setvbuf to linux 6 months ago
source-pcap-file-helper.h pcap-file: limit setvbuf to linux 6 months ago
source-pcap-file.c pcap-file: limit setvbuf to linux 6 months ago
source-pcap-file.h src: make include guards more library friendly 12 months ago
source-pcap.c source: fix -Wshorten-64-to-32 warnings 7 months ago
source-pcap.h src: make include guards more library friendly 12 months ago
source-windivert-prototypes.h src: make include guards more library friendly 12 months ago
source-windivert.c decode/tunnel: improve tunnel handling 12 months ago
source-windivert.h src: make include guards more library friendly 12 months ago
stream-tcp-cache.c
stream-tcp-cache.h src: make include guards more library friendly 12 months ago
stream-tcp-inline.c decode/tcp: move tcph into L4 packet data 10 months ago
stream-tcp-inline.h src: make include guards more library friendly 12 months ago
stream-tcp-list.c decode/tunnel: improve tunnel handling 12 months ago
stream-tcp-list.h src: make include guards more library friendly 12 months ago
stream-tcp-private.h decode/tcp: move tcph into L4 packet data 10 months ago
stream-tcp-reassemble.c stream/reassembly: optimize GetBlock 5 months ago
stream-tcp-reassemble.h src: remove unused headers-exported functions 11 months ago
stream-tcp-sack.c decode/tcp: move tcph into L4 packet data 10 months ago
stream-tcp-sack.h src: make include guards more library friendly 12 months ago
stream-tcp-util.c decode/tcp: move tcph into L4 packet data 10 months ago
stream-tcp-util.h src: make include guards more library friendly 12 months ago
stream-tcp.c detect: pseudo-packets inherit inspect flags from parent packet 5 months ago
stream-tcp.h tcp: use bool wherever possible 9 months ago
stream.c
stream.h src: make include guards more library friendly 12 months ago
suricata-common.h profiling: create a LOGGER_USER id 6 months ago
suricata-plugin.h plugins: remove conf.h from suricata-plugin.h 12 months ago
suricata.c profiling: use correct conditional on packet profiling data dump 6 months ago
suricata.h run-mode: remove duplicate var; add setter function 10 months ago
threads-debug.h src: make include guards more library friendly 12 months ago
threads-profile.h src: make include guards more library friendly 12 months ago
threads.c
threads.h src: make include guards more library friendly 12 months ago
threadvars.h src: make include guards more library friendly 12 months ago
tm-modules.c pf-ring: remove, to make room for plugin 8 months ago
tm-modules.h src: remove unused headers-exported functions 11 months ago
tm-queuehandlers.c
tm-queuehandlers.h src: make include guards more library friendly 12 months ago
tm-queues.c
tm-queues.h src: make include guards more library friendly 12 months ago
tm-threads-common.h pf-ring: remove, to make room for plugin 8 months ago
tm-threads.c threads: don't drop capabilities for packet threads 5 months ago
tm-threads.h src: remove some unused parameters 9 months ago
tmqh-flow.c style: remove some useless return 9 months ago
tmqh-flow.h src: make include guards more library friendly 12 months ago
tmqh-packetpool.c packetpool: allow larger max-pending-packets 6 months ago
tmqh-packetpool.h src: remove unused headers-exported functions 11 months ago
tmqh-simple.c threads/mutex: Ensure mutex held before signaling 1 year ago
tmqh-simple.h src: make include guards more library friendly 12 months ago
tree.h
unix-manager.c style: remove some useless return 9 months ago
unix-manager.h
util-action.c detect: set ACTION_ALERT for rules that should alert 9 months ago
util-action.h src: make include guards more library friendly 12 months ago
util-affinity.c style: remove some useless return 9 months ago
util-affinity.h src: make include guards more library friendly 12 months ago
util-atomic.c style: remove some useless return 9 months ago
util-atomic.h src: make include guards more library friendly 12 months ago
util-bpf.c
util-bpf.h src: make include guards more library friendly 12 months ago
util-buffer.c style: remove some useless return 9 months ago
util-buffer.h membuffer: annotate printf style function 12 months ago
util-byte.c
util-byte.h src: make include guards more library friendly 12 months ago
util-checksum.c decode/tcp: move tcph into L4 packet data 10 months ago
util-checksum.h src: make include guards more library friendly 12 months ago
util-cidr.c
util-cidr.h src: make include guards more library friendly 12 months ago
util-classification-config.c style: remove some useless return 9 months ago
util-classification-config.h src: make include guards more library friendly 12 months ago
util-clock.h src: make include guards more library friendly 12 months ago
util-conf.c run-mode: remove duplicate var; add setter function 10 months ago
util-conf.h src: make include guards more library friendly 12 months ago
util-config.h src: make include guards more library friendly 12 months ago
util-coredump-config.c ci: fix and test with Wunused-macros 9 months ago
util-coredump-config.h src: make include guards more library friendly 12 months ago
util-cpu.c src: remove unused headers-exported functions 11 months ago
util-cpu.h src: remove unused headers-exported functions 11 months ago
util-daemon.c
util-daemon.h src: make include guards more library friendly 12 months ago
util-datalink.c
util-datalink.h src: make include guards more library friendly 12 months ago
util-debug-filters.c style: remove some useless return 9 months ago
util-debug-filters.h src: remove unused headers-exported functions 11 months ago
util-debug.c style: remove some useless return 9 months ago
util-debug.h src: make include guards more library friendly 12 months ago
util-detect.c
util-detect.h
util-device.c device: don't crash on unix command 'iface-bypassed-stat' 10 months ago
util-device.h src: remove unused headers-exported functions 11 months ago
util-dpdk-bonding.c ci: fix and test with Wunused-macros 9 months ago
util-dpdk-bonding.h
util-dpdk-i40e.c
util-dpdk-i40e.h
util-dpdk-ice.c dpdk: support 52 byte long key on ice (E810) cards 11 months ago
util-dpdk-ice.h dpdk: support 52 byte long key on ice (E810) cards 11 months ago
util-dpdk-ixgbe.c
util-dpdk-ixgbe.h
util-dpdk.c misc: remove some unused includes 10 months ago
util-dpdk.h dpdk: rework hugepage hints to use per-numa information 1 year ago
util-ebpf.c style: remove some useless return 9 months ago
util-ebpf.h plugins: remove conf.h from suricata-plugin.h 12 months ago
util-enum.c
util-enum.h src: make include guards more library friendly 12 months ago
util-error.c errors: add SC_ENOENT error 1 year ago
util-error.h src: make include guards more library friendly 12 months ago
util-exception-policy-types.h decode/flow: add exception policy stats counters 11 months ago
util-exception-policy.c src: remove some unused parameters 9 months ago
util-exception-policy.h decode/flow: add exception policy stats counters 11 months ago
util-file-decompression.c
util-file-decompression.h src: make include guards more library friendly 12 months ago
util-file-swf-decompression.c
util-file-swf-decompression.h src: make include guards more library friendly 12 months ago
util-file.c util/file: add validation check for extreme data chunk sizes 11 months ago
util-file.h src: make include guards more library friendly 12 months ago
util-fix_checksum.c
util-fix_checksum.h
util-fmemopen.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
util-fmemopen.h src: make include guards more library friendly 12 months ago
util-hash-lookup3.c ci: fix and test with Wunused-macros 9 months ago
util-hash-lookup3.h src: make include guards more library friendly 12 months ago
util-hash-string.c
util-hash-string.h src: make include guards more library friendly 12 months ago
util-hash.c src: remove unused headers-exported functions 11 months ago
util-hash.h src: remove unused headers-exported functions 11 months ago
util-hashlist.c src: remove unused headers-exported functions 11 months ago
util-hashlist.h src: remove unused headers-exported functions 11 months ago
util-host-info.c host-info: remove pcre2_substring_list_free use 11 months ago
util-host-info.h src: make include guards more library friendly 12 months ago
util-host-os-info.c style: remove some useless return 9 months ago
util-host-os-info.h src: make include guards more library friendly 12 months ago
util-hugepages.c hugepages: run hugepage check only on DPDK runmode and on Linux 1 year ago
util-hugepages.h dpdk: rework hugepage hints to use per-numa information 1 year ago
util-hyperscan.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
util-hyperscan.h src: make include guards more library friendly 12 months ago
util-ioctl.c af-packet: fetch mtu info once 1 year ago
util-ioctl.h util/ioctl: use LiveDevice to retrieve name 1 year ago
util-ip.c style: remove some useless return 9 months ago
util-ip.h src: make include guards more library friendly 12 months ago
util-ja3.c ja3: make feature compile time configurable 11 months ago
util-ja3.h ja3: make feature compile time configurable 11 months ago
util-ja4.h ja4: implement for TLS and QUIC 11 months ago
util-landlock.c style: remove some useless return 9 months ago
util-landlock.h src: make include guards more library friendly 12 months ago
util-log-redis.c general: Remove vi formatting directives 1 year ago
util-log-redis.h src: make include guards more library friendly 12 months ago
util-logopenfile.c run-mode: remove duplicate var; add setter function 10 months ago
util-logopenfile.h clean: remove unused struct definitions 9 months ago
util-lua-common.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-common.h lua: remove lua as a compile time feature 9 months ago
util-lua-dnp3-objects.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-dnp3-objects.h src: make include guards more library friendly 12 months ago
util-lua-dnp3.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-dnp3.h lua: remove lua as a compile time feature 9 months ago
util-lua-dns.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-dns.h lua: remove lua as a compile time feature 9 months ago
util-lua-hassh.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-hassh.h lua: remove lua as a compile time feature 9 months ago
util-lua-http.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-http.h lua: remove lua as a compile time feature 9 months ago
util-lua-ja3.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-ja3.h lua: remove lua as a compile time feature 9 months ago
util-lua-sandbox.c lua: track memory limit exceede errors 9 months ago
util-lua-sandbox.h lua: track memory limit exceede errors 9 months ago
util-lua-smtp.c smtp: use rust for mime parsing 9 months ago
util-lua-smtp.h lua: remove lua as a compile time feature 9 months ago
util-lua-ssh.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-ssh.h lua: remove lua as a compile time feature 9 months ago
util-lua-tls.c lua: use quoted include style to avoid system includes 9 months ago
util-lua-tls.h lua: remove lua as a compile time feature 9 months ago
util-lua.c lua: use quoted include style to avoid system includes 9 months ago
util-lua.h lua: remove lua as a compile time feature 9 months ago
util-macset.c style: remove some useless return 9 months ago
util-macset.h macset: constify addr parameters 11 months ago
util-magic.c
util-magic.h src: make include guards more library friendly 12 months ago
util-mem.c
util-mem.h src: make include guards more library friendly 12 months ago
util-memcmp.c util-memcmp: Convert unittests to new FAIL/PASS API 1 year ago
util-memcmp.h src: make include guards more library friendly 12 months ago
util-memcpy.h src: make include guards more library friendly 12 months ago
util-memrchr.c
util-memrchr.h src: make include guards more library friendly 12 months ago
util-misc.c parse/size: support IEEE 1541 size units 8 months ago
util-misc.h src: make include guards more library friendly 12 months ago
util-mpm-ac-ks-small.c
util-mpm-ac-ks.c mpm: register algo features 12 months ago
util-mpm-ac-ks.h src: make include guards more library friendly 12 months ago
util-mpm-ac.c style: remove some useless return 9 months ago
util-mpm-ac.h mpm/ac: implement endswith 12 months ago
util-mpm-hs.c style: remove some useless return 9 months ago
util-mpm-hs.h src: make include guards more library friendly 12 months ago
util-mpm.c mpm: free sids in MpmFreePattern as well 1 year ago
util-mpm.h mpm/ac: implement endswith 12 months ago
util-napatech.c style: remove some useless return 9 months ago
util-napatech.h src: make include guards more library friendly 12 months ago
util-optimize.h src: make include guards more library friendly 12 months ago
util-pages.c
util-pages.h src: make include guards more library friendly 12 months ago
util-path.c path: new funcs to merge paths 2 years ago
util-path.h src: make include guards more library friendly 12 months ago
util-pidfile.c
util-pidfile.h src: make include guards more library friendly 12 months ago
util-plugin.c run-mode: remove duplicate var; add setter function 10 months ago
util-plugin.h eve/filetypes: remove from plugin context 12 months ago
util-pool-thread.c
util-pool-thread.h src: make include guards more library friendly 12 months ago
util-pool.c style: remove some useless return 9 months ago
util-pool.h src: remove unused headers-exported functions 11 months ago
util-port-interval-tree.c style: remove some useless return 9 months ago
util-port-interval-tree.h misc: move prototypes to correct header 9 months ago
util-prefilter.c
util-prefilter.h src: make include guards more library friendly 12 months ago
util-print.c log: fix -Wshorten-64-to-32 warnings 7 months ago
util-print.h log: fix -Wshorten-64-to-32 warnings 7 months ago
util-privs.c pf-ring: remove, to make room for plugin 8 months ago
util-privs.h privs: refactor SCGetUser/GroupID to void functions 1 year ago
util-profiling-keywords.c profiling: allow absolute paths 8 months ago
util-profiling-locks.c style: remove some useless return 9 months ago
util-profiling-locks.h src: make include guards more library friendly 12 months ago
util-profiling-prefilter.c profiling: allow absolute paths 8 months ago
util-profiling-rulegroups.c profiling: allow absolute paths 8 months ago
util-profiling-rules.c profiling: allow absolute paths 8 months ago
util-profiling.c profiling: create a LOGGER_USER id 6 months ago
util-profiling.h util/profiling: remove assertion 7 months ago
util-proto-name.c style: remove some useless return 9 months ago
util-proto-name.h src: make include guards more library friendly 12 months ago
util-radix-tree.c util/radix-tree: fix potential dereference of nullptr 9 months ago
util-radix-tree.h src: remove unused headers-exported functions 11 months ago
util-random.c
util-random.h src: make include guards more library friendly 12 months ago
util-reference-config.c style: remove some useless return 9 months ago
util-reference-config.h src: make include guards more library friendly 12 months ago
util-rohash.c rohash: fix codeql warnings 10 months ago
util-rohash.h src: make include guards more library friendly 12 months ago
util-rule-vars.c style: remove some useless return 9 months ago
util-rule-vars.h src: make include guards more library friendly 12 months ago
util-runmodes.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
util-runmodes.h src: make include guards more library friendly 12 months ago
util-running-modes.c
util-running-modes.h src: make include guards more library friendly 12 months ago
util-signal.c style: remove some useless return 9 months ago
util-signal.h src: remove unused headers-exported functions 11 months ago
util-spm-bm.c spm/bm: minor code cleanups; constification 1 year ago
util-spm-bm.h src: make include guards more library friendly 12 months ago
util-spm-bs.c smtp: use rust for mime parsing 9 months ago
util-spm-bs.h smtp: use rust for mime parsing 9 months ago
util-spm-bs2bm.c src: remove unused headers-exported functions 11 months ago
util-spm-bs2bm.h src: remove unused headers-exported functions 11 months ago
util-spm-hs.c memory/alloc: Use SCCalloc instead of malloc/memset 1 year ago
util-spm-hs.h src: make include guards more library friendly 12 months ago
util-spm.c src: remove unused headers-exported functions 11 months ago
util-spm.h src: remove unused headers-exported functions 11 months ago
util-storage.c src: remove unused headers-exported functions 11 months ago
util-storage.h src: remove unused headers-exported functions 11 months ago
util-streaming-buffer.c util: fix -Wshorten-64-to-32 warnings 8 months ago
util-streaming-buffer.h src: make include guards more library friendly 12 months ago
util-strlcatu.c
util-strlcpyu.c
util-strptime.c
util-sysfs.c ci: fix and test with Wunused-macros 9 months ago
util-sysfs.h
util-syslog.c
util-syslog.h
util-systemd.c systemd: reimplement sd_notify logic using UNIX socket 11 months ago
util-systemd.h systemd: reimplement sd_notify logic using UNIX socket 11 months ago
util-thash.c util/hash: use randomized hash algorithm 5 months ago
util-thash.h util/hash: use randomized hash algorithm 5 months ago
util-threshold-config.c thresholds: use dedicated storage 8 months ago
util-threshold-config.h src: make include guards more library friendly 12 months ago
util-time.c
util-time.h util: fix -Wshorten-64-to-32 warnings 8 months ago
util-unittest-helper.c decode/tcp: move tcph into L4 packet data 10 months ago
util-unittest-helper.h decode/tcp: move tcph into L4 packet data 10 months ago
util-unittest.c style: remove some useless return 9 months ago
util-unittest.h src: make include guards more library friendly 12 months ago
util-validate.h decode/tcp: move tcph into L4 packet data 10 months ago
util-var-name.c var-names: reimplement var name handling 2 years ago
util-var-name.h src: make include guards more library friendly 12 months ago
util-var.c detect/threshold: implement tracking 'by_flow' 8 months ago
util-var.h detect: add ticket id to var related todos 8 months ago
win32-misc.c
win32-misc.h src: make include guards more library friendly 12 months ago
win32-service.c windows: remove argc, argv from SCServiceRemove 11 months ago
win32-service.h windows: remove argc, argv from SCServiceRemove 11 months ago
win32-syscall.c
win32-syscall.h src: make include guards more library friendly 12 months ago
win32-syslog.h src: make include guards more library friendly 12 months ago