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
Ken Steele 38710697db Speed up SigMatchGetLastSMFromLists()
SigMatchGetLastSMFromLists() is finding the sm with the largest
index among all of the values returned from SigMatchGetLastSM() on
the set of (list and type) tuples passed as arguments.

The function was creating an array of the types, then creating an array
of the results of SigMatchGetLastSM(), sorting that list completely, then
only returning the first values from the list.

The new code, gets one set of arguments from the variable arguments, calls
SigMatchGetLastSM() and if the returned sm has a larger index, keeps that
as the last sm.
11 years ago
..
Makefile.am lua: move lua output code to generic lua file 11 years ago
action-globals.h
alert-debuglog.c Simple code fixes 11 years ago
alert-debuglog.h
alert-fastlog.c Enforce function coding standard 11 years ago
alert-fastlog.h
alert-prelude.c Enforce function coding standard 11 years ago
alert-prelude.h
alert-syslog.c Enforce function coding standard 11 years ago
alert-syslog.h
alert-unified2-alert.c Simple code fixes 11 years ago
alert-unified2-alert.h
app-layer-dcerpc-common.h
app-layer-dcerpc-udp.c Enforce function coding standard 11 years ago
app-layer-dcerpc-udp.h
app-layer-dcerpc.c Enforce function coding standard 11 years ago
app-layer-dcerpc.h
app-layer-detect-proto.c Fix Boyer Moore Nocase bug where BoyerMooreCtxToNocase was missing. 11 years ago
app-layer-detect-proto.h
app-layer-dns-common.c Enforce function coding standard 11 years ago
app-layer-dns-common.h Add Packed attribute on Header structures 11 years ago
app-layer-dns-tcp.c Enforce function coding standard 11 years ago
app-layer-dns-tcp.h
app-layer-dns-udp.c Enforce function coding standard 11 years ago
app-layer-dns-udp.h
app-layer-events.c
app-layer-events.h
app-layer-ftp.c Enforce function coding standard 11 years ago
app-layer-ftp.h
app-layer-htp-body.c streaming logger: support Http Body logging 11 years ago
app-layer-htp-body.h
app-layer-htp-file.c Enforce function coding standard 11 years ago
app-layer-htp-file.h
app-layer-htp-libhtp.c
app-layer-htp-libhtp.h
app-layer-htp-mem.c htp: init memuse atomics 11 years ago
app-layer-htp-mem.h
app-layer-htp.c Enforce function coding standard 11 years ago
app-layer-htp.h streaming logger: support Http Body logging 11 years ago
app-layer-nbss.h
app-layer-parser.c Enforce function coding standard 11 years ago
app-layer-parser.h Look for Mismatched Encrypted HB request and response sizes, along with multiple in-flight HB requests from the same direction 11 years ago
app-layer-protos.c
app-layer-protos.h
app-layer-smb.c Enforce function coding standard 11 years ago
app-layer-smb.h
app-layer-smb2.c Enforce function coding standard 11 years ago
app-layer-smb2.h
app-layer-smtp.c
app-layer-smtp.h
app-layer-ssh.c ssh: convert error message to debug statement 11 years ago
app-layer-ssh.h
app-layer-ssl.c tls: check SSL3/TLS version per record 11 years ago
app-layer-ssl.h tls: check SSL3/TLS version per record 11 years ago
app-layer-tls-handshake.c
app-layer-tls-handshake.h
app-layer.c Enforce function coding standard 11 years ago
app-layer.h
conf-yaml-loader.c
conf-yaml-loader.h
conf.c
conf.h
counters.c Add error checking for pthread_setspecific() and pthread_key_create(). 11 years ago
counters.h Add signal based file rotation for: 11 years ago
data-queue.c
data-queue.h
debug.h
decode-ethernet.c
decode-ethernet.h More structures that need to be marked Packed. 11 years ago
decode-events.c
decode-events.h stream: detect and filter out bad window updates 11 years ago
decode-gre.c Enforce function coding standard 11 years ago
decode-gre.h Fix GRE Source Routing Header definition 11 years ago
decode-icmpv4.c Enforce function coding standard 11 years ago
decode-icmpv4.h More structures that need to be marked Packed. 11 years ago
decode-icmpv6.c Enforce function coding standard 11 years ago
decode-icmpv6.h
decode-ipv4.c Fix decode tests calling PACKET_DO_RECYCLE instead of PACKET_RECYCLE 11 years ago
decode-ipv4.h More structures that need to be marked Packed. 11 years ago
decode-ipv6.c ipv6: RH extension header parsing issue 11 years ago
decode-ipv6.h ipv6: convert ext header pointers to const 11 years ago
decode-ppp.c Enforce function coding standard 11 years ago
decode-ppp.h More structures that need to be marked Packed. 11 years ago
decode-pppoe.c Enforce function coding standard 11 years ago
decode-pppoe.h More structures that need to be marked Packed. 11 years ago
decode-raw.c Enforce function coding standard 11 years ago
decode-raw.h
decode-sctp.c flow: prepare flow forced reuse logging 11 years ago
decode-sctp.h More structures that need to be marked Packed. 11 years ago
decode-sll.c
decode-sll.h More structures that need to be marked Packed. 11 years ago
decode-tcp.c flow: prepare flow forced reuse logging 11 years ago
decode-tcp.h Add Packed attribute on Header structures 11 years ago
decode-teredo.c
decode-teredo.h
decode-udp.c flow: prepare flow forced reuse logging 11 years ago
decode-udp.h Add Packed attribute on Header structures 11 years ago
decode-vlan.c Enforce function coding standard 11 years ago
decode-vlan.h More structures that need to be marked Packed. 11 years ago
decode.c Optimize Packet Ext data freeing 11 years ago
decode.h Optimize Packet Ext data freeing 11 years ago
defrag-config.c defrag: fix timeout setting when config is missing 11 years ago
defrag-config.h
defrag-hash.c Enforce function coding standard 11 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: convert ext header pointers to const 11 years ago
defrag.h defrag: use 'struct timeval' for timeout tracking 11 years ago
detect-ack.c Enforce function coding standard 11 years ago
detect-ack.h
detect-app-layer-event.c detect: modify AMATCH locking 11 years ago
detect-app-layer-event.h
detect-app-layer-protocol.c detect: modify AMATCH locking 11 years ago
detect-app-layer-protocol.h
detect-asn1.c Enforce function coding standard 11 years ago
detect-asn1.h
detect-byte-extract.c byte-extract: switch to pcre_copy_substring 11 years ago
detect-byte-extract.h
detect-bytejump.c Enforce function coding standard 11 years ago
detect-bytejump.h
detect-bytetest.c Enforce function coding standard 11 years ago
detect-bytetest.h
detect-classtype.c
detect-classtype.h
detect-content.c Enforce function coding standard 11 years ago
detect-content.h
detect-csum.c Enforce function coding standard 11 years ago
detect-csum.h
detect-dce-iface.c detect: modify AMATCH locking 11 years ago
detect-dce-iface.h
detect-dce-opnum.c
detect-dce-opnum.h
detect-dce-stub-data.c rule parser: set flag for optionless keywords 11 years ago
detect-dce-stub-data.h
detect-depth.c Enforce function coding standard 11 years ago
detect-depth.h
detect-detection-filter.c Enforce function coding standard 11 years ago
detect-detection-filter.h
detect-distance.c Enforce function coding standard 11 years ago
detect-distance.h
detect-dns-query.c rule parser: set flag for optionless keywords 11 years ago
detect-dns-query.h
detect-dsize.c Enforce function coding standard 11 years ago
detect-dsize.h
detect-engine-address-ipv4.c
detect-engine-address-ipv4.h
detect-engine-address-ipv6.c Enforce function coding standard 11 years ago
detect-engine-address-ipv6.h
detect-engine-address.c Bug fix: IPv6 addresses in negated range and IPv6 string into radix tree. 11 years ago
detect-engine-address.h
detect-engine-alert.c Enforce function coding standard 11 years ago
detect-engine-alert.h
detect-engine-analyzer.c Enforce function coding standard 11 years ago
detect-engine-analyzer.h
detect-engine-apt-event.c
detect-engine-apt-event.h
detect-engine-content-inspection.c Rename Lua code to just Lua 11 years ago
detect-engine-content-inspection.h
detect-engine-dcepayload.c
detect-engine-dcepayload.h
detect-engine-dns.c
detect-engine-dns.h
detect-engine-event.c Enforce function coding standard 11 years ago
detect-engine-event.h stream: detect and filter out bad window updates 11 years ago
detect-engine-file.c detect: track current tx_id in det_ctx 11 years ago
detect-engine-file.h
detect-engine-hcbd.c
detect-engine-hcbd.h
detect-engine-hcd.c
detect-engine-hcd.h
detect-engine-hhd.c Enforce function coding standard 11 years ago
detect-engine-hhd.h
detect-engine-hhhd.c
detect-engine-hhhd.h
detect-engine-hmd.c
detect-engine-hmd.h
detect-engine-hrhd.c
detect-engine-hrhd.h
detect-engine-hrhhd.c
detect-engine-hrhhd.h
detect-engine-hrud.c
detect-engine-hrud.h
detect-engine-hsbd.c
detect-engine-hsbd.h
detect-engine-hscd.c
detect-engine-hscd.h
detect-engine-hsmd.c
detect-engine-hsmd.h
detect-engine-hua.c
detect-engine-hua.h
detect-engine-iponly.c Enforce function coding standard 11 years ago
detect-engine-iponly.h
detect-engine-mpm.c Enforce function coding standard 11 years ago
detect-engine-mpm.h
detect-engine-payload.c Enforce function coding standard 11 years ago
detect-engine-payload.h detect: cleanup 11 years ago
detect-engine-port.c Enforce function coding standard 11 years ago
detect-engine-port.h
detect-engine-proto.c Enforce function coding standard 11 years ago
detect-engine-proto.h
detect-engine-siggroup.c Enforce function coding standard 11 years ago
detect-engine-siggroup.h
detect-engine-sigorder.c
detect-engine-sigorder.h
detect-engine-state.c detect: fix continue detection with amatch and tx 11 years ago
detect-engine-state.h detect: locking update continued 11 years ago
detect-engine-tag.c Enforce function coding standard 11 years ago
detect-engine-tag.h
detect-engine-threshold.c Enforce function coding standard 11 years ago
detect-engine-threshold.h
detect-engine-uri.c
detect-engine-uri.h
detect-engine.c fixup 11 years ago
detect-engine.h
detect-fast-pattern.c rule parser: set flag for optionless keywords 11 years ago
detect-fast-pattern.h
detect-file-data.c rule parser: set flag for optionless keywords 11 years ago
detect-file-data.h
detect-fileext.c Enforce function coding standard 11 years ago
detect-fileext.h
detect-filemagic.c Rename Lua code to just Lua 11 years ago
detect-filemagic.h
detect-filemd5.c Enforce function coding standard 11 years ago
detect-filemd5.h
detect-filename.c Enforce function coding standard 11 years ago
detect-filename.h
detect-filesize.c Enforce function coding standard 11 years ago
detect-filesize.h
detect-filestore.c filestore: fix parsing bug 11 years ago
detect-filestore.h
detect-flags.c Enforce function coding standard 11 years ago
detect-flags.h
detect-flow.c Enforce function coding standard 11 years ago
detect-flow.h
detect-flowbits.c Enforce function coding standard 11 years ago
detect-flowbits.h
detect-flowint.c
detect-flowint.h
detect-flowvar.c Enforce function coding standard 11 years ago
detect-flowvar.h
detect-fragbits.c Enforce function coding standard 11 years ago
detect-fragbits.h
detect-fragoffset.c Enforce function coding standard 11 years ago
detect-fragoffset.h
detect-ftpbounce.c rule parser: set flag for optionless keywords 11 years ago
detect-ftpbounce.h
detect-geoip.c Enforce function coding standard 11 years ago
detect-geoip.h
detect-gid.c Enforce function coding standard 11 years ago
detect-gid.h
detect-http-client-body.c rule parser: set flag for optionless keywords 11 years ago
detect-http-client-body.h
detect-http-cookie.c rule parser: set flag for optionless keywords 11 years ago
detect-http-cookie.h
detect-http-header.c rule parser: set flag for optionless keywords 11 years ago
detect-http-header.h
detect-http-hh.c rule parser: set flag for optionless keywords 11 years ago
detect-http-hh.h
detect-http-hrh.c rule parser: set flag for optionless keywords 11 years ago
detect-http-hrh.h
detect-http-method.c rule parser: set flag for optionless keywords 11 years ago
detect-http-method.h
detect-http-raw-header.c rule parser: set flag for optionless keywords 11 years ago
detect-http-raw-header.h
detect-http-raw-uri.c rule parser: set flag for optionless keywords 11 years ago
detect-http-raw-uri.h
detect-http-server-body.c rule parser: set flag for optionless keywords 11 years ago
detect-http-server-body.h
detect-http-stat-code.c rule parser: set flag for optionless keywords 11 years ago
detect-http-stat-code.h
detect-http-stat-msg.c rule parser: set flag for optionless keywords 11 years ago
detect-http-stat-msg.h
detect-http-ua.c rule parser: set flag for optionless keywords 11 years ago
detect-http-ua.h
detect-http-uri.c rule parser: set flag for optionless keywords 11 years ago
detect-http-uri.h
detect-icmp-id.c Enforce function coding standard 11 years ago
detect-icmp-id.h
detect-icmp-seq.c Enforce function coding standard 11 years ago
detect-icmp-seq.h
detect-icode.c Enforce function coding standard 11 years ago
detect-icode.h
detect-id.c Enforce function coding standard 11 years ago
detect-id.h
detect-ipopts.c Enforce function coding standard 11 years ago
detect-ipopts.h
detect-ipproto.c Enforce function coding standard 11 years ago
detect-ipproto.h
detect-iprep.c Enforce function coding standard 11 years ago
detect-iprep.h
detect-isdataat.c Enforce function coding standard 11 years ago
detect-isdataat.h
detect-itype.c Enforce function coding standard 11 years ago
detect-itype.h
detect-l3proto.c Enforce function coding standard 11 years ago
detect-l3proto.h
detect-lua-extensions.c lua: export packet keywords to detect scripts 11 years ago
detect-lua-extensions.h lua: export packet keywords to detect scripts 11 years ago
detect-lua.c lua detect: expose stream payload 11 years ago
detect-lua.h Rename Lua code to just Lua 11 years ago
detect-mark.c Enforce function coding standard 11 years ago
detect-mark.h
detect-metadata.c Enforce function coding standard 11 years ago
detect-metadata.h
detect-msg.c Enforce function coding standard 11 years ago
detect-msg.h
detect-noalert.c Enforce function coding standard 11 years ago
detect-noalert.h
detect-nocase.c
detect-nocase.h
detect-offset.c Enforce function coding standard 11 years ago
detect-offset.h
detect-parse.c Speed up SigMatchGetLastSMFromLists() 11 years ago
detect-parse.h
detect-pcre.c Enforce function coding standard 11 years ago
detect-pcre.h
detect-pkt-data.c rule parser: set flag for optionless keywords 11 years ago
detect-pkt-data.h
detect-pktvar.c Enforce function coding standard 11 years ago
detect-pktvar.h
detect-priority.c
detect-priority.h
detect-rawbytes.c Enforce function coding standard 11 years ago
detect-rawbytes.h
detect-reference.c
detect-reference.h
detect-replace.c Enforce function coding standard 11 years ago
detect-replace.h
detect-rev.c Enforce function coding standard 11 years ago
detect-rev.h
detect-rpc.c Enforce function coding standard 11 years ago
detect-rpc.h
detect-sameip.c rule parser: set flag for optionless keywords 11 years ago
detect-sameip.h
detect-seq.c Enforce function coding standard 11 years ago
detect-seq.h
detect-sid.c Enforce function coding standard 11 years ago
detect-sid.h
detect-simd.c
detect-ssh-proto-version.c Enforce function coding standard 11 years ago
detect-ssh-proto-version.h
detect-ssh-software-version.c Enforce function coding standard 11 years ago
detect-ssh-software-version.h
detect-ssl-state.c Enforce function coding standard 11 years ago
detect-ssl-state.h
detect-ssl-version.c Enforce function coding standard 11 years ago
detect-ssl-version.h
detect-stream_size.c Enforce function coding standard 11 years ago
detect-stream_size.h
detect-tag.c
detect-tag.h
detect-threshold.c Enforce function coding standard 11 years ago
detect-threshold.h
detect-tls-version.c Enforce function coding standard 11 years ago
detect-tls-version.h
detect-tls.c tls: fix a tls.fingerprint issue in debug mode 11 years ago
detect-tls.h
detect-tos.c
detect-tos.h
detect-ttl.c Enforce function coding standard 11 years ago
detect-ttl.h
detect-uricontent.c Enforce function coding standard 11 years ago
detect-uricontent.h
detect-urilen.c Enforce function coding standard 11 years ago
detect-urilen.h
detect-window.c Enforce function coding standard 11 years ago
detect-window.h
detect-within.c Enforce function coding standard 11 years ago
detect-within.h
detect.c Rename Lua code to just Lua 11 years ago
detect.h filestore: fix parsing bug 11 years ago
flow-bit.c
flow-bit.h
flow-hash.c flow: add flow_end_flags field, add logging 11 years ago
flow-hash.h flow: prepare flow forced reuse logging 11 years ago
flow-manager.c flow json log: add 'shutdown' as flow end reason 11 years ago
flow-manager.h flow-recycler: support multiple instances 11 years ago
flow-private.h Enforce function coding standard 11 years ago
flow-queue.c
flow-queue.h
flow-storage.c Enforce function coding standard 11 years ago
flow-storage.h
flow-timeout.c Enforce function coding standard 11 years ago
flow-timeout.h
flow-util.c
flow-util.h detect state: always lock de_state_m 11 years ago
flow-var.c Enforce function coding standard 11 years ago
flow-var.h
flow.c flow: prepare flow forced reuse logging 11 years ago
flow.h flow json log: add 'shutdown' as flow end reason 11 years ago
host-queue.c Enforce function coding standard 11 years ago
host-queue.h
host-storage.c Enforce function coding standard 11 years ago
host-storage.h
host-timeout.c Enforce function coding standard 11 years ago
host-timeout.h
host.c Enforce function coding standard 11 years ago
host.h
log-dnslog.c Enforce function coding standard 11 years ago
log-dnslog.h
log-droplog.c Enforce function coding standard 11 years ago
log-droplog.h
log-file.c Enforce function coding standard 11 years ago
log-file.h
log-filestore.c Enforce function coding standard 11 years ago
log-filestore.h
log-httplog.c Enforce function coding standard 11 years ago
log-httplog.h
log-pcap.c Enforce function coding standard 11 years ago
log-pcap.h log-pcap: improve profiling 11 years ago
log-tcp-data.c streaming: pass tx_id to logger 11 years ago
log-tcp-data.h tcp-data: new streaming logger 11 years ago
log-tlslog.c Enforce function coding standard 11 years ago
log-tlslog.h
output-file.c Enforce function coding standard 11 years ago
output-file.h output: clean file desc at exit. 11 years ago
output-filedata.c Enforce function coding standard 11 years ago
output-filedata.h output api: complete shutdown functions 11 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 Simple code fixes 11 years ago
output-json-alert.h
output-json-dns.c Enforce function coding standard 11 years ago
output-json-dns.h
output-json-drop.c Enforce function coding standard 11 years ago
output-json-drop.h
output-json-file.c Enforce function coding standard 11 years ago
output-json-file.h
output-json-flow.c flow json log: add 'shutdown' as flow end reason 11 years ago
output-json-flow.h flow-json-log: stub 11 years ago
output-json-http.c json-http: refactoring output code 11 years ago
output-json-http.h json-http: refactoring output code 11 years ago
output-json-netflow.c Enforce function coding standard 11 years ago
output-json-netflow.h netflow-json: initial version 11 years ago
output-json-ssh.c Enforce function coding standard 11 years ago
output-json-ssh.h
output-json-tls.c Enforce function coding standard 11 years ago
output-json-tls.h
output-json.c Enforce function coding standard 11 years ago
output-json.h flow id: quick and dirty first stab at a flow id 11 years ago
output-lua.c output-lua: set proper callbacks for HTTP 11 years ago
output-lua.h output: Lua HTTP log initial implementation 11 years ago
output-packet.c Enforce function coding standard 11 years ago
output-packet.h output: clean file desc at exit. 11 years ago
output-streaming.c streaming: pass tx_id to logger 11 years ago
output-streaming.h streaming: pass tx_id to logger 11 years ago
output-tx.c Enforce function coding standard 11 years ago
output-tx.h output: clean file desc at exit. 11 years ago
output.c streaming logger: support Http Body logging 11 years ago
output.h streaming logger: support Http Body logging 11 years ago
packet-queue.c Enforce function coding standard 11 years ago
packet-queue.h
pkt-var.c Enforce function coding standard 11 years ago
pkt-var.h
ptxdump.py
queue.h
reputation.c Enforce function coding standard 11 years ago
reputation.h Simple code fixes 11 years ago
respond-reject-libnet11.c
respond-reject-libnet11.h
respond-reject.c bugfix in debug mode: 11 years ago
respond-reject.h
runmode-af-packet.c af-packet: check pointers before use 11 years ago
runmode-af-packet.h af-packet: force suricata in IPS mode when needed 11 years ago
runmode-erf-dag.c
runmode-erf-dag.h
runmode-erf-file.c
runmode-erf-file.h
runmode-ipfw.c ipfw: fix build 11 years ago
runmode-ipfw.h
runmode-napatech.c Enforce function coding standard 11 years ago
runmode-napatech.h
runmode-nflog.c nflog: warn if buffer-size is larger than max-size 11 years ago
runmode-nflog.h Implements NFLOG runmode 11 years ago
runmode-nfq.c
runmode-nfq.h
runmode-pcap-file.c
runmode-pcap-file.h
runmode-pcap.c
runmode-pcap.h
runmode-pfring.c runmode-pfring: Fixed typo s/fron/from/ 11 years ago
runmode-pfring.h
runmode-tile.c Rework Tile CPU affinity setting to handle non-contiguous sets of CPUs. 11 years ago
runmode-tile.h
runmode-unittests.c suricata: RunUnittests now return void 11 years ago
runmode-unittests.h
runmode-unix-socket.c flow recycler: unix socket support 11 years ago
runmode-unix-socket.h
runmodes.c output-lua: support submodules 11 years ago
runmodes.h Implements NFLOG runmode 11 years ago
source-af-packet.c Enforce function coding standard 11 years ago
source-af-packet.h
source-erf-dag.c decode: pass ThreadVars to DecodeThreadVarsFree 11 years ago
source-erf-dag.h
source-erf-file.c decode: pass ThreadVars to DecodeThreadVarsFree 11 years ago
source-erf-file.h
source-ipfw.c Enforce function coding standard 11 years ago
source-ipfw.h
source-mpipe.c Fix compiler warning about uninitialized variable in mpipe. 11 years ago
source-mpipe.h
source-napatech.c Enforce function coding standard 11 years ago
source-napatech.h
source-nflog.c Enforce function coding standard 11 years ago
source-nflog.h Bootstraping NFLOG capture mode 11 years ago
source-nfq-prototypes.h
source-nfq.c source-nfq: fix display of next queue 11 years ago
source-nfq.h
source-pcap-file.c Enforce function coding standard 11 years ago
source-pcap-file.h
source-pcap.c Enforce function coding standard 11 years ago
source-pcap.h
source-pfring.c Enforce function coding standard 11 years ago
source-pfring.h
stream-tcp-inline.c Enforce function coding standard 11 years ago
stream-tcp-inline.h
stream-tcp-private.h output-streaming: StreamIterator 11 years ago
stream-tcp-reassemble.c Enforce function coding standard 11 years ago
stream-tcp-reassemble.h stream: implement raw reassembly stop api 11 years ago
stream-tcp-sack.c Enforce function coding standard 11 years ago
stream-tcp-sack.h Enforce function coding standard 11 years ago
stream-tcp-util.c Enforce function coding standard 11 years ago
stream-tcp-util.h
stream-tcp.c tcp session reuse: reset detect state 11 years ago
stream-tcp.h Enforce function coding standard 11 years ago
stream.c Enforce function coding standard 11 years ago
stream.h
suricata-common.h
suricata.c af-packet: force suricata in IPS mode when needed 11 years ago
suricata.h Update version number to 2.1dev 11 years ago
threads-arch-tile.h
threads-debug.h
threads-profile.h
threads.c Enforce function coding standard 11 years ago
threads.h
threadvars.h Rework Tile CPU affinity setting to handle non-contiguous sets of CPUs. 11 years ago
tm-modules.c output: Lua HTTP log initial implementation 11 years ago
tm-modules.h output: add submodules list to OutputCtx 11 years ago
tm-queuehandlers.c Enforce function coding standard 11 years ago
tm-queuehandlers.h
tm-queues.c Enforce function coding standard 11 years ago
tm-queues.h
tm-threads-common.h output: Lua HTTP log initial implementation 11 years ago
tm-threads.c Enforce function coding standard 11 years ago
tm-threads.h threads: add management API 11 years ago
tmqh-flow.c
tmqh-flow.h
tmqh-nfq.c Enforce function coding standard 11 years ago
tmqh-nfq.h
tmqh-packetpool.c packet pool: fix ext_pkt cleaning 11 years ago
tmqh-packetpool.h Implement thread specific data option when __thread is not available. 11 years ago
tmqh-ringbuffer.c Enforce function coding standard 11 years ago
tmqh-ringbuffer.h
tmqh-simple.c Enforce function coding standard 11 years ago
tmqh-simple.h
unix-manager.c unix-manager: fix crash when client disconnect 11 years ago
unix-manager.h
util-action.c Don't require an action-order configuration section. If not present, 11 years ago
util-action.h
util-affinity.c Enforce function coding standard 11 years ago
util-affinity.h
util-atomic.c
util-atomic.h
util-binsearch.c
util-binsearch.h
util-bloomfilter-counting.c Enforce function coding standard 11 years ago
util-bloomfilter-counting.h
util-bloomfilter.c Enforce function coding standard 11 years ago
util-bloomfilter.h Enforce function coding standard 11 years ago
util-buffer.c
util-buffer.h Add macros for access to the underlying buffer and offset. 11 years ago
util-byte.c Enforce function coding standard 11 years ago
util-byte.h
util-checksum.c
util-checksum.h
util-cidr.c Enforce function coding standard 11 years ago
util-cidr.h
util-classification-config.c
util-classification-config.h
util-clock.h
util-conf.c
util-conf.h
util-coredump-config.c
util-coredump-config.h
util-cpu.c
util-cpu.h
util-crypt.c
util-crypt.h
util-cuda-buffer.c
util-cuda-buffer.h
util-cuda-handlers.c
util-cuda-handlers.h
util-cuda-vars.c
util-cuda-vars.h
util-cuda.c
util-cuda.h
util-daemon.c Enforce function coding standard 11 years ago
util-daemon.h
util-debug-filters.c
util-debug-filters.h
util-debug.c
util-debug.h
util-decode-asn1.c
util-decode-asn1.h
util-decode-der-get.c
util-decode-der-get.h
util-decode-der.c
util-decode-der.h
util-device.c Enforce function coding standard 11 years ago
util-device.h Declare a wrapper to parse group option for nflog 11 years ago
util-enum.c
util-enum.h
util-error.c Rename Lua code to just Lua 11 years ago
util-error.h Rename Lua code to just Lua 11 years ago
util-file.c Enforce function coding standard 11 years ago
util-file.h
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.h
util-hash.c Enforce function coding standard 11 years ago
util-hash.h
util-hashlist.c Enforce function coding standard 11 years ago
util-hashlist.h
util-host-info.c
util-host-info.h
util-host-os-info.c
util-host-os-info.h
util-ioctl.c ethtool: add missing include necessary for CentOS5 11 years ago
util-ioctl.h
util-ip.c
util-ip.h
util-logopenfile-tile.c
util-logopenfile-tile.h
util-logopenfile.c Fix eve 'filetype' parsing 11 years ago
util-logopenfile.h Add a rotation flag to LogFileCtx which loggers can use to register 11 years ago
util-lua-common.c lua: move lua output code to generic lua file 11 years ago
util-lua-common.h lua: move lua output code to generic lua file 11 years ago
util-lua-http.c lua: move lua output code to generic lua file 11 years ago
util-lua-http.h lua: move output http funcs to generic util file 11 years ago
util-lua.c lua: LuaPushStringBuffer optimization 11 years ago
util-lua.h lua: move LuaPushStringBuffer to the generic util-lua.c 11 years ago
util-magic.c magic: disable tests depending on magic version 11 years ago
util-magic.h
util-mem.h Use posix_memalign instead of mm_malloc on non-Windows systems. 11 years ago
util-memcmp.c Enforce function coding standard 11 years ago
util-memcmp.h Enforce function coding standard 11 years ago
util-memcpy.h
util-memrchr.c Enforce function coding standard 11 years ago
util-memrchr.h
util-misc.c Enforce function coding standard 11 years ago
util-misc.h
util-mpm-ac-bs.c
util-mpm-ac-bs.h
util-mpm-ac-cuda-kernel.cu
util-mpm-ac-gfbs.c
util-mpm-ac-gfbs.h
util-mpm-ac-tile-small.c Fix unaligned load in AC-TILE MPM. 11 years ago
util-mpm-ac-tile.c Reduce reallocation in AC Tile MPM creation. 11 years ago
util-mpm-ac-tile.h Reduce reallocation in AC Tile MPM creation. 11 years ago
util-mpm-ac.c AC: shrink output table after initialization 11 years ago
util-mpm-ac.h AC: reduce realloc for new states 11 years ago
util-mpm-b2g.c Enforce function coding standard 11 years ago
util-mpm-b2g.h
util-mpm-b2gc.c Enforce function coding standard 11 years ago
util-mpm-b2gc.h
util-mpm-b2gm.c Enforce function coding standard 11 years ago
util-mpm-b2gm.h
util-mpm-b3g.c Enforce function coding standard 11 years ago
util-mpm-b3g.h
util-mpm-wumanber.c Enforce function coding standard 11 years ago
util-mpm-wumanber.h
util-mpm.c Enforce function coding standard 11 years ago
util-mpm.h
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 Enforce function coding standard 11 years ago
util-pool-thread.h
util-pool.c Enforce function coding standard 11 years ago
util-pool.h
util-print.c Enforce function coding standard 11 years ago
util-print.h Add packet and payload logging to JSON alert output 11 years ago
util-privs.c Enforce function coding standard 11 years ago
util-privs.h
util-profiling-keywords.c Enforce function coding standard 11 years ago
util-profiling-locks.c Enforce function coding standard 11 years ago
util-profiling-locks.h
util-profiling-rules.c Enforce function coding standard 11 years ago
util-profiling.c Enforce function coding standard 11 years ago
util-profiling.h
util-proto-name.c
util-proto-name.h
util-radix-tree.c Bug fix: IPv6 addresses in negated range and IPv6 string into radix tree. 11 years ago
util-radix-tree.h
util-random.c Enforce function coding standard 11 years ago
util-random.h
util-reference-config.c
util-reference-config.h
util-ringbuffer.c Enforce function coding standard 11 years ago
util-ringbuffer.h
util-rohash.c Enforce function coding standard 11 years ago
util-rohash.h
util-rule-vars.c
util-rule-vars.h
util-runmodes.c Enforce function coding standard 11 years ago
util-runmodes.h
util-running-modes.c
util-running-modes.h
util-signal.c
util-signal.h
util-spm-bm.c Enforce function coding standard 11 years ago
util-spm-bm.h Fix Boyer Moore Nocase bug where BoyerMooreCtxToNocase was missing. 11 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.c Enforce function coding standard 11 years ago
util-spm.h
util-storage.c
util-storage.h
util-strlcatu.c
util-strlcpyu.c
util-syslog.c
util-syslog.h
util-threshold-config.c Enforce function coding standard 11 years ago
util-threshold-config.h
util-time.c output-json: update timestamp format 11 years ago
util-time.h output-json: update timestamp format 11 years ago
util-unittest-helper.c Enforce function coding standard 11 years ago
util-unittest-helper.h
util-unittest.c Enforce function coding standard 11 years ago
util-unittest.h
util-validate.h
util-var-name.c Enforce function coding standard 11 years ago
util-var-name.h
util-var.c
util-var.h
util-vector.h
win32-misc.c
win32-misc.h
win32-service.c
win32-service.h
win32-syslog.h