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
Pablo Rincon c816af822e Adding support to load rule files from config 16 years ago
..
Makefile.am Added rpc keyword support at packet level 16 years ago
action-globals.h
alert-debuglog.c Changing mutex/spinlocks/conditions naming types 16 years ago
alert-debuglog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-fastlog.c Changing mutex/spinlocks/conditions naming types 16 years ago
alert-fastlog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified-alert.c Changing mutex/spinlocks/conditions naming types 16 years ago
alert-unified-alert.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified-log.c Changing mutex/spinlocks/conditions naming types 16 years ago
alert-unified-log.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified2-alert.c Changing mutex/spinlocks/conditions naming types 16 years ago
alert-unified2-alert.h Preparing multithreading support for alert modules and logfilectx 16 years ago
app-layer-dcerpc.c app layer error handling 16 years ago
app-layer-dcerpc.h better smb parsing 16 years ago
app-layer-detect-proto.c Changing mutex/spinlocks/conditions naming types 16 years ago
app-layer-detect-proto.h Make locking of the flow optional in the app layer subsys so we can also pass locked flows to it. 16 years ago
app-layer-detect.c First iteration of doing app layer detection. 16 years ago
app-layer-detect.h First iteration of doing app layer detection. 16 years ago
app-layer-htp.c fixed port info 16 years ago
app-layer-htp.h added htp unit test 16 years ago
app-layer-http.c Changing mutex/spinlocks/conditions naming types 16 years ago
app-layer-http.h
app-layer-nbss.h smb2 work 16 years ago
app-layer-parser.c Use updated mutex calls. 16 years ago
app-layer-parser.h app layer error handling 16 years ago
app-layer-protos.h app layer error handling 16 years ago
app-layer-smb.c Fixup rebase typo. 16 years ago
app-layer-smb.h better smb parsing 16 years ago
app-layer-smb2.c smb2 work 16 years ago
app-layer-smb2.h smb2 work 16 years ago
app-layer-tls.c app layer error handling 16 years ago
app-layer-tls.h TLS: small updates to the tls parser 16 years ago
app-layer.c Fix app layer detect to actually work. 16 years ago
app-layer.h First iteration of doing app layer detection. 16 years ago
conf-yaml-loader.c Fix a few memory issues. 16 years ago
conf-yaml-loader.h Fix a few memory issues. 16 years ago
conf.c Fix a few memory issues. 16 years ago
conf.h Support vars lookup from conf file. Current patch support address and port group vars lookup 16 years ago
counters.c Changing mutex/spinlocks/conditions naming types 16 years ago
counters.h Changing mutex/spinlocks/conditions naming types 16 years ago
debug.h More logging API usage changes. 16 years ago
decode-ethernet.c refactoring perf stats code 16 years ago
decode-ethernet.h
decode-events.h looking inside ICMP packets 16 years ago
decode-gre.c refactoring perf stats code 16 years ago
decode-gre.h
decode-icmpv4.c refactoring perf stats code 16 years ago
decode-icmpv4.h looking inside ICMP packets 16 years ago
decode-icmpv6.c refactoring perf stats code 16 years ago
decode-icmpv6.h ICMPv6 Decoder and unittests 16 years ago
decode-ipv4.c refactoring perf stats code 16 years ago
decode-ipv4.h looking inside ICMP packets 16 years ago
decode-ipv6.c refactoring perf stats code 16 years ago
decode-ipv6.h Reorganize header inclusions. 16 years ago
decode-ppp.c refactoring perf stats code 16 years ago
decode-ppp.h
decode-pppoe.c refactoring perf stats code 16 years ago
decode-pppoe.h Reorganize header inclusions. 16 years ago
decode-sll.c refactoring perf stats code 16 years ago
decode-sll.h
decode-tcp.c refactoring perf stats code 16 years ago
decode-tcp.h target based paws handling 16 years ago
decode-udp.c refactoring perf stats code 16 years ago
decode-udp.h
decode.c stats upgrade. Added interval counters to the decoder module 16 years ago
decode.h Changed printf's to logging API functions 16 years ago
defrag.c Changing mutex/spinlocks/conditions naming types 16 years ago
defrag.h Fix warning free compilation of defrag. Fix a missing variable initialization that cause a segv in the unittests. 16 years ago
detect-ack.c Get rid of global mpm_ctx. 16 years ago
detect-ack.h Ack/Seq Keywords part 2 16 years ago
detect-bytejump.c added sigmatch payload flag 16 years ago
detect-bytejump.h Cleanup bytetest and bytejump. 16 years ago
detect-bytetest.c fixed DetectByteTest bug 16 years ago
detect-bytetest.h Cleanup bytetest and bytejump. 16 years ago
detect-classtype.c Reorganize header inclusions. 16 years ago
detect-classtype.h
detect-content.c Fix for handling negated content "\!CONTENT" 16 years ago
detect-content.h Support fast_pattern modifier keyword for content 16 years ago
detect-csum.c Reorganize header inclusions. 16 years ago
detect-csum.h
detect-decode-event.c Regular expression for UnitTests 16 years ago
detect-decode-event.h ICMPv6 Decoder and unittests 16 years ago
detect-depth.c Updating real unittests. Small fix on TestWithinDistanceOffsetDepth to skip to the next DETECT_CONTENT SigMatch. Adding some checks on within/distance setups. 16 years ago
detect-depth.h
detect-distance.c Updating real unittests. Small fix on TestWithinDistanceOffsetDepth to skip to the next DETECT_CONTENT SigMatch. Adding some checks on within/distance setups. 16 years ago
detect-distance.h
detect-dsize.c detect-dsize regex doxygen logging subsys changes 16 years ago
detect-dsize.h
detect-engine-address-ipv4.c Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-address-ipv4.h Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-address-ipv6.c Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-address-ipv6.h Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-address.c more invalid netmask fixes and unittest 16 years ago
detect-engine-address.h Fixup artifact from automatic renames: rename DetectAddresssHead to DetectAddressHead. 16 years ago
detect-engine-iponly.c smb2 work 16 years ago
detect-engine-iponly.h More engine init memleaks fixed. HashListTable remove function fixed. 16 years ago
detect-engine-mpm.c Bug fix for fast_pattern - bug #8 16 years ago
detect-engine-mpm.h Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 16 years ago
detect-engine-port.c Fix app layer detect to actually work. 16 years ago
detect-engine-port.h More engine init memleaks fixed. HashListTable remove function fixed. 16 years ago
detect-engine-proto.c Fix app layer detect to actually work. 16 years ago
detect-engine-proto.h Fix app layer detect to actually work. 16 years ago
detect-engine-siggroup.c Fixup siggroup merge artifacts. 16 years ago
detect-engine-siggroup.h Unittests and style fix for detect-engine-siggroup.[ch] 16 years ago
detect-engine-sigorder.c Get rid of global mpm_ctx. 16 years ago
detect-engine-sigorder.h Order the signatures based on certain rule parameters like actions, flowbits, flowvar, pktvar, priority etc 16 years ago
detect-engine.c Fix warnings from previous patch. Add info to usage output. 16 years ago
detect-engine.h Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 16 years ago
detect-fast-pattern.c failing unit test where fast_pattern rule and non-fast_pattern rule inspect same payload 16 years ago
detect-fast-pattern.h Support fast_pattern modifier keyword for content 16 years ago
detect-flags.c unit test showing flags:0 alerting when it shouldn't 16 years ago
detect-flags.h Signature Flags Keyword 16 years ago
detect-flow.c Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 16 years ago
detect-flow.h
detect-flowbits.c Make engine initialization a bit more quiet. 16 years ago
detect-flowbits.h FlowBits Unit Tests 16 years ago
detect-flowint.c Added support at Flowints for keywords isset and notset 16 years ago
detect-flowint.h Added support at Flowints for keywords isset and notset 16 years ago
detect-flowvar.c First version of flowints 16 years ago
detect-flowvar.h
detect-fragbits.c FragBits Keyword 16 years ago
detect-fragbits.h FragBits Keyword 16 years ago
detect-gid.c Gid Keyword 16 years ago
detect-gid.h Gid Keyword 16 years ago
detect-icode.c Changed printf's to logging API functions 16 years ago
detect-icode.h Changed printf's to logging API functions 16 years ago
detect-id.c Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
detect-id.h Adding id keyword and unittests 16 years ago
detect-ipopts.c Regular expression for UnitTests 16 years ago
detect-ipopts.h IpOpts Rule Keyword 16 years ago
detect-ipproto.c Make engine initialization a bit more quiet. 16 years ago
detect-ipproto.h Add ip_proto support. 16 years ago
detect-isdataat.c Updating real unittests. Small fix on TestWithinDistanceOffsetDepth to skip to the next DETECT_CONTENT SigMatch. Adding some checks on within/distance setups. 16 years ago
detect-isdataat.h Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
detect-itype.c Changed printf's to logging API functions 16 years ago
detect-itype.h Changed printf's to logging API functions 16 years ago
detect-metadata.c Reorganize header inclusions. 16 years ago
detect-metadata.h
detect-msg.c Fix msg parsing. 16 years ago
detect-msg.h
detect-noalert.c Reorganize header inclusions. 16 years ago
detect-noalert.h
detect-nocase.c added sigmatch payload flag 16 years ago
detect-nocase.h
detect-offset.c Updating real unittests. Small fix on TestWithinDistanceOffsetDepth to skip to the next DETECT_CONTENT SigMatch. Adding some checks on within/distance setups. 16 years ago
detect-offset.h
detect-parse.c Add fatal failures on unittest and siginit failure (using Conf API) 16 years ago
detect-parse.h Adding bidirectional operator support and unittests 16 years ago
detect-pcre.c First version of flowints 16 years ago
detect-pcre.h PCRE O Modifier 16 years ago
detect-pktvar.c added sigmatch payload flag 16 years ago
detect-pktvar.h
detect-priority.c Reorganize header inclusions. 16 years ago
detect-priority.h
detect-rawbytes.c added sigmatch payload flag 16 years ago
detect-rawbytes.h
detect-recursive.c Reorganize header inclusions. 16 years ago
detect-recursive.h
detect-reference.c Reorganize header inclusions. 16 years ago
detect-reference.h
detect-rev.c Reorganize header inclusions. 16 years ago
detect-rev.h
detect-rpc.c Added rpc keyword support at packet level 16 years ago
detect-rpc.h Added rpc keyword support at packet level 16 years ago
detect-sameip.c Get rid of global mpm_ctx. 16 years ago
detect-sameip.h Sameip Keyword 16 years ago
detect-seq.c Get rid of global mpm_ctx. 16 years ago
detect-seq.h Ack/Seq Keywords part 2 16 years ago
detect-sid.c Reorganize header inclusions. 16 years ago
detect-sid.h
detect-stream_size.c support for ttl keyword 16 years ago
detect-stream_size.h
detect-threshold.c Reorganize header inclusions. 16 years ago
detect-threshold.h
detect-tls-version.c Changing mutex/spinlocks/conditions naming types 16 years ago
detect-tls-version.h Fix app layer detect to actually work. 16 years ago
detect-ttl.c change the netmask to uint8_t for the ip handling part of the radix tree and also use 255 instead of -1 to indicate the absence of a netblock 16 years ago
detect-ttl.h TTL macros suppport 16 years ago
detect-uricontent.c added sigmatch payload flag 16 years ago
detect-uricontent.h
detect-window.c Reorganize header inclusions. 16 years ago
detect-window.h Small fixes 16 years ago
detect-within.c Updating real unittests. Small fix on TestWithinDistanceOffsetDepth to skip to the next DETECT_CONTENT SigMatch. Adding some checks on within/distance setups. 16 years ago
detect-within.h
detect.c Adding support to load rule files from config 16 years ago
detect.h Add fatal failures on unittest and siginit failure (using Conf API) 16 years ago
eidps-common.h Adding support for Mac OS X, FreeBSD, centrailizing mutex/spins/conditions in a macro API, and some unittests 16 years ago
eidps.c Fix warnings from previous patch. Add info to usage output. 16 years ago
eidps.h Changing mutex/spinlocks/conditions naming types 16 years ago
flow-bit.c Changing mutex/spinlocks/conditions naming types 16 years ago
flow-bit.h
flow-hash.c Changing mutex/spinlocks/conditions naming types 16 years ago
flow-hash.h Changing mutex/spinlocks/conditions naming types 16 years ago
flow-private.h Changing mutex/spinlocks/conditions naming types 16 years ago
flow-queue.c Changing mutex/spinlocks/conditions naming types 16 years ago
flow-queue.h Changing mutex/spinlocks/conditions naming types 16 years ago
flow-util.c Changing mutex/spinlocks/conditions naming types 16 years ago
flow-util.h
flow-var.c Use correct mutex call in flow-vars code. 16 years ago
flow-var.h Added support at Flowints for keywords isset and notset 16 years ago
flow.c Changing mutex/spinlocks/conditions naming types 16 years ago
flow.h Changing mutex/spinlocks/conditions naming types 16 years ago
host.c Reorganize header inclusions. 16 years ago
host.h Changing mutex/spinlocks/conditions naming types 16 years ago
log-httplog.c Changing mutex/spinlocks/conditions naming types 16 years ago
log-httplog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
packet-queue.c Changing mutex/spinlocks/conditions naming types 16 years ago
packet-queue.h Changing mutex/spinlocks/conditions naming types 16 years ago
pkt-var.c Reorganize header inclusions. 16 years ago
pkt-var.h
queue.h Break out checksum fixup code to make the license separation more clear. 16 years ago
reputation.h Cleanup comments. 16 years ago
respond-reject-libnet11.c Reorganize header inclusions. 16 years ago
respond-reject-libnet11.h
respond-reject.c some changes in threading constants 16 years ago
respond-reject.h support for thread exit constants 16 years ago
runmodes.c fixed thread issue 16 years ago
runmodes.h Fix merge artifact and add new logging init code to pfring runmodes as well. 16 years ago
source-nfq-prototypes.h
source-nfq.c Changing mutex/spinlocks/conditions naming types 16 years ago
source-nfq.h Changing mutex/spinlocks/conditions naming types 16 years ago
source-pcap-file.c Changing mutex/spinlocks/conditions naming types 16 years ago
source-pcap-file.h
source-pcap.c Changing mutex/spinlocks/conditions naming types 16 years ago
source-pcap.h Fix datalink retrieval for pcap file mode and nfq mode for use in unified2. 16 years ago
source-pfring.c stats upgrade. Added interval counters to the decoder module 16 years ago
source-pfring.h native PF_RING support with fixes 16 years ago
stream-tcp-private.h TCP streams: support falling back to 3WHS when we were led to believe we were in 4WHS mode. Add unittests. 16 years ago
stream-tcp-reassemble.c Changing mutex/spinlocks/conditions naming types 16 years ago
stream-tcp-reassemble.h fix an issue 16 years ago
stream-tcp.c Changing mutex/spinlocks/conditions naming types 16 years ago
stream-tcp.h async stream handling support 16 years ago
stream.c Changing mutex/spinlocks/conditions naming types 16 years ago
stream.h Changing mutex/spinlocks/conditions naming types 16 years ago
threads.c Changing mutex/spinlocks/conditions naming types 16 years ago
threads.h Changing mutex/spinlocks/conditions naming types 16 years ago
threadvars.h Changing mutex/spinlocks/conditions naming types 16 years ago
tm-modules.c Changing mutex/spinlocks/conditions naming types 16 years ago
tm-modules.h Changing mutex/spinlocks/conditions naming types 16 years ago
tm-queuehandlers.c
tm-queuehandlers.h
tm-queues.c Changing mutex/spinlocks/conditions naming types 16 years ago
tm-queues.h
tm-threads.c Changing mutex/spinlocks/conditions naming types 16 years ago
tm-threads.h Changing mutex/spinlocks/conditions naming types 16 years ago
tmqh-flow.c Changing mutex/spinlocks/conditions naming types 16 years ago
tmqh-flow.h
tmqh-nfq.c Changing mutex/spinlocks/conditions naming types 16 years ago
tmqh-nfq.h
tmqh-packetpool.c Changing mutex/spinlocks/conditions naming types 16 years ago
tmqh-packetpool.h
tmqh-simple.c Changing mutex/spinlocks/conditions naming types 16 years ago
tmqh-simple.h
util-binsearch.c More logging API usage changes. 16 years ago
util-binsearch.h
util-bloomfilter-counting.c Reorganize header inclusions. 16 years ago
util-bloomfilter-counting.h
util-bloomfilter.c Regular expression for UnitTests 16 years ago
util-bloomfilter.h
util-byte.c fixed DetectByteTest bug 16 years ago
util-byte.h Byte utils return num bytes extracted on success instead of zero. 16 years ago
util-cidr.c Reorganize header inclusions. 16 years ago
util-cidr.h
util-debug-filters.c Changing mutex/spinlocks/conditions naming types 16 years ago
util-debug-filters.h Adding support for Mac OS X, FreeBSD, centrailizing mutex/spins/conditions in a macro API, and some unittests 16 years ago
util-debug.c Adding support for Mac OS X, FreeBSD, centrailizing mutex/spins/conditions in a macro API, and some unittests 16 years ago
util-debug.h Adding support for Mac OS X, FreeBSD, centrailizing mutex/spins/conditions in a macro API, and some unittests 16 years ago
util-enum.c Host OS Table API. Modifications also make to the radix tree to handle netblocks 16 years ago
util-enum.h Implementation of the logging module 16 years ago
util-error.c app layer error handling 16 years ago
util-error.h fixed DetectByteTest bug 16 years ago
util-fix_checksum.c Break out checksum fixup code to make the license separation more clear. 16 years ago
util-fix_checksum.h Break out checksum fixup code to make the license separation more clear. 16 years ago
util-hash.c Reorganize header inclusions. 16 years ago
util-hash.h
util-hashlist.c Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
util-hashlist.h
util-host-os-info.c Support host os flavour retrieval functions with raw network addresses 16 years ago
util-host-os-info.h Support host os flavour retrieval functions with raw network addresses 16 years ago
util-mpm-b2g.c Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
util-mpm-b2g.h Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
util-mpm-b3g.c Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
util-mpm-b3g.h Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 16 years ago
util-mpm-wumanber.c Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
util-mpm-wumanber.h Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 16 years ago
util-mpm.c Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
util-mpm.h Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 16 years ago
util-pool.c Regular expression for UnitTests 16 years ago
util-pool.h
util-print.c Reorganize header inclusions. 16 years ago
util-print.h
util-radix-tree.c Adding support for Mac OS X, FreeBSD, centrailizing mutex/spins/conditions in a macro API, and some unittests 16 years ago
util-radix-tree.h change the netmask to uint8_t for the ip handling part of the radix tree and also use 255 instead of -1 to indicate the absence of a netblock 16 years ago
util-rule-vars.c Fix a few memory issues. 16 years ago
util-rule-vars.h Support vars lookup from conf file. Current patch support address and port group vars lookup 16 years ago
util-time.c Changing mutex/spinlocks/conditions naming types 16 years ago
util-time.h Time handling: improve time handling in unittests 16 years ago
util-unittest.c Add fatal failures on unittest and siginit failure (using Conf API) 16 years ago
util-unittest.h Bug 6 16 years ago
util-var-name.c Added support at Flowints for keywords isset and notset 16 years ago
util-var-name.h
util-var.c
util-var.h