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 4922cd2d36 pcap-log: introduce PcapLogThreadData
PcapLog uses the global data structure PcapLogData as thread data
as well. This is possible because all operations on it are locked.

This patch introduces PcapLogThreadData. It contains a pointer to
the PcapLogData. Currently to the global instance, but in the future
it may hold a thread-local instance of PcapLogData.
11 years ago
..
Makefile.am Implements NFLOG runmode 11 years ago
action-globals.h
alert-debuglog.c Unregister for file rotation notification when a context is 11 years ago
alert-debuglog.h Alert file formatting clean up. 11 years ago
alert-fastlog.c Unregister for file rotation notification when a context is 11 years ago
alert-fastlog.h Alert file formatting clean up. 11 years ago
alert-pcapinfo.c Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
alert-pcapinfo.h Alert file formatting clean up. 11 years ago
alert-prelude.c Alert file formatting clean up. 11 years ago
alert-prelude.h Alert file formatting clean up. 11 years ago
alert-syslog.c refactor IDS/IPS engine mode logic 11 years ago
alert-syslog.h Alert file formatting clean up. 11 years ago
alert-unified2-alert.c unified2: fix memory leak at shutdown 11 years ago
alert-unified2-alert.h Alert file formatting clean up. 11 years ago
app-layer-dcerpc-common.h
app-layer-dcerpc-udp.c Minor cleanups 11 years ago
app-layer-dcerpc-udp.h
app-layer-dcerpc.c Minor cleanups 11 years ago
app-layer-dcerpc.h
app-layer-detect-proto.c bugfix in debug mode: 11 years ago
app-layer-detect-proto.h app-layer: tell pp registrar if config was found 11 years ago
app-layer-dns-common.c dns: unify type to string logging utility 11 years ago
app-layer-dns-common.h dns: unify type to string logging utility 11 years ago
app-layer-dns-tcp.c dns: if no (valid) config is found, use defaults 11 years ago
app-layer-dns-tcp.h
app-layer-dns-udp.c dns: add tests for TXT response parsing 11 years ago
app-layer-dns-udp.h
app-layer-events.c
app-layer-events.h
app-layer-ftp.c ftp: fix memory leak 11 years ago
app-layer-ftp.h
app-layer-htp-body.c
app-layer-htp-body.h
app-layer-htp-file.c http: per tx decoder events 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 htp: make htp state handling function more robust 11 years ago
app-layer-htp.h http: per tx decoder events 11 years ago
app-layer-nbss.h
app-layer-parser.c bugfix in debug mode: 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 Minor cleanups 11 years ago
app-layer-smb.h
app-layer-smb2.c
app-layer-smb2.h
app-layer-smtp.c smtp: don't read uninitialized value 11 years ago
app-layer-smtp.h
app-layer-ssh.c ssh: fix scan-build warnings 11 years ago
app-layer-ssh.h ssh: add json logger 11 years ago
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 tls: fix uninitialized var use 11 years ago
app-layer-tls-handshake.h
app-layer.c bugfix in debug mode: 11 years ago
app-layer.h
conf-yaml-loader.c Promote nodes set with --set to sequence nodes as needed. 11 years ago
conf-yaml-loader.h
conf.c
conf.h
counters.c Unregister for file rotation notification when a context is 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 vlan: support QinQ ethernet types 11 years ago
decode-ethernet.h vlan: support QinQ ethernet types 11 years ago
decode-events.c
decode-events.h ipv4 decoder: set 'invalid' event on icmpv6 11 years ago
decode-gre.c
decode-gre.h
decode-icmpv4.c
decode-icmpv4.h
decode-icmpv6.c icmpv6: add multicast types 11 years ago
decode-icmpv6.h Don't alert on valid ICMP6 solicit/advert messages. 11 years ago
decode-ipv4.c ipv4 decoder: set 'invalid' event on icmpv6 11 years ago
decode-ipv4.h
decode-ipv6.c ipv6: add support for PAD1 11 years ago
decode-ipv6.h ipv6: add support for PAD1 11 years ago
decode-ppp.c
decode-ppp.h
decode-pppoe.c
decode-pppoe.h
decode-raw.c
decode-raw.h
decode-sctp.c
decode-sctp.h
decode-sll.c
decode-sll.h
decode-tcp.c
decode-tcp.h
decode-teredo.c
decode-teredo.h
decode-udp.c
decode-udp.h
decode-vlan.c Fix null dereference in eve-log 11 years ago
decode-vlan.h json output: fix vlan byte order in output 11 years ago
decode.c packet handling: fix release function 11 years ago
decode.h This patch adds the fields into PacketVars struct to setup a packet from a nflog message 11 years ago
defrag-config.c defrag: fix timeout setting when config is missing 11 years ago
defrag-config.h
defrag-hash.c
defrag-hash.h
defrag-queue.c
defrag-queue.h
defrag-timeout.c
defrag-timeout.h
defrag.c defrag: fix reconstruction 11 years ago
defrag.h
detect-ack.c
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
detect-asn1.h
detect-byte-extract.c byte-extract: switch to pcre_copy_substring 11 years ago
detect-byte-extract.h
detect-bytejump.c byte-test: switch to pcre_copy_substring 11 years ago
detect-bytejump.h
detect-bytetest.c byte_extract/test/jump: fix coverity issues 11 years ago
detect-bytetest.h
detect-classtype.c
detect-classtype.h
detect-content.c
detect-content.h
detect-csum.c
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
detect-dce-stub-data.h
detect-depth.c
detect-depth.h
detect-detection-filter.c
detect-detection-filter.h
detect-distance.c
detect-distance.h
detect-dns-query.c
detect-dns-query.h
detect-dsize.c
detect-dsize.h
detect-engine-address-ipv4.c
detect-engine-address-ipv4.h
detect-engine-address-ipv6.c
detect-engine-address-ipv6.h
detect-engine-address.c Fix address parsing issues 11 years ago
detect-engine-address.h
detect-engine-alert.c
detect-engine-alert.h
detect-engine-analyzer.c
detect-engine-analyzer.h
detect-engine-apt-event.c
detect-engine-apt-event.h
detect-engine-content-inspection.c lua/luajit: use HAVE_LUA mostly 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
detect-engine-event.h ipv4 decoder: set 'invalid' event on icmpv6 11 years ago
detect-engine-file.c
detect-engine-file.h
detect-engine-hcbd.c
detect-engine-hcbd.h
detect-engine-hcd.c
detect-engine-hcd.h
detect-engine-hhd.c
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 Bug 611: fix for iponly 11 years ago
detect-engine-iponly.h
detect-engine-mpm.c Move memcpy_lower() into new util-memcpy.h 11 years ago
detect-engine-mpm.h
detect-engine-payload.c detect: cleanup 11 years ago
detect-engine-payload.h detect: cleanup 11 years ago
detect-engine-port.c
detect-engine-port.h
detect-engine-proto.c
detect-engine-proto.h
detect-engine-siggroup.c
detect-engine-siggroup.h
detect-engine-sigorder.c
detect-engine-sigorder.h
detect-engine-state.c detect: add more defensive checks for flow handling 11 years ago
detect-engine-state.h detect: locking update continued 11 years ago
detect-engine-tag.c
detect-engine-tag.h
detect-engine-threshold.c
detect-engine-threshold.h
detect-engine-uri.c
detect-engine-uri.h
detect-engine.c Fix live reload segv when startup isn't complete 11 years ago
detect-engine.h
detect-fast-pattern.c fast-pattern: fix error check in keyword setup 11 years ago
detect-fast-pattern.h
detect-file-data.c
detect-file-data.h
detect-fileext.c fileext: make case insensitive 11 years ago
detect-fileext.h
detect-filemagic.c
detect-filemagic.h
detect-filemd5.c
detect-filemd5.h
detect-filename.c
detect-filename.h
detect-filesize.c
detect-filesize.h
detect-filestore.c
detect-filestore.h
detect-flags.c
detect-flags.h
detect-flow.c
detect-flow.h
detect-flowbits.c
detect-flowbits.h
detect-flowint.c
detect-flowint.h
detect-flowvar.c
detect-flowvar.h
detect-fragbits.c
detect-fragbits.h
detect-fragoffset.c
detect-fragoffset.h
detect-ftpbounce.c detect: modify AMATCH locking 11 years ago
detect-ftpbounce.h
detect-geoip.c
detect-geoip.h
detect-gid.c
detect-gid.h
detect-http-client-body.c
detect-http-client-body.h
detect-http-cookie.c
detect-http-cookie.h
detect-http-header.c
detect-http-header.h
detect-http-hh.c
detect-http-hh.h
detect-http-hrh.c
detect-http-hrh.h
detect-http-method.c
detect-http-method.h
detect-http-raw-header.c
detect-http-raw-header.h
detect-http-raw-uri.c
detect-http-raw-uri.h
detect-http-server-body.c
detect-http-server-body.h
detect-http-stat-code.c
detect-http-stat-code.h
detect-http-stat-msg.c
detect-http-stat-msg.h
detect-http-ua.c
detect-http-ua.h
detect-http-uri.c
detect-http-uri.h
detect-icmp-id.c
detect-icmp-id.h
detect-icmp-seq.c
detect-icmp-seq.h
detect-icode.c
detect-icode.h
detect-id.c
detect-id.h
detect-ipopts.c
detect-ipopts.h
detect-ipproto.c
detect-ipproto.h
detect-iprep.c
detect-iprep.h
detect-isdataat.c isdataat: fix coverity issue 11 years ago
detect-isdataat.h
detect-itype.c
detect-itype.h
detect-l3proto.c
detect-l3proto.h
detect-luajit-extensions.c lua/luajit: use HAVE_LUA mostly 11 years ago
detect-luajit-extensions.h lua/luajit: use HAVE_LUA mostly 11 years ago
detect-luajit.c lua/luajit: use HAVE_LUA mostly 11 years ago
detect-luajit.h lua/luajit: use HAVE_LUA mostly 11 years ago
detect-mark.c
detect-mark.h
detect-metadata.c
detect-metadata.h
detect-msg.c
detect-msg.h
detect-noalert.c
detect-noalert.h
detect-nocase.c
detect-nocase.h
detect-offset.c
detect-offset.h
detect-parse.c lua/luajit: use HAVE_LUA mostly 11 years ago
detect-parse.h
detect-pcre.c Bug 1098: improve invalid pcre/R handling 11 years ago
detect-pcre.h
detect-pkt-data.c
detect-pkt-data.h
detect-pktvar.c
detect-pktvar.h
detect-priority.c
detect-priority.h
detect-rawbytes.c
detect-rawbytes.h
detect-reference.c
detect-reference.h
detect-replace.c
detect-replace.h
detect-rev.c
detect-rev.h
detect-rpc.c
detect-rpc.h
detect-sameip.c
detect-sameip.h
detect-seq.c
detect-seq.h
detect-sid.c
detect-sid.h
detect-simd.c
detect-ssh-proto-version.c detect: modify AMATCH locking 11 years ago
detect-ssh-proto-version.h
detect-ssh-software-version.c detect: modify AMATCH locking 11 years ago
detect-ssh-software-version.h
detect-ssl-state.c detect: modify AMATCH locking 11 years ago
detect-ssl-state.h
detect-ssl-version.c detect: modify AMATCH locking 11 years ago
detect-ssl-version.h
detect-stream_size.c
detect-stream_size.h
detect-tag.c
detect-tag.h
detect-threshold.c
detect-threshold.h
detect-tls-version.c detect: modify AMATCH locking 11 years ago
detect-tls-version.h
detect-tls.c detect: modify AMATCH locking 11 years ago
detect-tls.h
detect-tos.c
detect-tos.h
detect-ttl.c
detect-ttl.h
detect-uricontent.c
detect-uricontent.h
detect-urilen.c
detect-urilen.h
detect-window.c
detect-window.h
detect-within.c
detect-within.h
detect.c refactor IDS/IPS engine mode logic 11 years ago
detect.h detect: allow alias registration for rule keywords 11 years ago
flow-bit.c
flow-bit.h
flow-hash.c
flow-hash.h
flow-manager.c
flow-manager.h
flow-private.h
flow-queue.c
flow-queue.h
flow-storage.c
flow-storage.h
flow-timeout.c
flow-timeout.h
flow-util.c
flow-util.h
flow-var.c
flow-var.h
flow.c
flow.h Flow: fix flow reference cnt issues 11 years ago
host-queue.c
host-queue.h
host-storage.c
host-storage.h
host-timeout.c
host-timeout.h
host.c
host.h
log-dnslog.c Unregister for file rotation notification when a context is 11 years ago
log-dnslog.h
log-droplog.c Fix Coverity 1220098 and 1220099 11 years ago
log-droplog.h
log-file.c Update log-file.c 11 years ago
log-file.h
log-filestore.c output: add TM_FLAG_LOGAPI_TM thread module flag 11 years ago
log-filestore.h
log-httplog.c Unregister for file rotation notification when a context is 11 years ago
log-httplog.h
log-pcap.c pcap-log: introduce PcapLogThreadData 11 years ago
log-pcap.h log-pcap: improve profiling 11 years ago
log-tlslog.c Unregister for file rotation notification when a context is 11 years ago
log-tlslog.h
output-file.c output api: complete shutdown functions 11 years ago
output-file.h output: clean file desc at exit. 11 years ago
output-filedata.c output api: complete shutdown functions 11 years ago
output-filedata.h output api: complete shutdown functions 11 years ago
output-json-alert.c refactor IDS/IPS engine mode logic 11 years ago
output-json-alert.h alert-json: make full module out of json alert 11 years ago
output-json-dns.c dns: unify type to string logging utility 11 years ago
output-json-dns.h json dns: rename output-dnslog -> output-json-dns 11 years ago
output-json-drop.c refactor IDS/IPS engine mode logic 11 years ago
output-json-drop.h json tls log: rename to output-json-tls 11 years ago
output-json-file.c json output: don't set 'unknown' for missing data 11 years ago
output-json-file.h json outputs: cleanups 11 years ago
output-json-http.c json output: don't set 'unknown' for missing data 11 years ago
output-json-http.h json: rename output-httplog -> output-json-http 11 years ago
output-json-ssh.c ssh-json: add clean up functions 11 years ago
output-json-ssh.h ssh: add json logger 11 years ago
output-json-tls.c tls-json: add cleanup function 11 years ago
output-json-tls.h json tls log: rename to output-json-tls 11 years ago
output-json.c Unregister for file rotation notification when a context is 11 years ago
output-json.h Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
output-packet.c output api: complete shutdown functions 11 years ago
output-packet.h output: clean file desc at exit. 11 years ago
output-tx.c output api: complete shutdown functions 11 years ago
output-tx.h output: clean file desc at exit. 11 years ago
output.c Unregister for file rotation notification when a context is 11 years ago
output.h Unregister for file rotation notification when a context is 11 years ago
packet-queue.c
packet-queue.h
pkt-var.c
pkt-var.h
ptxdump.py
queue.h
reputation.c unused reputation: radix update 11 years ago
reputation.h
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 runmode: remove unused variable. 11 years ago
runmode-af-packet.h
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
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 nfq: update running modes to hide device stats 11 years ago
runmode-nfq.h
runmode-pcap-file.c
runmode-pcap-file.h
runmode-pcap.c
runmode-pcap.h
runmode-pfring.c runmode: remove unused variable. 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
runmode-unittests.h
runmode-unix-socket.c unix socket: fix valgrind issue 11 years ago
runmode-unix-socket.h
runmodes.c Implements NFLOG runmode 11 years ago
runmodes.h Implements NFLOG runmode 11 years ago
source-af-packet.c af-packet: exit in case of a fatal error 11 years ago
source-af-packet.h
source-erf-dag.c DAG: Pull some raw values out into defines. 11 years ago
source-erf-dag.h
source-erf-file.c erf-file: clean up decode thread local storage 11 years ago
source-erf-file.h
source-ipfw.c ipfw: clean up decode thread local storage 11 years ago
source-ipfw.h
source-mpipe.c Rework Tile CPU affinity setting to handle non-contiguous sets of CPUs. 11 years ago
source-mpipe.h
source-napatech.c napatech: clean up decode thread local storage 11 years ago
source-napatech.h
source-nflog.c nflog: fix memory leaks 11 years ago
source-nflog.h Bootstraping NFLOG capture mode 11 years ago
source-nfq-prototypes.h
source-nfq.c nfq: clean up decode thread local storage 11 years ago
source-nfq.h
source-pcap-file.c pcap-file: clean up decode thread local storage 11 years ago
source-pcap-file.h
source-pcap.c pcap: clean up decode thread local storage 11 years ago
source-pcap.h
source-pfring.c Fix bug #1206 11 years ago
source-pfring.h
stream-tcp-inline.c
stream-tcp-inline.h
stream-tcp-private.h stream: implement raw reassembly stop api 11 years ago
stream-tcp-reassemble.c stream: implement raw reassembly stop api 11 years ago
stream-tcp-reassemble.h stream: implement raw reassembly stop api 11 years ago
stream-tcp-sack.c
stream-tcp-sack.h
stream-tcp-util.c
stream-tcp-util.h
stream-tcp.c stream: implement raw reassembly stop api 11 years ago
stream-tcp.h refactor IDS/IPS engine mode logic 11 years ago
stream.c
stream.h
suricata-common.h
suricata.c log-pcap: improve profiling 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
threads.h
threadvars.h Rework Tile CPU affinity setting to handle non-contiguous sets of CPUs. 11 years ago
tm-modules.c Updating the Tmm Id for declaration of nflog capture mode 11 years ago
tm-modules.h Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
tm-queuehandlers.c
tm-queuehandlers.h
tm-queues.c
tm-queues.h
tm-threads-common.h Updating the Tmm Id for declaration of nflog capture mode 11 years ago
tm-threads.c
tm-threads.h
tmqh-flow.c
tmqh-flow.h
tmqh-nfq.c
tmqh-nfq.h
tmqh-packetpool.c packet handling: fix release function 11 years ago
tmqh-packetpool.h
tmqh-ringbuffer.c
tmqh-ringbuffer.h
tmqh-simple.c
tmqh-simple.h
unix-manager.c unix-manager: fix crash when client disconnect 11 years ago
unix-manager.h
util-action.c
util-action.h
util-affinity.c
util-affinity.h
util-atomic.c
util-atomic.h
util-binsearch.c
util-binsearch.h
util-bloomfilter-counting.c
util-bloomfilter-counting.h
util-bloomfilter.c
util-bloomfilter.h
util-buffer.c
util-buffer.h Add macros for access to the underlying buffer and offset. 11 years ago
util-byte.c Fix BytesToString indexing array using wrong index 11 years ago
util-byte.h Introduce BytesToString utility 11 years ago
util-checksum.c
util-checksum.h
util-cidr.c
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 Fix CUDA test warning. 11 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
util-cuda.h
util-daemon.c
util-daemon.h
util-debug-filters.c
util-debug-filters.h
util-debug.c Fix util-debug scan-build warnings 11 years ago
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 Declare a wrapper to parse group option for nflog 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 nflog: set socket timeout 11 years ago
util-error.h nflog: set socket timeout 11 years ago
util-file.c
util-file.h
util-fix_checksum.c
util-fix_checksum.h
util-fmemopen.c
util-fmemopen.h
util-hash-lookup3.c
util-hash-lookup3.h
util-hash.c
util-hash.h
util-hashlist.c
util-hashlist.h
util-host-info.c Add new function to work on kernel version. 11 years ago
util-host-info.h Add new function to work on kernel version. 11 years ago
util-host-os-info.c host-os-info: update radix lookups 11 years ago
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 Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
util-logopenfile-tile.h Add option on Tile-Gx for logging for fast.log alerts over PCIe 11 years ago
util-logopenfile.c Add a rotation flag to LogFileCtx which loggers can use to register 11 years ago
util-logopenfile.h Add a rotation flag to LogFileCtx which loggers can use to register 11 years ago
util-magic.c
util-magic.h
util-mem.h Remove SCStrndup 11 years ago
util-memcmp.c
util-memcmp.h
util-memcpy.h Move memcpy_lower() into new util-memcpy.h 11 years ago
util-memrchr.c
util-memrchr.h
util-misc.c
util-misc.h
util-mpm-ac-bs.c Move memcpy_lower() into new util-memcpy.h 11 years ago
util-mpm-ac-bs.h Remove case_state usage 11 years ago
util-mpm-ac-cuda-kernel.cu
util-mpm-ac-gfbs.c Move memcpy_lower() into new util-memcpy.h 11 years ago
util-mpm-ac-gfbs.h Remove case_state usage 11 years ago
util-mpm-ac-tile-small.c Fix unaligned load in AC-TILE MPM. 11 years ago
util-mpm-ac-tile.c Move memcpy_lower() into new util-memcpy.h 11 years ago
util-mpm-ac-tile.h Remove case_state usage 11 years ago
util-mpm-ac.c Fix lowercase table initialization (bug 1221) 11 years ago
util-mpm-ac.h Remove case_state usage 11 years ago
util-mpm-b2g.c Move memcpy_lower() into new util-memcpy.h 11 years ago
util-mpm-b2g.h
util-mpm-b2gc.c
util-mpm-b2gc.h
util-mpm-b2gm.c
util-mpm-b2gm.h
util-mpm-b3g.c Move memcpy_lower() into new util-memcpy.h 11 years ago
util-mpm-b3g.h
util-mpm-wumanber.c Fix lowercase table initialization (bug 1221) 11 years ago
util-mpm-wumanber.h
util-mpm.c
util-mpm.h
util-optimize.h
util-path.c
util-path.h
util-pidfile.c
util-pidfile.h
util-pool-thread.c
util-pool-thread.h
util-pool.c pool: on Init() error, properly clean up 11 years ago
util-pool.h
util-print.c Reduce time the file lock is held to write an alert to Fast.log 11 years ago
util-print.h Reduce time the file lock is held to write an alert to Fast.log 11 years ago
util-privs.c
util-privs.h
util-profiling-keywords.c profiling: use wider columns in keyword output 11 years ago
util-profiling-locks.c lock profiling: fix memory leak 11 years ago
util-profiling-locks.h
util-profiling-rules.c
util-profiling.c Profiling: fix compilation on CentOS5 11 years ago
util-profiling.h profiling: conditional rule profiling 11 years ago
util-proto-name.c Fix memory leak in proto - name mapping 11 years ago
util-proto-name.h
util-radix-tree.c radix: update tests after API change 11 years ago
util-radix-tree.h radix: don't modify node prefix on lookup 11 years ago
util-random.c
util-random.h
util-reference-config.c
util-reference-config.h
util-ringbuffer.c
util-ringbuffer.h
util-rohash.c rohash: fix potential bad shift 11 years ago
util-rohash.h
util-rule-vars.c Fix address parsing issues 11 years ago
util-rule-vars.h
util-runmodes.c
util-runmodes.h
util-running-modes.c
util-running-modes.h
util-signal.c
util-signal.h
util-spm-bm.c
util-spm-bm.h
util-spm-bs.c
util-spm-bs.h
util-spm-bs2bm.c
util-spm-bs2bm.h
util-spm.c
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 Fix issue #1214 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
util-unittest-helper.h
util-unittest.c
util-unittest.h
util-validate.h debug-validation: fix packet check 11 years ago
util-var-name.c
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