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
Victor Julien 36535cbc61 yaml: remove conf_filename global
conf_filename was a global pointer to the filename of the yaml.

Move into SCInstance. This reduces it's scope and cleans up the code.
9 years ago
..
Makefile.am streaming: buffer API 9 years ago
action-globals.h
alert-debuglog.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
alert-debuglog.h Alert file formatting clean up. 12 years ago
alert-fastlog.c Removed duplicate include statements. 9 years ago
alert-fastlog.h Alert file formatting clean up. 12 years ago
alert-prelude.c prelude: clean up memory on setup failure 10 years ago
alert-prelude.h Alert file formatting clean up. 12 years ago
alert-syslog.c Enforce function coding standard 11 years ago
alert-syslog.h Alert file formatting clean up. 12 years ago
alert-unified2-alert.c Removed duplicate include statements. 9 years ago
alert-unified2-alert.h Alert file formatting clean up. 12 years ago
app-layer-dcerpc-common.h dcerpc: cleanup list handling 10 years ago
app-layer-dcerpc-udp.c dcerpc: improve integer handling 9 years ago
app-layer-dcerpc-udp.h
app-layer-dcerpc.c dcerpc: improve integer handling 9 years ago
app-layer-dcerpc.h dcerpc: fix memory leak when called from smb 10 years ago
app-layer-detect-proto.c app-layer-detect-proto: use mpm-algo 9 years ago
app-layer-detect-proto.h app-layer: tell pp registrar if config was found 12 years ago
app-layer-dns-common.c dns: add support for sshfp records 9 years ago
app-layer-dns-common.h dns: add support for sshfp records 9 years ago
app-layer-dns-tcp.c dns: register logger functions 9 years ago
app-layer-dns-tcp.h
app-layer-dns-udp.c dns: register logger functions 9 years ago
app-layer-dns-udp.h
app-layer-events.c
app-layer-events.h
app-layer-ftp.c tests: no longer necessary to provide successful return code 9 years ago
app-layer-ftp.h
app-layer-htp-body.c coverity: CID 1362011: Control flow issues (DEADCODE) 9 years ago
app-layer-htp-body.h http: add per direction config for body parsing 9 years ago
app-layer-htp-file.c file: switch to streaming buffer API 9 years ago
app-layer-htp-file.h htp file: constify name/data args 10 years ago
app-layer-htp-libhtp.c http: don't crash when normalizing uri on low memory 11 years ago
app-layer-htp-libhtp.h
app-layer-htp-mem.c htp: add HTPCalloc wrapper 10 years ago
app-layer-htp-mem.h htp: add HTPCalloc wrapper 10 years ago
app-layer-htp-xff.c tests: no longer necessary to provide successful return code 9 years ago
app-layer-htp-xff.h xff: support ports and more ipv6 notations 10 years ago
app-layer-htp.c http: make htpstate cfg ptr const 9 years ago
app-layer-htp.h http: make htpstate cfg ptr const 9 years ago
app-layer-modbus.c modbus: register logger functions 9 years ago
app-layer-modbus.h modbus: register logger functions 9 years ago
app-layer-nbss.h
app-layer-parser.c app-layer-smtp: free mpm contexts on shutdown 9 years ago
app-layer-parser.h tx: add functions for logging 9 years ago
app-layer-protos.c app-layer: template for application layer parser 10 years ago
app-layer-protos.h app-layer: template for application layer parser 10 years ago
app-layer-smb.c smb: improve integer handling 9 years ago
app-layer-smb.h
app-layer-smb2.c tests: no longer necessary to provide successful return code 9 years ago
app-layer-smb2.h
app-layer-smtp.c smtp: improve thread data use 9 years ago
app-layer-smtp.h smtp: improve thread data use 9 years ago
app-layer-ssh.c debug: fix compiler warnings 9 years ago
app-layer-ssh.h lua: SSH output support 10 years ago
app-layer-ssl.c tls: change flag checking in SSLParserTest23 9 years ago
app-layer-ssl.h tlsstore: use TxLogger 9 years ago
app-layer-template.c typo: SURCATA -> SURICATA 9 years ago
app-layer-template.h template: register logger functions 9 years ago
app-layer-tls-handshake.c tls: make TX aware 9 years ago
app-layer-tls-handshake.h
app-layer.c flow: move flow handling into worker threads 9 years ago
app-layer.h counters: work around unix-socket init issues 10 years ago
conf-yaml-loader.c yaml: minor cleanup 9 years ago
conf-yaml-loader.h conf: add ConfYamlLoadFileWithPrefix 10 years ago
conf.c conf: use new testing macros 9 years ago
conf.h --set - handle spaces on either side of '=' 10 years ago
counters.c Update thread creation and threads to use global thread names. 9 years ago
counters.h jansson: include in suricata-common.h 10 years ago
data-queue.c
data-queue.h
debug.h
decode-erspan.c erspan: respect vlan.use-for-tracking setting 10 years ago
decode-erspan.h decode: add ERSPANv1 decoder 10 years ago
decode-ethernet.c tests: no longer necessary to provide successful return code 9 years ago
decode-ethernet.h gre: support transparent ethernet bridge decoding 9 years ago
decode-events.c decode-events: counters for decode events errors 9 years ago
decode-events.h decode-events: counters for decode events errors 9 years ago
decode-gre.c tests: no longer necessary to provide successful return code 9 years ago
decode-gre.h Fix GRE Source Routing Header definition 11 years ago
decode-icmpv4.c flow: move flow handling into worker threads 9 years ago
decode-icmpv4.h icmpv4: remove unused header fields 10 years ago
decode-icmpv6.c flow: move flow handling into worker threads 9 years ago
decode-icmpv6.h Don't alert on valid ICMP6 solicit/advert messages. 12 years ago
decode-ipv4.c flow: move flow handling into worker threads 9 years ago
decode-ipv4.h ipv4: removed unused variables 9 years ago
decode-ipv6.c ipv6: simplify ext hdr parsing 9 years ago
decode-ipv6.h ipv6: simplify ext hdr parsing and storage 9 years ago
decode-mpls.c tests: no longer necessary to provide successful return code 9 years ago
decode-mpls.h Set decoder events for labels that shouldn't be seen on the wire. 11 years ago
decode-null.c counters: s/SCPerfCounterIncr/StatsIncr/g 10 years ago
decode-null.h pcap: implement LINKTYPE_NULL 10 years ago
decode-ppp.c tests: no longer necessary to provide successful return code 9 years ago
decode-ppp.h More structures that need to be marked Packed. 11 years ago
decode-pppoe.c tests: no longer necessary to provide successful return code 9 years ago
decode-pppoe.h More structures that need to be marked Packed. 11 years ago
decode-raw.c tests: no longer necessary to provide successful return code 9 years ago
decode-raw.h
decode-sctp.c flow: move flow handling into worker threads 9 years ago
decode-sctp.h More structures that need to be marked Packed. 11 years ago
decode-sll.c counters: s/SCPerfCounterIncr/StatsIncr/g 10 years ago
decode-sll.h More structures that need to be marked Packed. 11 years ago
decode-tcp.c flow: move flow handling into worker threads 9 years ago
decode-tcp.h tcp: fix alignment issues with tcp timestamps 9 years ago
decode-template.c decoder: add template/example 10 years ago
decode-template.h decoder: add template/example 10 years ago
decode-teredo.c decode: clean up tunnel decode logic 10 years ago
decode-teredo.h
decode-udp.c flow: move flow handling into worker threads 9 years ago
decode-udp.h Add Packed attribute on Header structures 11 years ago
decode-vlan.c tests: no longer necessary to provide successful return code 9 years ago
decode-vlan.h More structures that need to be marked Packed. 11 years ago
decode.c decode: don't call memcpy on NULL-ptr on pseudo packets 9 years ago
decode.h flow worker: profiling 9 years ago
defrag-config.c defrag: free defrag tree at exit 9 years ago
defrag-config.h defrag: free defrag tree at exit 9 years ago
defrag-hash.c afl: add define to disable rand_r use 9 years ago
defrag-hash.h
defrag-queue.c Enforce function coding standard 11 years ago
defrag-queue.h
defrag-timeout.c defrag: use 'struct timeval' for timeout tracking 11 years ago
defrag-timeout.h
defrag.c ipv6: simplify ext hdr parsing 9 years ago
defrag.h defrag: tracker initialization cleanup 10 years ago
detect-ack.c tests: no longer necessary to provide successful return code 9 years ago
detect-ack.h
detect-app-layer-event.c detect app-layer-event: fix tests 9 years ago
detect-app-layer-event.h
detect-app-layer-protocol.c tests: no longer necessary to provide successful return code 9 years ago
detect-app-layer-protocol.h
detect-asn1.c tests: no longer necessary to provide successful return code 9 years ago
detect-asn1.h
detect-base64-data.c tests: no longer necessary to provide successful return code 9 years ago
detect-base64-data.h base64_decode, base64_data: decode and match base64 10 years ago
detect-base64-decode.c Removed duplicate include statements. 9 years ago
detect-base64-decode.h base64_decode, base64_data: decode and match base64 10 years ago
detect-byte-extract.c detect keywords: use parse regex util func 9 years ago
detect-byte-extract.h Bug 1230: Check all SigMatch lists for a named byte_extract variable. 11 years ago
detect-bytejump.c detect keywords: use parse regex util func 9 years ago
detect-bytejump.h Change Match() function to take const SigMatchCtx* 11 years ago
detect-bytetest.c detect keywords: use parse regex util func 9 years ago
detect-bytetest.h Change Match() function to take const SigMatchCtx* 11 years ago
detect-classtype.c detect keywords: use parse regex util func 9 years ago
detect-classtype.h
detect-content.c spm: add and use new SPM API 9 years ago
detect-content.h spm: add and use new SPM API 9 years ago
detect-csum.c tests: no longer necessary to provide successful return code 9 years ago
detect-csum.h
detect-dce-iface.c detect keywords: use parse regex util func 9 years ago
detect-dce-iface.h
detect-dce-opnum.c detect keywords: use parse regex util func 9 years ago
detect-dce-opnum.h
detect-dce-stub-data.c tests: no longer necessary to provide successful return code 9 years ago
detect-dce-stub-data.h
detect-depth.c Removed duplicate include statements. 9 years ago
detect-depth.h
detect-detection-filter.c Removed duplicate include statements. 9 years ago
detect-detection-filter.h
detect-distance.c Removed duplicate include statements. 9 years ago
detect-distance.h
detect-dns-query.c Removed duplicate include statements. 9 years ago
detect-dns-query.h
detect-dsize.c Removed duplicate include statements. 9 years ago
detect-dsize.h
detect-engine-address-ipv4.c Removed duplicate include statements. 9 years ago
detect-engine-address-ipv4.h
detect-engine-address-ipv6.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-address-ipv6.h
detect-engine-address.c src/: fix typo: receieved vs received 9 years ago
detect-engine-address.h detect-address: remove debug mem counters 9 years ago
detect-engine-alert.c detect: simplify flow locking 9 years ago
detect-engine-alert.h
detect-engine-analyzer.c detect: add (mpm) keyword for tls_sni 9 years ago
detect-engine-analyzer.h detect: constify mpm/detect funcs 9 years ago
detect-engine-apt-event.c tx: do not store ProgressCompletionStatus per ipproto 9 years ago
detect-engine-apt-event.h
detect-engine-content-inspection.c detect: simplify flow locking 9 years ago
detect-engine-content-inspection.h detect: add (mpm) keyword for tls_sni 9 years ago
detect-engine-dcepayload.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-dcepayload.h
detect-engine-dns.c mpm: optimize calls 9 years ago
detect-engine-dns.h dns: generic inspect engines for DNS 10 years ago
detect-engine-event.c detect keywords: use parse regex util func 9 years ago
detect-engine-event.h decode-events: counters for decode events errors 9 years ago
detect-engine-file.c file: switch to streaming buffer API 9 years ago
detect-engine-file.h SMTP MIME Email Message decoder 11 years ago
detect-engine-filedata-smtp.c file: switch to streaming buffer API 9 years ago
detect-engine-filedata-smtp.h UT: implement tests for inspection code 10 years ago
detect-engine-hcbd.c http: improve body inspection 9 years ago
detect-engine-hcbd.h
detect-engine-hcd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hcd.h
detect-engine-hhd.c detect-engine: adjust unit tests for hs mpm 9 years ago
detect-engine-hhd.h
detect-engine-hhhd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hhhd.h
detect-engine-hmd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hmd.h
detect-engine-hrhd.c detect-engine: adjust unit tests for hs mpm 9 years ago
detect-engine-hrhd.h
detect-engine-hrhhd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hrhhd.h
detect-engine-hrl.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hrl.h http: add inspection engine for http request line 10 years ago
detect-engine-hrud.c detect-engine: adjust unit tests for hs mpm 9 years ago
detect-engine-hrud.h
detect-engine-hsbd.c http: improve body inspection 9 years ago
detect-engine-hsbd.h
detect-engine-hscd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hscd.h
detect-engine-hsmd.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hsmd.h
detect-engine-hua.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-hua.h
detect-engine-iponly.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-iponly.h rule-vars: take detect engine as arg 10 years ago
detect-engine-loader.c cppcheck: fix harmless warnings 9 years ago
detect-engine-loader.h detect loader: move to own file 10 years ago
detect-engine-modbus.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-modbus.h Detect-engine: Add Modbus detection engine 11 years ago
detect-engine-mpm.c mpm: add "auto" default for mpm-algo 9 years ago
detect-engine-mpm.h mpm: clean up builtin mpm setup, enable single/full 9 years ago
detect-engine-payload.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-payload.h detect: cleanup 11 years ago
detect-engine-port.c src/: fix typo: receieved vs received 9 years ago
detect-engine-port.h detect-port: remove debug mem counters 9 years ago
detect-engine-profile.c profiling: fix compilation if libjansson is missing 9 years ago
detect-engine-profile.h profiling: output post-prefilter matches 9 years ago
detect-engine-proto.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-proto.h detect: constify mpm/detect funcs 9 years ago
detect-engine-siggroup.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-siggroup.h detect grouping: remove debug mem counters 9 years ago
detect-engine-sigorder.c detect: add missing sigorder case 9 years ago
detect-engine-sigorder.h vars: redo var name <-> idx handling 10 years ago
detect-engine-state.c detect: simplify flow locking 9 years ago
detect-engine-state.h detect: add (mpm) keyword for tls_sni 9 years ago
detect-engine-tag.c detect: simplify flow locking 9 years ago
detect-engine-tag.h
detect-engine-template.c app-layer: template for application layer content inspection 10 years ago
detect-engine-template.h app-layer: template for application layer content inspection 10 years ago
detect-engine-threshold.c threshold: remove debug message from info loglevel 10 years ago
detect-engine-threshold.h
detect-engine-tls.c detect: add (mpm) keyword for tls_sni 9 years ago
detect-engine-tls.h detect: add (mpm) keyword for tls_sni 9 years ago
detect-engine-uri.c tests: no longer necessary to provide successful return code 9 years ago
detect-engine-uri.h
detect-engine.c yaml: remove conf_filename global 9 years ago
detect-engine.h yaml: remove conf_filename global 9 years ago
detect-fast-pattern.c detect: add (mpm) keyword for tls_sni 9 years ago
detect-fast-pattern.h
detect-file-data.c tests: no longer necessary to provide successful return code 9 years ago
detect-file-data.h
detect-fileext.c tests: no longer necessary to provide successful return code 9 years ago
detect-fileext.h
detect-filemagic.c file: switch to streaming buffer API 9 years ago
detect-filemagic.h
detect-filemd5.c tests: no longer necessary to provide successful return code 9 years ago
detect-filemd5.h
detect-filename.c tests: no longer necessary to provide successful return code 9 years ago
detect-filename.h
detect-filesize.c file: switch to streaming buffer API 9 years ago
detect-filesize.h
detect-filestore.c detect: simplify flow locking 9 years ago
detect-filestore.h
detect-flags.c detect keywords: use parse regex util func 9 years ago
detect-flags.h detect: SYN flags 9 years ago
detect-flow.c detect keywords: use parse regex util func 9 years ago
detect-flow.h detect-flow: use dedicated flags 11 years ago
detect-flowbits.c Removed duplicate include statements. 9 years ago
detect-flowbits.h
detect-flowint.c detect: simplify flow locking 9 years ago
detect-flowint.h Update copyright year in detect-flowbits files. 11 years ago
detect-flowvar.c detect: simplify flow locking 9 years ago
detect-flowvar.h detect-state: handle 'post match' locking 10 years ago
detect-fragbits.c detect keywords: use parse regex util func 9 years ago
detect-fragbits.h
detect-fragoffset.c ipv6: simplify ext hdr parsing and storage 9 years ago
detect-fragoffset.h
detect-ftpbounce.c tests: no longer necessary to provide successful return code 9 years ago
detect-ftpbounce.h
detect-geoip.c tests: no longer necessary to provide successful return code 9 years ago
detect-geoip.h
detect-gid.c detect keywords: use parse regex util func 9 years ago
detect-gid.h
detect-hostbits.c detect keywords: use parse regex util func 9 years ago
detect-hostbits.h xbits: implement ip_src/ip_dst support 10 years ago
detect-http-client-body.c http body handling: use streaming buffer API 9 years ago
detect-http-client-body.h
detect-http-cookie.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-cookie.h
detect-http-header.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-header.h
detect-http-hh.c spm: add and use new SPM API 9 years ago
detect-http-hh.h
detect-http-hrh.c spm: add and use new SPM API 9 years ago
detect-http-hrh.h
detect-http-method.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-method.h detect: validate http_method pattern 9 years ago
detect-http-raw-header.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-raw-header.h
detect-http-raw-uri.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-raw-uri.h
detect-http-server-body.c spm: add and use new SPM API 9 years ago
detect-http-server-body.h
detect-http-stat-code.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-stat-code.h
detect-http-stat-msg.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-stat-msg.h
detect-http-ua.c spm: add and use new SPM API 9 years ago
detect-http-ua.h
detect-http-uri.c tests: no longer necessary to provide successful return code 9 years ago
detect-http-uri.h
detect-icmp-id.c Removed duplicate include statements. 9 years ago
detect-icmp-id.h
detect-icmp-seq.c Removed duplicate include statements. 9 years ago
detect-icmp-seq.h
detect-icode.c Removed duplicate include statements. 9 years ago
detect-icode.h
detect-id.c detect keywords: use parse regex util func 9 years ago
detect-id.h
detect-ipopts.c detect-ipopts: optimize matching 9 years ago
detect-ipopts.h detect-ipopts: optimize matching 9 years ago
detect-ipproto.c Removed duplicate include statements. 9 years ago
detect-ipproto.h
detect-iprep.c detect keywords: use parse regex util func 9 years ago
detect-iprep.h
detect-isdataat.c isdataat: remove unused code 9 years ago
detect-isdataat.h
detect-itype.c Removed duplicate include statements. 9 years ago
detect-itype.h
detect-l3proto.c Removed duplicate include statements. 9 years ago
detect-l3proto.h
detect-lua-extensions.c lua: SSH support 10 years ago
detect-lua-extensions.h detect-lua: set direction 10 years ago
detect-lua.c detect: simplify flow locking 9 years ago
detect-lua.h detect: simplify flow locking 9 years ago
detect-mark.c detect keywords: use parse regex util func 9 years ago
detect-mark.h
detect-metadata.c Enforce function coding standard 11 years ago
detect-metadata.h
detect-modbus.c detect keywords: use parse regex util func 9 years ago
detect-modbus.h Coding style cleanup in detect-modbus files. 11 years ago
detect-msg.c detect-msg: fix option parsing 9 years ago
detect-msg.h
detect-noalert.c Enforce function coding standard 11 years ago
detect-noalert.h
detect-nocase.c spm: add and use new SPM API 9 years ago
detect-nocase.h
detect-offset.c rule-parsing: quick fix for rules with wrong double quotes 10 years ago
detect-offset.h
detect-parse.c detect: add (mpm) keyword for tls_sni 9 years ago
detect-parse.h QA: --afl-rules for faster rule fuzzing 9 years ago
detect-pcre.c http body handling: use streaming buffer API 9 years ago
detect-pcre.h
detect-pkt-data.c tests: no longer necessary to provide successful return code 9 years ago
detect-pkt-data.h
detect-pktvar.c detect keywords: use parse regex util func 9 years ago
detect-pktvar.h
detect-priority.c detect keywords: use parse regex util func 9 years ago
detect-priority.h
detect-rawbytes.c Enforce function coding standard 11 years ago
detect-rawbytes.h
detect-reference.c detect keywords: use parse regex util func 9 years ago
detect-reference.h
detect-replace.c tests: no longer necessary to provide successful return code 9 years ago
detect-replace.h Check replist is not NULL inline before doing any processing. 11 years ago
detect-rev.c rule-parsing: quick fix for rules with wrong double quotes 10 years ago
detect-rev.h
detect-rpc.c detect keywords: use parse regex util func 9 years ago
detect-rpc.h
detect-sameip.c tests: no longer necessary to provide successful return code 9 years ago
detect-sameip.h
detect-seq.c tests: no longer necessary to provide successful return code 9 years ago
detect-seq.h
detect-sid.c tests: no longer necessary to provide successful return code 9 years ago
detect-sid.h
detect-ssh-proto-version.c detect keywords: use parse regex util func 9 years ago
detect-ssh-proto-version.h
detect-ssh-software-version.c detect keywords: use parse regex util func 9 years ago
detect-ssh-software-version.h
detect-ssl-state.c detect keywords: use parse regex util func 9 years ago
detect-ssl-state.h
detect-ssl-version.c detect keywords: use parse regex util func 9 years ago
detect-ssl-version.h
detect-stream_size.c detect keywords: use parse regex util func 9 years ago
detect-stream_size.h
detect-tag.c detect keywords: use parse regex util func 9 years ago
detect-tag.h
detect-template-buffer.c tests: no longer necessary to provide successful return code 9 years ago
detect-template-buffer.h app-layer: template for application layer content inspection 10 years ago
detect-template.c detect keywords: use parse regex util func 9 years ago
detect-template.h detect plugin: add template 10 years ago
detect-threshold.c Removed duplicate include statements. 9 years ago
detect-threshold.h suppress: add track by_either mode 10 years ago
detect-tls-sni.c detect: add (mpm) keyword for tls_sni 9 years ago
detect-tls-sni.h detect: add (mpm) keyword for tls_sni 9 years ago
detect-tls-version.c detect keywords: use parse regex util func 9 years ago
detect-tls-version.h
detect-tls.c detect keywords: use parse regex util func 9 years ago
detect-tls.h
detect-tos.c detect keywords: use parse regex util func 9 years ago
detect-tos.h
detect-ttl.c Removed duplicate include statements. 9 years ago
detect-ttl.h
detect-uricontent.c spm: add and use new SPM API 9 years ago
detect-uricontent.h spm: add and use new SPM API 9 years ago
detect-urilen.c Removed duplicate include statements. 9 years ago
detect-urilen.h
detect-window.c detect keywords: use parse regex util func 9 years ago
detect-window.h
detect-within.c Removed duplicate include statements. 9 years ago
detect-within.h
detect-xbits.c detect keywords: use parse regex util func 9 years ago
detect-xbits.h xbits: expire (first steps) 10 years ago
detect.c profiling: fix compilation if libjansson is missing 9 years ago
detect.h file: switch to streaming buffer API 9 years ago
flow-bit.c detect: simplify flow locking 9 years ago
flow-bit.h detect-flowbits: locking update 10 years ago
flow-hash.c autofp: update queue handlers 9 years ago
flow-hash.h flow: get flow reference during lookup 9 years ago
flow-manager.c flow: remove unused debug code 9 years ago
flow-manager.h packet pool: fix memleaks 10 years ago
flow-private.h flowbits: remove unused debugging code 10 years ago
flow-queue.c
flow-queue.h
flow-storage.c tests: no longer necessary to provide successful return code 9 years ago
flow-storage.h
flow-timeout.c multi-detect: set tenant id on pseudo packets 10 years ago
flow-timeout.h flow timeout: cleanups 11 years ago
flow-util.c Correct flow memory usage bookkeeping error 11 years ago
flow-util.h autofp: update queue handlers 9 years ago
flow-var.c Enforce function coding standard 11 years ago
flow-var.h
flow-worker.c flow worker: move UDP app-layer into main function 9 years ago
flow-worker.h flow worker: move UDP app-layer into main function 9 years ago
flow.c detect: simplify flow locking 9 years ago
flow.h autofp: update queue handlers 9 years ago
host-bit.c tests: no longer necessary to provide successful return code 9 years ago
host-bit.h hosts: consider hostbits/xbits status in timeout 10 years ago
host-queue.c Enforce function coding standard 11 years ago
host-queue.h
host-storage.c tests: no longer necessary to provide successful return code 9 years ago
host-storage.h
host-timeout.c hosts: consider hostbits/xbits status in timeout 10 years ago
host-timeout.h
host.c host: fix alignment issues 9 years ago
host.h detect: hostbits keyword 10 years ago
ippair-bit.c tests: no longer necessary to provide successful return code 9 years ago
ippair-bit.h ippair: implement basic timeout check 10 years ago
ippair-queue.c ippair: track ippairs, enable tests 10 years ago
ippair-queue.h ippair: track ippairs, enable tests 10 years ago
ippair-storage.c tests: no longer necessary to provide successful return code 9 years ago
ippair-storage.h ippair: track ippairs, enable tests 10 years ago
ippair-timeout.c ippair: implement basic timeout check 10 years ago
ippair-timeout.h ippair: track ippairs, enable tests 10 years ago
ippair.c ippair: fix alignment issues 9 years ago
ippair.h ippair: track ippairs, enable tests 10 years ago
log-dnslog.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
log-dnslog.h
log-droplog.c Removed duplicate include statements. 9 years ago
log-droplog.h
log-file.c file: switch to streaming buffer API 9 years ago
log-file.h
log-filestore.c file: switch to streaming buffer API 9 years ago
log-filestore.h
log-httplog.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
log-httplog.h
log-pcap.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
log-pcap.h log-pcap: improve profiling 11 years ago
log-stats.c stats: fix stats.log ignoring null-values for threads 9 years ago
log-stats.h Introduce stats log API, convert existing output 11 years ago
log-tcp-data.c Module specific error code for init ctx error. 9 years ago
log-tcp-data.h tcp-data: new streaming logger 11 years ago
log-tlslog.c output: allow more than one TLS logger 9 years ago
log-tlslog.h tls-store: now a separate module 10 years ago
log-tlsstore.c tlsstore: fix memleak 9 years ago
log-tlsstore.h tls-store: now a separate module 10 years ago
output-file.c output-file: fix memleak 9 years ago
output-file.h output: clean file desc at exit. 11 years ago
output-filedata.c file: switch to streaming buffer API 9 years ago
output-filedata.h file: switch to streaming buffer API 9 years ago
output-flow.c Enforce function coding standard 11 years ago
output-flow.h flow: output api stub 11 years ago
output-json-alert.c Removed duplicate include statements. 9 years ago
output-json-alert.h jansson: include in suricata-common.h 10 years ago
output-json-dns.c dns: add support for sshfp records 9 years ago
output-json-dns.h
output-json-drop.c Removed duplicate include statements. 9 years ago
output-json-drop.h
output-json-email-common.c output-json-email: fix memleak 9 years ago
output-json-email-common.h json-email: JsonEmailAddMetadata update 10 years ago
output-json-file.c file: switch to streaming buffer API 9 years ago
output-json-file.h
output-json-flow.c Module specific error code for init ctx error. 9 years ago
output-json-flow.h flow-json-log: stub 11 years ago
output-json-http.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
output-json-http.h jansson: include in suricata-common.h 10 years ago
output-json-netflow.c Module specific error code for init ctx error. 9 years ago
output-json-netflow.h netflow-json: initial version 11 years ago
output-json-smtp.c Module specific error code for init ctx error. 9 years ago
output-json-smtp.h jansson: include in suricata-common.h 10 years ago
output-json-ssh.c Module specific error code for init ctx error. 9 years ago
output-json-ssh.h jansson: include in suricata-common.h 10 years ago
output-json-stats.c Module specific error code for init ctx error. 9 years ago
output-json-stats.h stats: export StatsToJSON 10 years ago
output-json-template.c Corrected and unified debugmessages for init data errors in *ThreadInit. 9 years ago
output-json-template.h app-layer: template for application layer tx logger 10 years ago
output-json-tls.c tls-json-log: register module as tls-json-log, not dns-json-log 9 years ago
output-json-tls.h jansson: include in suricata-common.h 10 years ago
output-json.c Removed duplicate include statements. 9 years ago
output-json.h output-json: constify API 10 years ago
output-lua.c tlslog: use TxLogger 9 years ago
output-lua.h output: Lua HTTP log initial implementation 11 years ago
output-packet.c output-packet: fix memleak 9 years ago
output-packet.h output: clean file desc at exit. 11 years ago
output-stats.c output-stats: fix memleak 9 years ago
output-stats.h counters: pass per thread stats to output api 10 years ago
output-streaming.c http body handling: use streaming buffer API 9 years ago
output-streaming.h output streaming: cleanup at runmode destruction 11 years ago
output-tx.c output: add new tx logger to log at certain condition 9 years ago
output-tx.h output: add new tx logger to log at certain condition 9 years ago
output.c output: add new tx logger to log at certain condition 9 years ago
output.h output: add new tx logger to log at certain condition 9 years ago
packet-queue.c packet pool: make sure packet next ptr is always set 9 years ago
packet-queue.h
pkt-var.c Enforce function coding standard 11 years ago
pkt-var.h
ptxdump.py
queue.h
reputation.c Removed duplicate include statements. 9 years ago
reputation.h iprep: cleanup ctx on shutdown 11 years ago
respond-reject-libnet11.c
respond-reject-libnet11.h
respond-reject.c Reject ICMP traffic, not only TCP/UDP 10 years ago
respond-reject.h
runmode-af-packet.c af-packet: use better defaults if config is missing 9 years ago
runmode-af-packet.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-erf-dag.c Update threads to use global thread names. 9 years ago
runmode-erf-dag.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-erf-file.c flowworker: initial support 9 years ago
runmode-erf-file.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-ipfw.c runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-ipfw.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-napatech.c Update threads to use global thread names. 9 years ago
runmode-napatech.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-netmap.c sources: fix netmap compilation and pcap setup 9 years ago
runmode-netmap.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-nflog.c Update threads to use global thread names. 9 years ago
runmode-nflog.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-nfq.c runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-nfq.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-pcap-file.c flowworker: initial support 9 years ago
runmode-pcap-file.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-pcap.c sources: fix netmap compilation and pcap setup 9 years ago
runmode-pcap.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-pfring.c sources: allow interface definitions to be reordered 9 years ago
runmode-pfring.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-tile.c flowworker: initial support 9 years ago
runmode-tile.h runmodes: remove DetectEngineCtx passing from API 10 years ago
runmode-unittests.c detect: no longer a thread module 9 years ago
runmode-unittests.h
runmode-unix-socket.c Removed duplicate include statements. 9 years ago
runmode-unix-socket.h multi-detect: add reload-tenant command 10 years ago
runmodes.c output: add new tx logger to log at certain condition 9 years ago
runmodes.h runmodes: constify names 9 years ago
source-af-packet.c coverity: fix CID 1362014 9 years ago
source-af-packet.h af-packet: add option to use memory locked mmap 9 years ago
source-erf-dag.c pkt acq: introduce break loop API 9 years ago
source-erf-dag.h
source-erf-file.c pkt acq: introduce break loop API 9 years ago
source-erf-file.h
source-ipfw.c pkt acq: introduce break loop API 9 years ago
source-ipfw.h
source-mpipe.c Use ConfValIs* for parseing mpipe.checksum-checks. 9 years ago
source-mpipe.h
source-napatech.c pkt acq: introduce break loop API 9 years ago
source-napatech.h
source-netmap.c netmap: close sw ring before hw rings 9 years ago
source-netmap.h netmap: support SW rings 10 years ago
source-nflog.c pkt acq: introduce break loop API 9 years ago
source-nflog.h Bootstraping NFLOG capture mode 11 years ago
source-nfq-prototypes.h
source-nfq.c pkt acq: introduce break loop API 9 years ago
source-nfq.h
source-pcap-file.c time: improve offline time handling 9 years ago
source-pcap-file.h pcap-file: add missing atomic init 11 years ago
source-pcap.c detect reload: generic packet injection for capture 9 years ago
source-pcap.h pcap-file: set tenant-id if available 10 years ago
source-pfring.c pfring: cleanup 9 years ago
source-pfring.h pfring pkt acq: keep running on 'pfring_set_cluster' failure when cluster is not required 10 years ago
stream-tcp-inline.c tests: no longer necessary to provide successful return code 9 years ago
stream-tcp-inline.h
stream-tcp-private.h stream: remove STREAMTCP_STREAM_FLAG_CLOSE_INITIATED logic 10 years ago
stream-tcp-reassemble.c tests: no longer necessary to provide successful return code 9 years ago
stream-tcp-reassemble.h http: make http.memuse a global counter 10 years ago
stream-tcp-sack.c tcp sack: improve tests 9 years ago
stream-tcp-sack.h Enforce function coding standard 11 years ago
stream-tcp-util.c stream-tcp: improve test function cleanup 9 years ago
stream-tcp-util.h stream: update inline tests 11 years ago
stream-tcp.c stream-tcp: no longer register as a thread module 9 years ago
stream-tcp.h stream-tcp: no longer register as a thread module 9 years ago
stream.c stream: update StreamMsg to don't have fixed size 10 years ago
stream.h stream: update StreamMsg to don't have fixed size 10 years ago
suricata-common.h detect: add (mpm) keyword for tls_sni 9 years ago
suricata.c yaml: remove conf_filename global 9 years ago
suricata.h yaml: remove conf_filename global 9 years ago
threads-arch-tile.h threads: add untimed control cond call 10 years ago
threads-debug.h threads: add untimed control cond call 10 years ago
threads-profile.h threads: add untimed control cond call 10 years ago
threads.c tests: no longer necessary to provide successful return code 9 years ago
threads.h threads: add untimed control cond call 10 years ago
threadvars.h Change thread name from pointer to buffer. Remove pointer free. 9 years ago
tm-modules.c thread modules: remove unused id's 9 years ago
tm-modules.h pkt acq: introduce break loop API 9 years ago
tm-queuehandlers.c Enforce function coding standard 11 years ago
tm-queuehandlers.h
tm-queues.c tm-queue: unify queue name handling 9 years ago
tm-queues.h
tm-threads-common.h thread modules: remove unused id's 9 years ago
tm-threads.c stream-tcp: more cleanups 9 years ago
tm-threads.h time: improve offline time handling 9 years ago
tmqh-flow.c autofp: update queue handlers 9 years ago
tmqh-flow.h autofp: update queue handlers 9 years ago
tmqh-nfq.c Enforce function coding standard 11 years ago
tmqh-nfq.h
tmqh-packetpool.c packet pool: make sure packet next ptr is always set 9 years ago
tmqh-packetpool.h threading: avoid autofp deadlock 10 years ago
tmqh-ringbuffer.c counters: remaining s/SCPerf/Stats/g 10 years ago
tmqh-ringbuffer.h
tmqh-simple.c counters: remaining s/SCPerf/Stats/g 10 years ago
tmqh-simple.h
unix-manager.c Update thread creation and threads to use global thread names. 9 years ago
unix-manager.h unix-manager: convert to thread module 10 years ago
util-action.c Removed duplicate include statements. 9 years ago
util-action.h
util-affinity.c Fix typos in an error message 9 years ago
util-affinity.h
util-atomic.c tests: no longer necessary to provide successful return code 9 years ago
util-atomic.h
util-base64.c base64: code style fixups 10 years ago
util-base64.h util-base64: strict mode - all characters must be valid 10 years ago
util-binsearch.c
util-binsearch.h
util-bloomfilter-counting.c tests: no longer necessary to provide successful return code 9 years ago
util-bloomfilter-counting.h
util-bloomfilter.c tests: no longer necessary to provide successful return code 9 years ago
util-bloomfilter.h mpm: constify search func args 9 years ago
util-buffer.c MemBuffer: add expansion call 11 years ago
util-buffer.h eve: fix mishandling of big messages 10 years ago
util-byte.c tests: no longer necessary to provide successful return code 9 years ago
util-byte.h Introduce BytesToString utility 12 years ago
util-checksum.c
util-checksum.h
util-cidr.c Enforce function coding standard 11 years ago
util-cidr.h
util-classification-config.c tests: no longer necessary to provide successful return code 9 years ago
util-classification-config.h classification: update pcre globals use 10 years ago
util-clock.h
util-conf.c sources: allow interface definitions to be reordered 9 years ago
util-conf.h sources: allow interface definitions to be reordered 9 years ago
util-coredump-config.c
util-coredump-config.h
util-cpu.c profiling: suppress inferior version of UtilCpuGetTicks warning 9 years ago
util-cpu.h
util-crypt.c
util-crypt.h
util-cuda-buffer.c tests: no longer necessary to provide successful return code 9 years ago
util-cuda-buffer.h
util-cuda-handlers.c cuda: fix compilation 10 years ago
util-cuda-handlers.h
util-cuda-vars.c cuda: fix compilation 10 years ago
util-cuda-vars.h
util-cuda.c tests: no longer necessary to provide successful return code 9 years ago
util-cuda.h
util-daemon.c daemon: suppress coverity resource leak warning (CID 400725) 9 years ago
util-daemon.h
util-debug-filters.c
util-debug-filters.h
util-debug.c logging: clean up at shutdown 9 years ago
util-debug.h lua: print lua script func/line/file in SCLog* funcs 9 years ago
util-decode-asn1.c tests: no longer necessary to provide successful return code 9 years ago
util-decode-asn1.h Update ASN1_MAX_FRAMES to reflect default in suricata.yaml.in 9 years ago
util-decode-der-get.c util-decode-der-get: code cleanup 9 years ago
util-decode-der-get.h
util-decode-der.c afl: add support for AFL PERSISTANT_MODE 9 years ago
util-decode-der.h QA: add --afl-der=<file> 9 years ago
util-decode-mime.c debug: fix compiler warnings 9 years ago
util-decode-mime.h QA: expose Mime decoding API to commandline using --afl-mime=<file> 9 years ago
util-device.c coverty: fix dead code warning 9 years ago
util-device.h Fixed string copy and cat functions and made shortening safer. 9 years ago
util-enum.c
util-enum.h
util-error.c Module specific error code for init ctx error. 9 years ago
util-error.h Module specific error code for init ctx error. 9 years ago
util-file.c file: switch to streaming buffer API 9 years ago
util-file.h file: switch to streaming buffer API 9 years ago
util-fix_checksum.c
util-fix_checksum.h
util-fmemopen.c Enforce function coding standard 11 years ago
util-fmemopen.h
util-hash-lookup3.c util-hash-lookup3: Add hashlittle_safe() variant 9 years ago
util-hash-lookup3.h util-hash-lookup3: Add hashlittle_safe() variant 9 years ago
util-hash.c tests: no longer necessary to provide successful return code 9 years ago
util-hash.h
util-hashlist.c tests: no longer necessary to provide successful return code 9 years ago
util-hashlist.h
util-host-info.c util-host-info: fix memleaks 9 years ago
util-host-info.h Add new function to work on kernel version. 12 years ago
util-host-os-info.c tests: no longer necessary to provide successful return code 9 years ago
util-host-os-info.h
util-hyperscan.c spm: add Hyperscan implementation 9 years ago
util-hyperscan.h spm: add Hyperscan implementation 9 years ago
util-ioctl.c ioctl: fix NULL check after dereference (CID 1204326) 9 years ago
util-ioctl.h ioctl: make all string args const pointers 11 years ago
util-ip.c ip parsing: fix cppcheck negative shift warning 9 years ago
util-ip.h
util-logopenfile-tile.c Use ConfValIsTrue for parsing TILE PCIE logging append value. 9 years ago
util-logopenfile-tile.h Add option on Tile-Gx for logging for fast.log alerts over PCIe 12 years ago
util-logopenfile.c Use ConfValIsTrue for parseing util-logfile append value. 9 years ago
util-logopenfile.h output-json: fix regression on log prefix handling 10 years ago
util-lua-common.c file: switch to streaming buffer API 9 years ago
util-lua-common.h lua: move function to common utils 11 years ago
util-lua-dns.c lua: dns extensions 10 years ago
util-lua-dns.h lua: add export of dns.rrname 11 years ago
util-lua-http.c http body handling: use streaming buffer API 9 years ago
util-lua-http.h lua: move output http funcs to generic util file 11 years ago
util-lua-ssh.c lua: SSH support 10 years ago
util-lua-ssh.h lua: SSH support 10 years ago
util-lua-tls.c lua: expose TLS certificate chain to lua 10 years ago
util-lua-tls.h lua: TLS support 10 years ago
util-lua.c lua: add direction support 10 years ago
util-lua.h lua: add direction support 10 years ago
util-magic.c tests: no longer necessary to provide successful return code 9 years ago
util-magic.h magic: make data arg const 10 years ago
util-mem.h Use posix_memalign instead of mm_malloc on non-Windows systems. 11 years ago
util-memcmp.c tests: no longer necessary to provide successful return code 9 years ago
util-memcmp.h Create Specialized SCMemcmpNZ() when the length can't be zero. 11 years ago
util-memcpy.h spm: constify search args 10 years ago
util-memrchr.c tests: no longer necessary to provide successful return code 9 years ago
util-memrchr.h
util-misc.c pcre: initialize var before use 9 years ago
util-misc.h
util-mpm-ac-bs.c tests: no longer necessary to provide successful return code 9 years ago
util-mpm-ac-bs.h mpm: unify & localize mpm pattern (id) handling 9 years ago
util-mpm-ac-cuda-kernel.cu
util-mpm-ac-tile-small.c mpm: constify search func args 9 years ago
util-mpm-ac-tile.c ac-ks: fix integer handling issue 9 years ago
util-mpm-ac-tile.h mpm: unify & localize mpm pattern (id) handling 9 years ago
util-mpm-ac.c ac: allow use of 31bits of pid space instead of 16 9 years ago
util-mpm-ac.h mpm: unify & localize mpm pattern (id) handling 9 years ago
util-mpm-hs.c mpm-hs: make errors from hs_scan() fatal 9 years ago
util-mpm-hs.h mpm: add Hyperscan integration 9 years ago
util-mpm.c mpm: remove useless flag from factory 9 years ago
util-mpm.h mpm: add "auto" default for mpm-algo 9 years ago
util-optimize.h
util-path.c Enforce function coding standard 11 years ago
util-path.h
util-pidfile.c Enforce function coding standard 11 years ago
util-pidfile.h
util-pool-thread.c tests: no longer necessary to provide successful return code 9 years ago
util-pool-thread.h
util-pool.c tests: no longer necessary to provide successful return code 9 years ago
util-pool.h
util-print.c ipv6: fix alignment issue in address to string code 9 years ago
util-print.h print: make PrintRawDataFp take a const arg 10 years ago
util-privs.c Fix compilation on systems with Musl 9 years ago
util-privs.h
util-profiling-keywords.c profiling: initial rulegroup tracking 9 years ago
util-profiling-locks.c profiling: fix lock profile compilation 10 years ago
util-profiling-locks.h
util-profiling-rulegroups.c profiling: initial rulegroup tracking 9 years ago
util-profiling-rules.c util: get rid of json_array_append 9 years ago
util-profiling.c flow worker: profiling 9 years ago
util-profiling.h profiling: allow packet profiling to be reset 9 years ago
util-proto-name.c parsing: s/strtok/strtok_r/g 10 years ago
util-proto-name.h
util-radix-tree.c tests: no longer necessary to provide successful return code 9 years ago
util-radix-tree.h radix: don't modify node prefix on lookup 12 years ago
util-random.c Enforce function coding standard 11 years ago
util-random.h
util-reference-config.c tests: no longer necessary to provide successful return code 9 years ago
util-reference-config.h reference: update pcre globals use 10 years ago
util-ringbuffer.c tests: no longer necessary to provide successful return code 9 years ago
util-ringbuffer.h
util-rohash.c Enforce function coding standard 11 years ago
util-rohash.h
util-rule-vars.c tests: no longer necessary to provide successful return code 9 years ago
util-rule-vars.h rule-vars: take detect engine as arg 10 years ago
util-runmodes.c flowworker: initial support 9 years ago
util-runmodes.h runmodes: constify names 9 years ago
util-running-modes.c util-running-mode: setup config file 10 years ago
util-running-modes.h
util-signal.c
util-signal.h
util-spm-bm.c spm: add and use new SPM API 9 years ago
util-spm-bm.h spm: add and use new SPM API 9 years ago
util-spm-bs.c Enforce function coding standard 11 years ago
util-spm-bs.h
util-spm-bs2bm.c Enforce function coding standard 11 years ago
util-spm-bs2bm.h
util-spm-hs.c mpm-hs,spm-hs: don't call hs_scan() for zero bytes 9 years ago
util-spm-hs.h spm: add Hyperscan implementation 9 years ago
util-spm.c spm: handle null ptrs in destroy funcs gracefully 9 years ago
util-spm.h spm: add Hyperscan implementation 9 years ago
util-storage.c tests: no longer necessary to provide successful return code 9 years ago
util-storage.h ippair: track ippairs, enable tests 10 years ago
util-streaming-buffer.c streaming: buffer API 9 years ago
util-streaming-buffer.h streaming: buffer API 9 years ago
util-strlcatu.c
util-strlcpyu.c
util-syslog.c
util-syslog.h
util-threshold-config.c tests: no longer necessary to provide successful return code 9 years ago
util-threshold-config.h
util-time.c time: improve offline time handling 9 years ago
util-time.h time: improve offline time handling 9 years ago
util-unittest-helper.c time: improve offline time handling 9 years ago
util-unittest-helper.h
util-unittest.c testing: new test macros, new testing documentation group. 9 years ago
util-unittest.h testing: new test macros, new testing documentation group. 9 years ago
util-validate.h flowworker: initial support 9 years ago
util-var-name.c vars: redo var name <-> idx handling 10 years ago
util-var-name.h vars: redo var name <-> idx handling 10 years ago
util-var.c BUG #1689: fix stack overflow when parsing variables 9 years ago
util-var.h BUG #1689: fix stack overflow when parsing variables 9 years ago
util-vector.h
win32-misc.c
win32-misc.h
win32-service.c
win32-service.h
win32-syslog.h