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
Eric Leblond 3205a8789b unix-socket: add logs reopen command
We did had a race condition with running logrotate with multiple
EVE Json files. Consequence was one of the file not being reopen
by suricata that did continue to write to the rotated one.

Trying fix on signal handler did fail so this patch implements
log rotation support by adding a dedicated command to unix socket
to reopen the log files.
8 years ago
..
tests detect: move keyword registration into own file 8 years ago
Makefile.am detect: move keyword registration into own file 8 years ago
action-globals.h
alert-debuglog.c compiler: more strict compiler warnings 9 years ago
alert-debuglog.h logging: rename registration functions to not have tmm 9 years ago
alert-fastlog.c compiler: more strict compiler warnings 9 years ago
alert-fastlog.h logging: rename registration functions to not have tmm 9 years ago
alert-prelude.c alert-prelude: correctly set Source and Target 9 years ago
alert-prelude.h logging: rename registration functions to not have tmm 9 years ago
alert-syslog.c compiler: more strict compiler warnings 9 years ago
alert-syslog.h logging: rename registration functions to not have tmm 9 years ago
alert-unified2-alert.c compiler: more strict compiler warnings 9 years ago
alert-unified2-alert.h logging: rename registration functions to not have tmm 9 years ago
app-layer-dcerpc-common.h dcerpc: improve stub buffer handling 9 years ago
app-layer-dcerpc-udp.c dcerpc: cleanup, remove unused field 9 years ago
app-layer-dcerpc-udp.h dcerpc/udp: add missing tx support 9 years ago
app-layer-dcerpc.c dcerpc: improve stub buffer handling 9 years ago
app-layer-dcerpc.h smb/dcerpc: use tx api 9 years ago
app-layer-detect-proto.c Add NTP parser (rust-experimental) 9 years ago
app-layer-detect-proto.h app-layer: protocol change API 9 years ago
app-layer-dnp3-objects.c dnp3: rename "index" variables to "point_index" 9 years ago
app-layer-dnp3-objects.h DNP3: Application layer decoder. 9 years ago
app-layer-dnp3.c dnp3: use BasicSearch instead of memmem 9 years ago
app-layer-dnp3.h DNP3: Application layer decoder. 9 years ago
app-layer-dns-common.c dns: fix out of bounds read 9 years ago
app-layer-dns-common.h dns: log flags field 8 years ago
app-layer-dns-tcp-rust.c rust/dns: cargo unit test prototype 9 years ago
app-layer-dns-tcp-rust.h rust: DNS app-layer. 9 years ago
app-layer-dns-tcp.c dns: store flags for logging for TCP 8 years ago
app-layer-dns-tcp.h
app-layer-dns-udp-rust.c rust/dns: cargo unit test prototype 9 years ago
app-layer-dns-udp-rust.h rust: DNS app-layer. 9 years ago
app-layer-dns-udp.c dns: log flags field 8 years ago
app-layer-dns-udp.h
app-layer-enip-common.c compiler: more strict compiler warnings 9 years ago
app-layer-enip-common.h enip/cip: improve output & style 9 years ago
app-layer-enip.c tests: update tests for app-layer changes 9 years ago
app-layer-enip.h Adding SCADA EtherNet/IP and CIP protocol support 9 years ago
app-layer-events.c app-layer: protocol change API 9 years ago
app-layer-events.h app-layer: protocol change API 9 years ago
app-layer-ftp.c tests: update tests for app-layer changes 9 years ago
app-layer-ftp.h app-layer-ftp: add STARTTLS support 9 years ago
app-layer-htp-body.c compiler: more strict compiler warnings 9 years ago
app-layer-htp-body.h http: add per direction config for body parsing 10 years ago
app-layer-htp-file.c tests: update tests for app-layer changes 9 years ago
app-layer-htp-file.h
app-layer-htp-libhtp.c compiler: more strict compiler warnings 9 years ago
app-layer-htp-libhtp.h compiler: more strict compiler warnings 9 years ago
app-layer-htp-mem.c http: allow shinking in HTPRealloc 8 years ago
app-layer-htp-mem.h compiler: more strict compiler warnings 9 years ago
app-layer-htp-xff.c tests: update tests for app-layer changes 9 years ago
app-layer-htp-xff.h compiler: more strict compiler warnings 9 years ago
app-layer-htp.c random: fix random logic with getrandom 8 years ago
app-layer-htp.h compiler: more strict compiler warnings 9 years ago
app-layer-modbus.c tests: update tests for app-layer changes 9 years ago
app-layer-modbus.h modbus: register logger functions 10 years ago
app-layer-nbss.h
app-layer-nfs-tcp.c rust/nfs: implement events 9 years ago
app-layer-nfs-tcp.h rust/nfs: implement events 9 years ago
app-layer-nfs-udp.c rust/nfs: implement events 9 years ago
app-layer-nfs-udp.h nfs: rename nfs3 to nfs 9 years ago
app-layer-ntp.c rust/ntp: convert parser to new registration method 8 years ago
app-layer-ntp.h Add NTP parser (rust-experimental) 9 years ago
app-layer-parser.c afl: enable afl dumps by envvar 8 years ago
app-layer-parser.h applayer: add typedef for Parsing functions 8 years ago
app-layer-protos.c applayer: add StringToAppProto 8 years ago
app-layer-protos.h applayer: add StringToAppProto 8 years ago
app-layer-register.c applayer: add registration interface for parsers 8 years ago
app-layer-register.h applayer: add registration interface for parsers 8 years ago
app-layer-smb.c tests: update tests for app-layer changes 9 years ago
app-layer-smb.h dcerpc: simplify common detect code 9 years ago
app-layer-smb2.c compiler: more strict compiler warnings 9 years ago
app-layer-smb2.h
app-layer-smtp.c tests: update tests for app-layer changes 9 years ago
app-layer-smtp.h smtp: improve thread data use 10 years ago
app-layer-ssh.c app-layer-ssh: trigger bypass when done 9 years ago
app-layer-ssh.h mpm: run engines as few times as possible 9 years ago
app-layer-ssl.c tls: don't set event on small input data 8 years ago
app-layer-ssl.h mpm: run engines as few times as possible 9 years ago
app-layer-template.c Add NULL-terminator to app-layer template (fix #1930) 9 years ago
app-layer-template.h app-layer templates: cleanups 10 years ago
app-layer-tls-handshake.c app-layer-tls: decode certificate serial number 9 years ago
app-layer-tls-handshake.h
app-layer.c app-layer/counters: check counter id 8 years ago
app-layer.h compiler: more strict compiler warnings 9 years ago
conf-yaml-loader.c compiler: more strict compiler warnings 9 years ago
conf-yaml-loader.h
conf.c Conf: Multipe NULL-pointer dereferences after ConfGetBool in StreamTcpInitConfig 8 years ago
conf.h conf: multiple NULL-pointer dereferences in StreamTcpInitConfig 8 years ago
counters.c stats: use unshortened interface names in counters 8 years ago
counters.h compiler: more strict compiler warnings 9 years ago
data-queue.c
data-queue.h
debug.h
decode-afl.c cleanup: remove all uint use 9 years ago
decode-erspan.c
decode-erspan.h
decode-ethernet.c decode: support Cisco Fabric Path / DCE 10 years ago
decode-ethernet.h decoder: implement IEEE802.1AH 8 years ago
decode-events.c decoder: implement IEEE802.1AH 8 years ago
decode-events.h decoder: implement IEEE802.1AH 8 years ago
decode-gre.c tests: no longer necessary to provide successful return code 10 years ago
decode-gre.h
decode-icmpv4.c compiler: more strict compiler warnings 9 years ago
decode-icmpv4.h Add macro for TCP and UDP header access 9 years ago
decode-icmpv6.c compiler: more strict compiler warnings 9 years ago
decode-icmpv6.h decode-icmpv6: add missing types 9 years ago
decode-ipv4.c compiler: more strict compiler warnings 9 years ago
decode-ipv4.h ipv4: update checksum function to be like tcp/udp 9 years ago
decode-ipv6.c ipv6: simplify ext hdr parsing 10 years ago
decode-ipv6.h ipv6: simplify ext hdr parsing and storage 10 years ago
decode-mpls.c tests: no longer necessary to provide successful return code 10 years ago
decode-mpls.h
decode-null.c
decode-null.h
decode-ppp.c tests: no longer necessary to provide successful return code 10 years ago
decode-ppp.h
decode-pppoe.c tests: no longer necessary to provide successful return code 10 years ago
decode-pppoe.h
decode-raw.c tests: no longer necessary to provide successful return code 10 years ago
decode-raw.h
decode-sctp.c flow: move flow handling into worker threads 10 years ago
decode-sctp.h
decode-sll.c
decode-sll.h
decode-tcp.c tcp/udp: rename checksum functions for better meaning 9 years ago
decode-tcp.h tcp/udp: rename checksum functions for better meaning 9 years ago
decode-template.c
decode-template.h
decode-teredo.c decode: add config option to disable teredo 9 years ago
decode-teredo.h decode: add config option to disable teredo 9 years ago
decode-udp.c tcp/udp: rename checksum functions for better meaning 9 years ago
decode-udp.h tcp/udp: rename checksum functions for better meaning 9 years ago
decode-vlan.c decoder: implement IEEE802.1AH 8 years ago
decode-vlan.h
decode.c decoder: implement IEEE802.1AH 8 years ago
decode.h Add support for PCAP LINKTYPE_IPV4 8 years ago
defrag-config.c
defrag-config.h
defrag-hash.c compiler: more strict compiler warnings 9 years ago
defrag-hash.h cleanup: get rid of %llu format specifiers 9 years ago
defrag-queue.c
defrag-queue.h compiler: more strict compiler warnings 9 years ago
defrag-timeout.c compiler: more strict compiler warnings 9 years ago
defrag-timeout.h
defrag.c compiler: more strict compiler warnings 9 years ago
defrag.h defrag - take protocol into account during re-assembly 9 years ago
detect-ack.c compiler: more strict compiler warnings 9 years ago
detect-ack.h
detect-app-layer-event.c compiler: more strict compiler warnings 9 years ago
detect-app-layer-event.h
detect-app-layer-protocol.c compiler: more strict compiler warnings 9 years ago
detect-app-layer-protocol.h
detect-asn1.c detect-asn1: fix memory leak in error path 8 years ago
detect-asn1.h
detect-base64-data.c compiler: more strict compiler warnings 9 years ago
detect-base64-data.h detect: constify Signature/SigMatch use at runtime 9 years ago
detect-base64-decode.c compiler: more strict compiler warnings 9 years ago
detect-base64-decode.h detect: pass SigMatchData to inspect functions 9 years ago
detect-bypass.c compiler: more strict compiler warnings 9 years ago
detect-bypass.h detect: add bypass keyword 9 years ago
detect-byte-extract.c detect: add debug statements for byte_extract/isdataat 8 years ago
detect-byte-extract.h detect: pass SigMatchData to inspect functions 9 years ago
detect-bytejump.c compiler: more strict compiler warnings 9 years ago
detect-bytejump.h detect: make setup/free/match funcs static where possible 9 years ago
detect-bytetest.c compiler: more strict compiler warnings 9 years ago
detect-bytetest.h detect: make setup/free/match funcs static where possible 9 years ago
detect-cipservice.c compiler: more strict compiler warnings 9 years ago
detect-cipservice.h detect: make setup/free/match funcs static where possible 9 years ago
detect-classtype.c rule-parser: detect duplicate classtype keyword 9 years ago
detect-classtype.h
detect-content.c content: fix depth/within, offset/distance mix 8 years ago
detect-content.h detect: content limits propagation 8 years ago
detect-csum.c compiler: more strict compiler warnings 9 years ago
detect-csum.h
detect-dce-iface.c compiler: more strict compiler warnings 9 years ago
detect-dce-iface.h dcerpc: simplify common detect code 9 years ago
detect-dce-opnum.c compiler: more strict compiler warnings 9 years ago
detect-dce-opnum.h detect: make setup/free/match funcs static where possible 9 years ago
detect-dce-stub-data.c compiler: more strict compiler warnings 9 years ago
detect-dce-stub-data.h detect: make setup/free/match funcs static where possible 9 years ago
detect-depth.c detect/depth: reject rules with depth smaller than content 8 years ago
detect-depth.h
detect-detection-filter.c compiler: more strict compiler warnings 9 years ago
detect-detection-filter.h detect: make setup/free/match funcs static where possible 9 years ago
detect-distance.c compiler: more strict compiler warnings 9 years ago
detect-distance.h
detect-dnp3.c compiler: more strict compiler warnings 9 years ago
detect-dnp3.h compiler: more strict compiler warnings 9 years ago
detect-dns-query.c detect-dns-query: use unit test macros 9 years ago
detect-dns-query.h dns_query: mpm prefilter engine 9 years ago
detect-dsize.c detect: reject dsize rules that can't match 9 years ago
detect-dsize.h detect: reject dsize rules that can't match 9 years ago
detect-engine-address-ipv4.c compiler: more strict compiler warnings 9 years ago
detect-engine-address-ipv4.h
detect-engine-address-ipv6.c compiler: more strict compiler warnings 9 years ago
detect-engine-address-ipv6.h compiler: more strict compiler warnings 9 years ago
detect-engine-address.c conf: Memory-leak in DetectAddressTestConfVars 8 years ago
detect-engine-address.h detect: constify address match functions 8 years ago
detect-engine-alert.c detect: fix mix of pass and noalert 9 years ago
detect-engine-alert.h detect: constify Signature/SigMatch use at runtime 9 years ago
detect-engine-analyzer.c detect/analyzer: formatting fixup 8 years ago
detect-engine-analyzer.h compiler: more strict compiler warnings 9 years ago
detect-engine-build.c detect: move grouping/building code into own file 8 years ago
detect-engine-build.h detect: move grouping/building code into own file 8 years ago
detect-engine-content-inspection.c detect: handle very large byte_extract'ed values in isdataat 8 years ago
detect-engine-content-inspection.h detect: content-inspection tests 9 years ago
detect-engine-dcepayload.c compiler: more strict compiler warnings 9 years ago
detect-engine-dcepayload.h detect: remove DMATCH list 9 years ago
detect-engine-dns.c rust: DNS app-layer. 9 years ago
detect-engine-dns.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-enip.c compiler: more strict compiler warnings 9 years ago
detect-engine-enip.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-event.c compiler: more strict compiler warnings 9 years ago
detect-engine-event.h
detect-engine-file.c detect/file: cleanups 9 years ago
detect-engine-file.h detect/file: cleanups 9 years ago
detect-engine-filedata-smtp.c cleanup: remove all uint use 9 years ago
detect-engine-filedata-smtp.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hcbd.c cleanup: remove all uint use 9 years ago
detect-engine-hcbd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hcd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hcd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hhhd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hhhd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hmd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hmd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrhd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrhd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrhhd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrhhd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrud.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hrud.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hsbd.c cleanup: remove all uint use 9 years ago
detect-engine-hsbd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hscd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hscd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hsmd.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hsmd.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hua.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-hua.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-iponly.c detect: fix mix of pass and noalert 9 years ago
detect-engine-iponly.h
detect-engine-loader.c conf: use of NULL-pointer in DetectLoadCompleteSigPath 8 years ago
detect-engine-loader.h compiler: more strict compiler warnings 9 years ago
detect-engine-modbus.c detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-modbus.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine-mpm.c detect/mpm: minor cleanup: remove unused function arg 8 years ago
detect-engine-mpm.h detect/mpm: minor cleanup: remove unused function arg 8 years ago
detect-engine-payload.c detect/dns: fix misdetection on dns_query on udp 8 years ago
detect-engine-payload.h detect: improve stateful detection 9 years ago
detect-engine-port.c detect: fix port parsing memory leak 8 years ago
detect-engine-port.h compiler: more strict compiler warnings 9 years ago
detect-engine-prefilter-common.c detect: move init only Signature members to init_data 9 years ago
detect-engine-prefilter-common.h prefilter: add 'extra match' logic to packet engines 9 years ago
detect-engine-prefilter.c tests: update tests for app-layer changes 9 years ago
detect-engine-prefilter.h detect / stream: new 'raw' stream inspection 9 years ago
detect-engine-profile.c detect/profile: minor fixes 8 years ago
detect-engine-profile.h profiling: output post-prefilter matches 10 years ago
detect-engine-proto.c compiler: more strict compiler warnings 9 years ago
detect-engine-proto.h compiler: more strict compiler warnings 9 years ago
detect-engine-register.c detect: move keyword registration into own file 8 years ago
detect-engine-register.h detect: move keyword registration into own file 8 years ago
detect-engine-siggroup.c detect: constify rule group lookup 8 years ago
detect-engine-siggroup.h detect: rename non_mpm lists/vars to non_pf 9 years ago
detect-engine-sigorder.c compiler: more strict compiler warnings 9 years ago
detect-engine-sigorder.h
detect-engine-state.c detect-state: minor cleanups 8 years ago
detect-engine-state.h detect-state: minor cleanups 8 years ago
detect-engine-tag.c compiler: more strict compiler warnings 9 years ago
detect-engine-tag.h
detect-engine-threshold.c rate_filter by_both through IPPair storage 8 years ago
detect-engine-threshold.h rate_filter by_both through IPPair storage 8 years ago
detect-engine-tls.c detect: add (mpm) keyword tls_cert_fingerprint 8 years ago
detect-engine-tls.h detect: add (mpm) keyword tls_cert_fingerprint 8 years ago
detect-engine-uri.c detect/http_uri: remove broken tests 8 years ago
detect-engine-uri.h detect: pass SigMatchData to inspect functions 9 years ago
detect-engine.c detect-engine: add missing mutex unlock 8 years ago
detect-engine.h detect: save invalid rules 8 years ago
detect-fast-pattern.c compiler: more strict compiler warnings 9 years ago
detect-fast-pattern.h fast_pattern: register app layer mpms automatically 9 years ago
detect-file-data.c compiler: more strict compiler warnings 9 years ago
detect-file-data.h
detect-file-hash-common.c detect/file: cleanups 9 years ago
detect-file-hash-common.h compiler: more strict compiler warnings 9 years ago
detect-fileext.c detect/file: cleanups 9 years ago
detect-fileext.h
detect-filemagic.c detect/file: cleanups 9 years ago
detect-filemagic.h magic: make optional 9 years ago
detect-filemd5.c compiler: more strict compiler warnings 9 years ago
detect-filemd5.h file-hashing: common code added 9 years ago
detect-filename.c nfs: rename nfs3 to nfs 9 years ago
detect-filename.h
detect-filesha1.c compiler: more strict compiler warnings 9 years ago
detect-filesha1.h file-hashing: added support for SHA-1 file hashing 9 years ago
detect-filesha256.c compiler: more strict compiler warnings 9 years ago
detect-filesha256.h file-hashing: added support for SHA-256 file hashing 9 years ago
detect-filesize.c keyword-filesize: add units 8 years ago
detect-filesize.h
detect-filestore.c file: clarify file store id name 9 years ago
detect-filestore.h detect: constify Signature/SigMatch use at runtime 9 years ago
detect-flags.c compiler: more strict compiler warnings 9 years ago
detect-flags.h
detect-flow.c compiler: more strict compiler warnings 9 years ago
detect-flow.h detect-flow: no_frag and only_frag keyword support 9 years ago
detect-flowbits.c compiler: more strict compiler warnings 9 years ago
detect-flowbits.h var-names: expose outside of detect engine 9 years ago
detect-flowint.c detect/flowint: harden code 8 years ago
detect-flowint.h var-names: expose outside of detect engine 9 years ago
detect-flowvar.c compiler: more strict compiler warnings 9 years ago
detect-flowvar.h pktvars: same name pktvars, key-value vars 9 years ago
detect-fragbits.c compiler: more strict compiler warnings 9 years ago
detect-fragbits.h prefilter: implement fragbits 9 years ago
detect-fragoffset.c compiler: more strict compiler warnings 9 years ago
detect-fragoffset.h
detect-ftpbounce.c compiler: more strict compiler warnings 9 years ago
detect-ftpbounce.h
detect-geoip.c compiler: more strict compiler warnings 9 years ago
detect-geoip.h
detect-gid.c compiler: more strict compiler warnings 9 years ago
detect-gid.h
detect-hostbits.c compiler: more strict compiler warnings 9 years ago
detect-hostbits.h
detect-http-accept-enc.c doc: fix doc links for http keywords 9 years ago
detect-http-accept-enc.h detect: implement http_accept_enc sticky buffer 9 years ago
detect-http-accept-lang.c doc: fix doc links for http keywords 9 years ago
detect-http-accept-lang.h detect: implement http_accept_lang sticky buffer 9 years ago
detect-http-accept.c doc: fix doc links for http keywords 9 years ago
detect-http-accept.h detect: http_accept sticky buffer + common code 9 years ago
detect-http-client-body.c tests: update tests for app-layer changes 9 years ago
detect-http-client-body.h
detect-http-connection.c doc: fix doc links for http keywords 9 years ago
detect-http-connection.h detect: implement http_connection sticky buffer 9 years ago
detect-http-content-len.c doc: fix doc links for http keywords 9 years ago
detect-http-content-len.h detect: implement http_content_len sticky buffer 9 years ago
detect-http-content-type.c doc: fix doc links for http keywords 9 years ago
detect-http-content-type.h detect: implement http_content_type sticky buffer 9 years ago
detect-http-cookie.c compiler: more strict compiler warnings 9 years ago
detect-http-cookie.h
detect-http-header-common.c cleanup: remove all uint use 9 years ago
detect-http-header-common.h http_header: common detection code 9 years ago
detect-http-header-names.c cleanup: remove all uint use 9 years ago
detect-http-header-names.h detect: http_header_names sticky buffer keyword 9 years ago
detect-http-header.c compiler: more strict compiler warnings 9 years ago
detect-http-header.h http_header: move all code into keyword files 9 years ago
detect-http-headers-stub.h doc: fix doc links for http keywords 9 years ago
detect-http-headers.c compiler: more strict compiler warnings 9 years ago
detect-http-headers.h detect: http_accept sticky buffer + common code 9 years ago
detect-http-hh.c detect: save invalid rules 8 years ago
detect-http-hh.h
detect-http-hrh.c tests: update tests for app-layer changes 9 years ago
detect-http-hrh.h
detect-http-method.c detect: save invalid rules 8 years ago
detect-http-method.h http_method: make list dynamic 9 years ago
detect-http-protocol.c doc: fix doc links for http keywords 9 years ago
detect-http-protocol.h detect: add http_protocol sticky buffer 9 years ago
detect-http-raw-header.c detect: save invalid rules 8 years ago
detect-http-raw-header.h
detect-http-raw-uri.c detect: save invalid rules 8 years ago
detect-http-raw-uri.h
detect-http-referer.c doc: fix doc links for http keywords 9 years ago
detect-http-referer.h detect: implement http referer sticky buffer 9 years ago
detect-http-request-line.c compiler: more strict compiler warnings 9 years ago
detect-http-request-line.h http_request_line: register inspect engine from keyword 9 years ago
detect-http-response-line.c compiler: more strict compiler warnings 9 years ago
detect-http-response-line.h http_response_line: register inspect engine from keyword 9 years ago
detect-http-server-body.c tests: update tests for app-layer changes 9 years ago
detect-http-server-body.h
detect-http-start.c detect/http_start: check if 'line' is valid 8 years ago
detect-http-start.h detect: http_start sticky buffer 9 years ago
detect-http-stat-code.c compiler: more strict compiler warnings 9 years ago
detect-http-stat-code.h
detect-http-stat-msg.c compiler: more strict compiler warnings 9 years ago
detect-http-stat-msg.h
detect-http-ua.c tests: update tests for app-layer changes 9 years ago
detect-http-ua.h
detect-http-uri.c detect: save invalid rules 8 years ago
detect-http-uri.h compiler: more strict compiler warnings 9 years ago
detect-icmp-id.c compiler: more strict compiler warnings 9 years ago
detect-icmp-id.h
detect-icmp-seq.c compiler: more strict compiler warnings 9 years ago
detect-icmp-seq.h
detect-icode.c compiler: more strict compiler warnings 9 years ago
detect-icode.h detect-icode: implement as u8 hash prefilter 9 years ago
detect-id.c detect-id: clean up to suppress minor coverity warning 8 years ago
detect-id.h
detect-ipopts.c compiler: more strict compiler warnings 9 years ago
detect-ipopts.h detect-ipopts: optimize matching 10 years ago
detect-ipproto.c compiler: more strict compiler warnings 9 years ago
detect-ipproto.h
detect-iprep.c compiler: more strict compiler warnings 9 years ago
detect-iprep.h
detect-isdataat.c detect: add debug statements for byte_extract/isdataat 8 years ago
detect-isdataat.h
detect-itype.c compiler: more strict compiler warnings 9 years ago
detect-itype.h detect-itype: implement as u8 hash prefilter 9 years ago
detect-l3proto.c compiler: more strict compiler warnings 9 years ago
detect-l3proto.h
detect-lua-extensions.c compiler: more strict compiler warnings 9 years ago
detect-lua-extensions.h lua: remove flow locking from the lua layer 9 years ago
detect-lua.c tests: update tests for app-layer changes 9 years ago
detect-lua.h var-names: expose outside of detect engine 9 years ago
detect-mark.c compiler: more strict compiler warnings 9 years ago
detect-mark.h
detect-metadata.c compiler: more strict compiler warnings 9 years ago
detect-metadata.h
detect-modbus.c compiler: more strict compiler warnings 9 years ago
detect-modbus.h
detect-msg.c detect-msg: cleanup error message 9 years ago
detect-msg.h
detect-nfs-procedure.c nfs: rename nfs3 to nfs 9 years ago
detect-nfs-procedure.h nfs: rename nfs3 to nfs 9 years ago
detect-nfs-version.c nfs: nfs_version keyword 9 years ago
detect-nfs-version.h nfs: nfs_version keyword 9 years ago
detect-noalert.c compiler: more strict compiler warnings 9 years ago
detect-noalert.h
detect-nocase.c compiler: more strict compiler warnings 9 years ago
detect-nocase.h
detect-offset.c compiler: more strict compiler warnings 9 years ago
detect-offset.h
detect-parse.c detect: save invalid rules 8 years ago
detect-parse.h detect-parse: don't use pcre for rule parsing 8 years ago
detect-pcre.c pcre: fix \xHH issue for http_host 9 years ago
detect-pcre.h pcre: support multiple captures 9 years ago
detect-pkt-data.c compiler: more strict compiler warnings 9 years ago
detect-pkt-data.h
detect-pktvar.c compiler: more strict compiler warnings 9 years ago
detect-pktvar.h pkt-var: use id instead of name pointer 9 years ago
detect-prefilter.c compiler: more strict compiler warnings 9 years ago
detect-prefilter.h prefilter: implement prefilter keyword 9 years ago
detect-priority.c compiler: more strict compiler warnings 9 years ago
detect-priority.h
detect-rawbytes.c compiler: more strict compiler warnings 9 years ago
detect-rawbytes.h
detect-reference.c compiler: more strict compiler warnings 9 years ago
detect-reference.h
detect-replace.c compiler: more strict compiler warnings 9 years ago
detect-replace.h
detect-rev.c rule-parser: detect duplicate rev keyword 9 years ago
detect-rev.h
detect-rpc.c gcc7: fix format truncation warning 9 years ago
detect-rpc.h
detect-sameip.c compiler: more strict compiler warnings 9 years ago
detect-sameip.h
detect-seq.c compiler: more strict compiler warnings 9 years ago
detect-seq.h
detect-sid.c rule-parser: detect duplicate sid keyword 9 years ago
detect-sid.h
detect-ssh-proto-version.c compiler: more strict compiler warnings 9 years ago
detect-ssh-proto-version.h
detect-ssh-proto.c compiler: more strict compiler warnings 9 years ago
detect-ssh-proto.h detect: ssh_proto stickybuffer 9 years ago
detect-ssh-software-version.c compiler: more strict compiler warnings 9 years ago
detect-ssh-software-version.h detect: make ssh detection use dynamic list 9 years ago
detect-ssh-software.c compiler: more strict compiler warnings 9 years ago
detect-ssh-software.h detect: ssh_software sticky buffer 9 years ago
detect-ssl-state.c compiler: more strict compiler warnings 9 years ago
detect-ssl-state.h ssl: issue 1231 - support ssl state negation 9 years ago
detect-ssl-version.c compiler: more strict compiler warnings 9 years ago
detect-ssl-version.h
detect-stream_size.c compiler: more strict compiler warnings 9 years ago
detect-stream_size.h
detect-tag.c compiler: more strict compiler warnings 9 years ago
detect-tag.h
detect-target.c detect-target: introduce new keyword 9 years ago
detect-target.h detect-target: introduce new keyword 9 years ago
detect-template-buffer.c template: minor updates 8 years ago
detect-template-buffer.h template: minor updates 8 years ago
detect-template.c template: minor updates 8 years ago
detect-template.h template: minor updates 8 years ago
detect-threshold.c compiler: more strict compiler warnings 9 years ago
detect-threshold.h rate_filter by_both through IPPair storage 8 years ago
detect-tls-cert-fingerprint.c detect: add (mpm) keyword tls_cert_fingerprint 8 years ago
detect-tls-cert-fingerprint.h detect: add (mpm) keyword tls_cert_fingerprint 8 years ago
detect-tls-cert-issuer.c compiler: more strict compiler warnings 9 years ago
detect-tls-cert-issuer.h tls: mpm prefilter engines 9 years ago
detect-tls-cert-serial.c compiler: more strict compiler warnings 9 years ago
detect-tls-cert-serial.h detect: add (mpm) keyword tls_cert_serial 9 years ago
detect-tls-cert-subject.c compiler: more strict compiler warnings 9 years ago
detect-tls-cert-subject.h tls: mpm prefilter engines 9 years ago
detect-tls-cert-validity.c compiler: more strict compiler warnings 9 years ago
detect-tls-cert-validity.h detect: add keyword tls_cert_valid 9 years ago
detect-tls-sni.c compiler: more strict compiler warnings 9 years ago
detect-tls-sni.h mpm tls: remove unused function args 9 years ago
detect-tls-version.c compiler: more strict compiler warnings 9 years ago
detect-tls-version.h
detect-tls.c compiler: more strict compiler warnings 9 years ago
detect-tls.h
detect-tos.c compiler: more strict compiler warnings 9 years ago
detect-tos.h
detect-ttl.c compiler: more strict compiler warnings 9 years ago
detect-ttl.h
detect-uricontent.c tests: update tests for app-layer changes 9 years ago
detect-uricontent.h uricontent: remove left over func decl 9 years ago
detect-urilen.c detect: save invalid rules 8 years ago
detect-urilen.h detect: save invalid rules 8 years ago
detect-window.c compiler: more strict compiler warnings 9 years ago
detect-window.h
detect-within.c compiler: more strict compiler warnings 9 years ago
detect-within.h
detect-xbits.c compiler: more strict compiler warnings 9 years ago
detect-xbits.h var-names: expose outside of detect engine 9 years ago
detect.c detect: move rule loading into loader files 8 years ago
detect.h detect: move keyword registration into own file 8 years ago
flow-bit.c var-names: expose outside of detect engine 9 years ago
flow-bit.h flowvar: shrink flowvar type by using padded space 9 years ago
flow-hash.c flow-hash: optimize to avoid branch misses 9 years ago
flow-hash.h flow-manager: optimize hash walking 9 years ago
flow-manager.c compiler: more strict compiler warnings 9 years ago
flow-manager.h flow: simplify timeout logic 9 years ago
flow-private.h cleanup: get rid of %llu format specifiers 9 years ago
flow-queue.c
flow-queue.h compiler: more strict compiler warnings 9 years ago
flow-storage.c compiler: more strict compiler warnings 9 years ago
flow-storage.h
flow-timeout.c tests: update tests for app-layer changes 9 years ago
flow-timeout.h
flow-util.c NSM: add TTL fields for netflow log 8 years ago
flow-util.h app-layer: protocol change API 9 years ago
flow-var.c detect/flowint: harden code 8 years ago
flow-var.h flowvar: shrink flowvar type by using padded space 9 years ago
flow-worker.c flow-worker: improve no-flow case 9 years ago
flow-worker.h profile: account flow-worker tcp-prune step 9 years ago
flow.c conf: multiple NULL-pointer dereferences in FlowInitConfig 8 years ago
flow.h flow: optimize Flow structure layout 8 years ago
host-bit.c compiler: more strict compiler warnings 9 years ago
host-bit.h hostbits: add list API 9 years ago
host-queue.c
host-queue.h compiler: more strict compiler warnings 9 years ago
host-storage.c tests: no longer necessary to provide successful return code 10 years ago
host-storage.h
host-timeout.c rate_filter by_both through IPPair storage 8 years ago
host-timeout.h
host.c Conf: Multipe NULL-pointer dereferences in HostInitConfig 8 years ago
host.h compiler: more strict compiler warnings 9 years ago
ippair-bit.c compiler: more strict compiler warnings 9 years ago
ippair-bit.h var-names: expose outside of detect engine 9 years ago
ippair-queue.c
ippair-queue.h compiler: more strict compiler warnings 9 years ago
ippair-storage.c tests: no longer necessary to provide successful return code 10 years ago
ippair-storage.h
ippair-timeout.c rate_filter by_both through IPPair storage 8 years ago
ippair-timeout.h
ippair.c compiler: more strict compiler warnings 9 years ago
ippair.h cleanup: get rid of %llu format specifiers 9 years ago
log-cf-common.c compiler: more strict compiler warnings 9 years ago
log-cf-common.h log: tls custom format log 9 years ago
log-dnslog.c dns-log: don't register if HAVE_RUST 8 years ago
log-dnslog.h logging: rename registration functions to not have tmm 9 years ago
log-droplog.c compiler: more strict compiler warnings 9 years ago
log-droplog.h logging: rename registration functions to not have tmm 9 years ago
log-file.c file: clarify file store id name 9 years ago
log-file.h logging: rename registration functions to not have tmm 9 years ago
log-filestore.c Adds options to mark when a file is final. 8 years ago
log-filestore.h filestore: avoid open write close sequence 9 years ago
log-httplog.c gcc7: fixes for format string warnings 9 years ago
log-httplog.h logging: rename registration functions to not have tmm 9 years ago
log-pcap.c conf: stack-based buffer-overflow in ParseFilename 8 years ago
log-pcap.h logging: rename registration functions to not have tmm 9 years ago
log-stats.c compiler: more strict compiler warnings 9 years ago
log-stats.h logging: rename registration functions to not have tmm 9 years ago
log-tcp-data.c compiler: more strict compiler warnings 9 years ago
log-tcp-data.h logging: rename registration functions to not have tmm 9 years ago
log-tlslog.c gcc7: fixes for format string warnings 9 years ago
log-tlslog.h logging: rename registration functions to not have tmm 9 years ago
log-tlsstore.c log-tlsstore: fix error handling 9 years ago
log-tlsstore.h logging: rename registration functions to not have tmm 9 years ago
output-file.c compiler: more strict compiler warnings 9 years ago
output-file.h logging: rename registration functions to not have tmm 9 years ago
output-filedata.c filestore: avoid open write close sequence 9 years ago
output-filedata.h filestore: avoid open write close sequence 9 years ago
output-flow.c compiler: more strict compiler warnings 9 years ago
output-flow.h logging: convert json flow output to non-thread module 9 years ago
output-json-alert.c output-json-alert: fix error handling 9 years ago
output-json-alert.h logging: rename registration functions to not have tmm 9 years ago
output-json-dnp3-objects.c compiler: more strict compiler warnings 9 years ago
output-json-dnp3-objects.h DNP3: Log DNP3 transactions. 9 years ago
output-json-dnp3.c compiler: more strict compiler warnings 9 years ago
output-json-dnp3.h DNP3: Log DNP3 transactions. 9 years ago
output-json-dns.c Dns logger display flags information 8 years ago
output-json-dns.h logging: rename registration functions to not have tmm 9 years ago
output-json-drop.c compiler: more strict compiler warnings 9 years ago
output-json-drop.h logging: rename registration functions to not have tmm 9 years ago
output-json-email-common.c compiler: more strict compiler warnings 9 years ago
output-json-email-common.h
output-json-file.c nfs: add to fileinfo events 9 years ago
output-json-file.h logging: rename registration functions to not have tmm 9 years ago
output-json-flow.c output-json-alert: add app_proto or flow to events 9 years ago
output-json-flow.h output-json-alert: add app_proto or flow to events 9 years ago
output-json-http.c output-json-http: add functions to log http body 9 years ago
output-json-http.h output-json-http: add functions to log http body 9 years ago
output-json-netflow.c NSM: add TTL fields for netflow log 8 years ago
output-json-netflow.h logging: rename registration functions to not have tmm 9 years ago
output-json-nfs.c nfs: add to fileinfo events 9 years ago
output-json-nfs.h nfs: add to fileinfo events 9 years ago
output-json-smtp.c compiler: more strict compiler warnings 9 years ago
output-json-smtp.h logging: rename registration functions to not have tmm 9 years ago
output-json-ssh.c compiler: more strict compiler warnings 9 years ago
output-json-ssh.h logging: rename registration functions to not have tmm 9 years ago
output-json-stats.c json-stats: print engine stats 8 years ago
output-json-stats.h json-stats: print engine stats 8 years ago
output-json-template.c compiler: more strict compiler warnings 9 years ago
output-json-template.h logging: rename registration functions to not have tmm 9 years ago
output-json-tls.c output-json-tls: log 'from_proto' field 9 years ago
output-json-tls.h logging: rename registration functions to not have tmm 9 years ago
output-json-vars.c compiler: more strict compiler warnings 9 years ago
output-json-vars.h outputs: vars log 9 years ago
output-json.c rust/json: expose json_boolean 9 years ago
output-json.h rust/json: expose json_boolean 9 years ago
output-lua.c gcc7: format-truncation fix for lua 9 years ago
output-lua.h logging: rename registration functions to not have tmm 9 years ago
output-packet.c compiler: more strict compiler warnings 9 years ago
output-packet.h logging: rename registration functions to not have tmm 9 years ago
output-stats.c compiler: more strict compiler warnings 9 years ago
output-stats.h logging: convert stats loggers to non-thread module 9 years ago
output-streaming.c output/streaming: fixes and redo tcp logging 9 years ago
output-streaming.h logging: rename registration functions to not have tmm 9 years ago
output-tx.c output-tx: small cleanups and scan-build suppression 9 years ago
output-tx.h logging: rename registration functions to not have tmm 9 years ago
output.c output: harden output deinit 8 years ago
output.h compiler: more strict compiler warnings 9 years ago
packet-queue.c compiler: more strict compiler warnings 9 years ago
packet-queue.h
pkt-var.c pktvars: same name pktvars, key-value vars 9 years ago
pkt-var.h pktvars: same name pktvars, key-value vars 9 years ago
ptxdump.py
queue.h queue: add debug assertions to TAILQ 9 years ago
reputation.c compiler: more strict compiler warnings 9 years ago
reputation.h compiler: more strict compiler warnings 9 years ago
respond-reject-libnet11.c libnet: work around older libnet type difference 10 years ago
respond-reject-libnet11.h
respond-reject.c
respond-reject.h
runmode-af-packet.c runmodes: fix 'threads' option parsing 8 years ago
runmode-af-packet.h compiler: more strict compiler warnings 9 years ago
runmode-erf-dag.c Update threads to use global thread names. 10 years ago
runmode-erf-dag.h
runmode-erf-file.c gcc7: fix format-truncation warnings in runmodes 9 years ago
runmode-erf-file.h
runmode-ipfw.c
runmode-ipfw.h
runmode-napatech.c napatech: fix minor memleak in error path 8 years ago
runmode-napatech.h napatech: Implementation of packet counters 9 years ago
runmode-netmap.c runmodes: fix 'threads' option parsing 8 years ago
runmode-netmap.h compiler: more strict compiler warnings 9 years ago
runmode-nflog.c compiler: more strict compiler warnings 9 years ago
runmode-nflog.h
runmode-nfq.c
runmode-nfq.h
runmode-pcap-file.c gcc7: fix format-truncation warnings in runmodes 9 years ago
runmode-pcap-file.h
runmode-pcap.c runmodes: fix 'threads' option parsing 8 years ago
runmode-pcap.h
runmode-pfring.c pfring: various build issues 8 years ago
runmode-pfring.h
runmode-tile.c flowworker: initial support 10 years ago
runmode-tile.h
runmode-unittests.c detect-parse: don't use pcre for rule parsing 8 years ago
runmode-unittests.h gcc7: fixes for format string warnings 9 years ago
runmode-unix-socket.c source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
runmode-unix-socket.h source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
runmodes.c dns-log: don't register if HAVE_RUST 8 years ago
runmodes.h unix socket: don't loose events when offline 8 years ago
rust.h nfs: rename nfs3 to nfs 9 years ago
source-af-packet.c af-packet: free bpf program 8 years ago
source-af-packet.h compiler: more strict compiler warnings 9 years ago
source-erf-dag.c compiler: more strict compiler warnings 9 years ago
source-erf-dag.h
source-erf-file.c compiler: more strict compiler warnings 9 years ago
source-erf-file.h
source-ipfw.c tunnel: refactor tunnel verdict handling 9 years ago
source-ipfw.h
source-mpipe.c livedev: shorten devname at registration 10 years ago
source-mpipe.h
source-napatech.c napatech: Implementation of packet counters 9 years ago
source-napatech.h napatech: Implementation of packet counters 9 years ago
source-netmap.c compiler: more strict compiler warnings 9 years ago
source-netmap.h compiler: more strict compiler warnings 9 years ago
source-nflog.c nflog: compiler warning fix 9 years ago
source-nflog.h
source-nfq-prototypes.h
source-nfq.c tunnel: refactor tunnel verdict handling 9 years ago
source-nfq.h nfq: remove obsolete and broken netfilterforwin support 9 years ago
source-pcap-file-directory-helper.c pcap-directory: fix double free in error path 8 years ago
source-pcap-file-directory-helper.h source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
source-pcap-file-helper.c source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
source-pcap-file-helper.h source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
source-pcap-file.c source-pcap-file: Fix coverity findings (Bug #2356) 8 years ago
source-pcap-file.h compiler: more strict compiler warnings 9 years ago
source-pcap.c compiler: more strict compiler warnings 9 years ago
source-pcap.h compiler: more strict compiler warnings 9 years ago
source-pfring.c pfring: various build issues 8 years ago
source-pfring.h pfring: various build issues 8 years ago
stream-tcp-inline.c stream-tcp: use flags field to store inline info 9 years ago
stream-tcp-inline.h stream-tcp: use flags field to store inline info 9 years ago
stream-tcp-list.c cleanup: remove all uint use 9 years ago
stream-tcp-list.h tcp: streaming implementation 9 years ago
stream-tcp-private.h bypass: add explicit flag in stream engine 9 years ago
stream-tcp-reassemble.c stream: minor debug addition 8 years ago
stream-tcp-reassemble.h bypass: add explicit flag in stream engine 9 years ago
stream-tcp-sack.c compiler: more strict compiler warnings 9 years ago
stream-tcp-sack.h
stream-tcp-util.c stream-tcp: use flags field to store inline info 9 years ago
stream-tcp-util.h tcp: streaming implementation 9 years ago
stream-tcp.c conf: multiple NULL-pointer dereferences in StreamTcpInitConfig 8 years ago
stream-tcp.h stream-tcp: use flags field to store inline info 9 years ago
stream.c detect / stream: new 'raw' stream inspection 9 years ago
stream.h detect / stream: new 'raw' stream inspection 9 years ago
suricata-common.h source-pcap-file: Pcap Directory Mode (Feature #2222) 8 years ago
suricata.c Conf: Multipe NULL-pointer dereferences in PostConfLoadedSetup 8 years ago
suricata.h unix-manager: block live reload when -s/-S is specified 8 years ago
threads-arch-tile.h
threads-debug.h
threads-profile.h
threads.c compiler: more strict compiler warnings 9 years ago
threads.h threads: fix -Wshadow warnings 9 years ago
threadvars.h stats: use unshortened interface names in counters 8 years ago
tm-modules.c logging: hook into flow worker thread 9 years ago
tm-modules.h compiler: more strict compiler warnings 9 years ago
tm-queuehandlers.c compiler: more strict compiler warnings 9 years ago
tm-queuehandlers.h compiler: more strict compiler warnings 9 years ago
tm-queues.c compiler: more strict compiler warnings 9 years ago
tm-queues.h compiler: more strict compiler warnings 9 years ago
tm-threads-common.h logging: hook into flow worker thread 9 years ago
tm-threads.c stats: use unshortened interface names in counters 8 years ago
tm-threads.h compiler: more strict compiler warnings 9 years ago
tmqh-flow.c compiler: more strict compiler warnings 9 years ago
tmqh-flow.h autofp: update queue handlers 10 years ago
tmqh-nfq.c compiler: more strict compiler warnings 9 years ago
tmqh-nfq.h
tmqh-packetpool.c hosts: release packet references to hosts 8 years ago
tmqh-packetpool.h
tmqh-simple.c compiler: more strict compiler warnings 9 years ago
tmqh-simple.h
unix-manager.c unix-socket: add logs reopen command 8 years ago
unix-manager.h bug 2113: unix-socket start up race 9 years ago
util-action.c compiler: more strict compiler warnings 9 years ago
util-action.h compiler: more strict compiler warnings 9 years ago
util-affinity.c compiler: more strict compiler warnings 9 years ago
util-affinity.h compiler: more strict compiler warnings 9 years ago
util-atomic.c tests: no longer necessary to provide successful return code 10 years ago
util-atomic.h
util-base64.c
util-base64.h
util-binsearch.c
util-binsearch.h
util-bloomfilter-counting.c compiler: more strict compiler warnings 9 years ago
util-bloomfilter-counting.h compiler: more strict compiler warnings 9 years ago
util-bloomfilter.c compiler: more strict compiler warnings 9 years ago
util-bloomfilter.h compiler: more strict compiler warnings 9 years ago
util-buffer.c
util-buffer.h
util-byte.c compiler: more strict compiler warnings 9 years ago
util-byte.h byteswap: fix compilation on SunOS 10 years ago
util-checksum.c ipv4: update checksum function to be like tcp/udp 9 years ago
util-checksum.h
util-cidr.c compiler: more strict compiler warnings 9 years ago
util-cidr.h
util-classification-config.c compiler: more strict compiler warnings 9 years ago
util-classification-config.h
util-clock.h
util-conf.c conf: NULL-pointer dereference in ConfUnixSocketIsEnable 8 years ago
util-conf.h compiler: more strict compiler warnings 9 years ago
util-coredump-config.c conf: fix NULL-pointer dereference in CoredumpLoadConfig 8 years ago
util-coredump-config.h
util-cpu.c compiler: more strict compiler warnings 9 years ago
util-cpu.h compiler: more strict compiler warnings 9 years ago
util-crypt.c
util-crypt.h
util-cuda-buffer.c tests: no longer necessary to provide successful return code 10 years ago
util-cuda-buffer.h
util-cuda-handlers.c
util-cuda-handlers.h
util-cuda-vars.c
util-cuda-vars.h
util-cuda.c tests: no longer necessary to provide successful return code 10 years ago
util-cuda.h
util-daemon.c compiler: more strict compiler warnings 9 years ago
util-daemon.h
util-debug-filters.c compiler: more strict compiler warnings 9 years ago
util-debug-filters.h
util-debug.c output: don't deadlock on log reopen failure 8 years ago
util-debug.h gcc7: fixes for format string warnings 9 years ago
util-decode-asn1.c compiler: more strict compiler warnings 9 years ago
util-decode-asn1.h compiler: more strict compiler warnings 9 years ago
util-decode-der-get.c app-layer-tls: decode certificate serial number 9 years ago
util-decode-der-get.h app-layer-tls: decode certificate serial number 9 years ago
util-decode-der.c der/asn1: limit recursion 9 years ago
util-decode-der.h util-decode-der: decode GeneralizedTime 9 years ago
util-decode-mime.c compiler: more strict compiler warnings 9 years ago
util-decode-mime.h QA: expose Mime decoding API to commandline using --afl-mime=<file> 10 years ago
util-detect.c detect: save invalid rules 8 years ago
util-detect.h detect: save invalid rules 8 years ago
util-device.c mingw: don't use uint type as mingw doesn't have it 9 years ago
util-device.h pfring: hw bypass support 8 years ago
util-enum.c enum: don't printf on util-enum errors 8 years ago
util-enum.h compiler: more strict compiler warnings 9 years ago
util-error.c Adds options to mark when a file is final. 8 years ago
util-error.h Adds options to mark when a file is final. 8 years ago
util-file.c rust/nfs: handle GAPs 9 years ago
util-file.h rust/nfs: handle GAPs 9 years ago
util-fix_checksum.c compiler: more strict compiler warnings 9 years ago
util-fix_checksum.h
util-fmemopen.c
util-fmemopen.h
util-hash-lookup3.c gcc7: fixes for format string warnings 9 years ago
util-hash-lookup3.h
util-hash.c compiler: more strict compiler warnings 9 years ago
util-hash.h
util-hashlist.c compiler: more strict compiler warnings 9 years ago
util-hashlist.h
util-host-info.c compiler: more strict compiler warnings 9 years ago
util-host-info.h
util-host-os-info.c compiler: more strict compiler warnings 9 years ago
util-host-os-info.h compiler: more strict compiler warnings 9 years ago
util-hyperscan.c compiler: more strict compiler warnings 9 years ago
util-hyperscan.h spm: add Hyperscan implementation 10 years ago
util-ioctl.c compiler: more strict compiler warnings 9 years ago
util-ioctl.h compiler: more strict compiler warnings 9 years ago
util-ip.c compiler: more strict compiler warnings 9 years ago
util-ip.h
util-log-redis.c redis: suppress minor coverity warning 8 years ago
util-log-redis.h compiler: more strict compiler warnings 9 years ago
util-logopenfile-tile.c Use ConfValIsTrue for parsing TILE PCIE logging append value. 10 years ago
util-logopenfile-tile.h
util-logopenfile.c unix socket: don't loose events when offline 8 years ago
util-logopenfile.h eve: async mode for redis output 9 years ago
util-lua-common.c streaming/lua: add direction indication to streamer 9 years ago
util-lua-common.h
util-lua-dnp3-objects.c compiler: more strict compiler warnings 9 years ago
util-lua-dnp3-objects.h DNP3: Lua detect support. 9 years ago
util-lua-dnp3.c compiler: more strict compiler warnings 9 years ago
util-lua-dnp3.h DNP3: Lua detect support. 9 years ago
util-lua-dns.c rust: lua support for DNS based Rust 9 years ago
util-lua-dns.h
util-lua-http.c compiler: more strict compiler warnings 9 years ago
util-lua-http.h
util-lua-smtp.c compiler: more strict compiler warnings 9 years ago
util-lua-smtp.h Lua: SMTP support; Addresses feature ticket #1775; v5 10 years ago
util-lua-ssh.c compiler: more strict compiler warnings 9 years ago
util-lua-ssh.h
util-lua-tls.c compiler: more strict compiler warnings 9 years ago
util-lua-tls.h
util-lua.c luajit: cleanup states before return to pool 9 years ago
util-lua.h lua: luajit improvements 9 years ago
util-luajit.c lua: luajit improvements 9 years ago
util-luajit.h lua: luajit improvements 9 years ago
util-magic.c magic: fix compile warnings 9 years ago
util-magic.h magic: make optional 9 years ago
util-mem.h mem: fix SCStrdup -Wshadow warning 9 years ago
util-memcmp.c compiler: more strict compiler warnings 9 years ago
util-memcmp.h
util-memcpy.h
util-memrchr.c compiler: more strict compiler warnings 9 years ago
util-memrchr.h
util-misc.c conf: fix NULL-pointer dereference in ParseSizeString 8 years ago
util-misc.h
util-mpm-ac-bs.c compiler: more strict compiler warnings 9 years ago
util-mpm-ac-bs.h mpm: unify & localize mpm pattern (id) handling 10 years ago
util-mpm-ac-cuda-kernel.cu
util-mpm-ac-tile-small.c prefilter: rename PatternMatcherQueue datatype 9 years ago
util-mpm-ac-tile.c mpm/ac-ks: apply offset/depth 8 years ago
util-mpm-ac-tile.h mpm/ac-ks: apply offset/depth 8 years ago
util-mpm-ac.c mpm/ac: add depth/offset support 8 years ago
util-mpm-ac.h mpm/ac: add depth/offset support 8 years ago
util-mpm-hs.c hyperscan: unittests compiler warning fixes 9 years ago
util-mpm-hs.h
util-mpm.c mpm: add depth/offset support 8 years ago
util-mpm.h mpm: add depth/offset support 8 years ago
util-napatech.c napatech: Implementation of packet counters 9 years ago
util-napatech.h napatech: Implementation of packet counters 9 years ago
util-optimize.h
util-pages.c compiler: more strict compiler warnings 9 years ago
util-pages.h compiler: more strict compiler warnings 9 years ago
util-path.c
util-path.h
util-pidfile.c pidfile: fail if the pid file exists 9 years ago
util-pidfile.h
util-pool-thread.c compiler: more strict compiler warnings 9 years ago
util-pool-thread.h compiler: more strict compiler warnings 9 years ago
util-pool.c compiler: more strict compiler warnings 9 years ago
util-pool.h compiler: more strict compiler warnings 9 years ago
util-prefilter.c prefilter: rename PatternMatcherQueue datatype 9 years ago
util-prefilter.h prefilter: rename PatternMatcherQueue datatype 9 years ago
util-print.c util-print: add 0 at end of buffer 9 years ago
util-print.h print: constify input 9 years ago
util-privs.c compiler: more strict compiler warnings 9 years ago
util-privs.h compiler: more strict compiler warnings 9 years ago
util-profiling-keywords.c compiler: more strict compiler warnings 9 years ago
util-profiling-locks.c profiling: fix const compiler warnings 9 years ago
util-profiling-locks.h compiler: more strict compiler warnings 9 years ago
util-profiling-rulegroups.c compiler: more strict compiler warnings 9 years ago
util-profiling-rules.c compiler: more strict compiler warnings 9 years ago
util-profiling.c profiling: fix app-layer profiling and csv output 8 years ago
util-profiling.h prefilter/profile: validate end > start 8 years ago
util-proto-name.c
util-proto-name.h
util-radix-tree.c radix: fix risky malloc call 9 years ago
util-radix-tree.h
util-random.c random: support getrandom(2) if available 8 years ago
util-random.h random: improve random logic 9 years ago
util-reference-config.c compiler: more strict compiler warnings 9 years ago
util-reference-config.h
util-rohash.c
util-rohash.h
util-rule-vars.c compiler: more strict compiler warnings 9 years ago
util-rule-vars.h compiler: more strict compiler warnings 9 years ago
util-runmodes.c stats: use unshortened interface names in counters 8 years ago
util-runmodes.h runmodes: constify names 10 years ago
util-running-modes.c compiler: more strict compiler warnings 9 years ago
util-running-modes.h compiler: more strict compiler warnings 9 years ago
util-signal.c compiler: more strict compiler warnings 9 years ago
util-signal.h compiler: more strict compiler warnings 9 years ago
util-spm-bm.c spm: add and use new SPM API 10 years ago
util-spm-bm.h spm: add and use new SPM API 10 years ago
util-spm-bs.c
util-spm-bs.h
util-spm-bs2bm.c
util-spm-bs2bm.h
util-spm-hs.c mpm-hs,spm-hs: don't call hs_scan() for zero bytes 10 years ago
util-spm-hs.h spm: add Hyperscan implementation 10 years ago
util-spm.c compiler: more strict compiler warnings 9 years ago
util-spm.h spm: add Hyperscan implementation 10 years ago
util-storage.c compiler: more strict compiler warnings 9 years ago
util-storage.h
util-streaming-buffer.c cleanup: remove all uint use 9 years ago
util-streaming-buffer.h streaming: add blocklist 9 years ago
util-strlcatu.c compiler: more strict compiler warnings 9 years ago
util-strlcpyu.c compiler: more strict compiler warnings 9 years ago
util-syslog.c compiler: more strict compiler warnings 9 years ago
util-syslog.h
util-threshold-config.c rate_filter by_both through IPPair storage 8 years ago
util-threshold-config.h compiler: more strict compiler warnings 9 years ago
util-time.c compiler: more strict compiler warnings 9 years ago
util-time.h compiler: more strict compiler warnings 9 years ago
util-unittest-helper.c unittest/helpers: add helper to assign flow to packet 8 years ago
util-unittest-helper.h unittest/helpers: add helper to assign flow to packet 8 years ago
util-unittest.c compiler: more strict compiler warnings 9 years ago
util-unittest.h compiler: more strict compiler warnings 9 years ago
util-validate.h flowworker: initial support 10 years ago
util-var-name.c var-names: expose outside of detect engine 9 years ago
util-var-name.h var-names: expose outside of detect engine 9 years ago
util-var.c hostbits/xbits: free hostbit 9 years ago
util-var.h flowvar: shrink flowvar type by using padded space 9 years ago
util-vector.h
win32-misc.c
win32-misc.h
win32-service.c mingw: service init compile warning fix 8 years ago
win32-service.h
win32-syslog.h