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 cc442f1772 Fixup flow bits sig tests to work with the changes to the pattern matchers. 16 years ago
..
Makefile.am support for ttl keyword 16 years ago
action-globals.h updates for configure.in, added reject code, some decode stuff for tcp 16 years ago
alert-debuglog.c support for thread exit constants 16 years ago
alert-debuglog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-fastlog.c support for thread exit constants 16 years ago
alert-fastlog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified-alert.c support for thread exit constants 16 years ago
alert-unified-alert.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified-log.c support for thread exit constants 16 years ago
alert-unified-log.h Preparing multithreading support for alert modules and logfilectx 16 years ago
alert-unified2-alert.c fixed unified alert2 ecode and removed printfs 16 years ago
alert-unified2-alert.h Preparing multithreading support for alert modules and logfilectx 16 years ago
app-layer-dcerpc.c fix smb and dcerpc unit tests 16 years ago
app-layer-dcerpc.h smb and dcerpc work 16 years ago
app-layer-detect-proto.c smb and dcerpc work 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-http.c Regular expression for UnitTests 16 years ago
app-layer-http.h Big update: 16 years ago
app-layer-parser.c added check for full al_parser_table 16 years ago
app-layer-parser.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-protos.h smb and dcerpc work 16 years ago
app-layer-smb.c Fixup formatting on the smb code. 16 years ago
app-layer-smb.h smb and dcerpc work 16 years ago
app-layer-tls.c Regular expression for UnitTests 16 years ago
app-layer-tls.h Add 'BySize' field parser. Add stub tls parser. 16 years ago
conf-yaml-loader.c Files missed in last commit. 16 years ago
conf-yaml-loader.h Files missed in last commit. 16 years ago
conf.c Fix compilation warning in conf test. 16 years ago
conf.h Files missed in last commit. 16 years ago
counters.c initial thread code support 16 years ago
counters.h Unify all counter registration code on uint16_t counter id's. 16 years ago
debug.h More logging API usage changes. 16 years ago
decode-ethernet.c Regular expression for UnitTests 16 years ago
decode-ethernet.h more unit tests for pppoe - part I 16 years ago
decode-events.h looking inside ICMP packets 16 years ago
decode-gre.c Regular expression for UnitTests 16 years ago
decode-gre.h GRE struct naming fix, comment adds. 16 years ago
decode-icmpv4.c Remove unused var and fix compilation with DEBUG enabled. 16 years ago
decode-icmpv4.h looking inside ICMP packets 16 years ago
decode-icmpv6.c Small layout fix. 16 years ago
decode-icmpv6.h ICMPv6 Decoder and unittests 16 years ago
decode-ipv4.c Break out checksum fixup code to make the license separation more clear. 16 years ago
decode-ipv4.h looking inside ICMP packets 16 years ago
decode-ipv6.c More logging API usage changes. 16 years ago
decode-ipv6.h Reorganize header inclusions. 16 years ago
decode-ppp.c Regular expression for UnitTests 16 years ago
decode-ppp.h Fix short IPv4 packets not getting detected in the decoder. Set decode event on short ipv6 packets. 16 years ago
decode-pppoe.c check that the encapsulated packet is correctly parsed 16 years ago
decode-pppoe.h Reorganize header inclusions. 16 years ago
decode-sll.c Reorganize header inclusions. 16 years ago
decode-sll.h 64 bit cleanup part2 16 years ago
decode-tcp.c Regular expression for UnitTests 16 years ago
decode-tcp.h target based paws handling 16 years ago
decode-udp.c Regular expression for UnitTests 16 years ago
decode-udp.h Added support for the csum-<protocol> rules keyword to the detection engine. Keywords added are ipv4-csum, tcpv4-csum, tcpv6-csum, udpv4-csum, udpv6-csum, icmpv4-csum and icmpv6-csum 16 years ago
decode.c some minor changes 16 years ago
decode.h ICMPv6 Decoder and unittests 16 years ago
defrag.c Bunch of mostly unittest related memleak fixes. 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 added sigmatch payload flag 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 Initial add of the files. 16 years ago
detect-content.c added sigmatch payload flag 16 years ago
detect-content.h Adding window and isdataat keyword and some unittests 16 years ago
detect-csum.c Reorganize header inclusions. 16 years ago
detect-csum.h Added support for the csum-<protocol> rules keyword to the detection engine. Keywords added are ipv4-csum, tcpv4-csum, tcpv6-csum, udpv4-csum, udpv6-csum, icmpv4-csum and icmpv6-csum 16 years ago
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 added sigmatch payload flag 16 years ago
detect-depth.h Initial add of the files. 16 years ago
detect-distance.c added sigmatch payload flag 16 years ago
detect-distance.h Initial add of the files. 16 years ago
detect-dsize.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-dsize.h 64 bit cleanup part2 16 years ago
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 fixed for invalid netmask being set to 0 16 years ago
detect-engine-address.h Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-iponly.c Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-engine-iponly.h More engine init memleaks fixed. HashListTable remove function fixed. 16 years ago
detect-engine-mpm.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-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 More engine init memleaks fixed. HashListTable remove function fixed. 16 years ago
detect-engine-port.h More engine init memleaks fixed. HashListTable remove function fixed. 16 years ago
detect-engine-proto.c Small detect engine proto cleanups. 16 years ago
detect-engine-proto.h Small detect engine proto cleanups. 16 years ago
detect-engine-siggroup.c Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
detect-engine-siggroup.h Further memory cleanups. Split out init only vars out of the sig group head. 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 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.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-flags.c FlagBits fix 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 64 bit cleanup part2 16 years ago
detect-flowbits.c Fixup flow bits sig tests to work with the changes to the pattern matchers. 16 years ago
detect-flowbits.h FlowBits Unit Tests 16 years ago
detect-flowvar.c More logging API usage. Changed logging macro's slightly so the vars inside them won't conflict with vars used by the calling function. 16 years ago
detect-flowvar.h 64 bit cleanup part2 16 years ago
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-id.c Get rid of global mpm_ctx. 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 Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-ipproto.h Add ip_proto support. 16 years ago
detect-isdataat.c added sigmatch payload flag 16 years ago
detect-isdataat.h Small stream fixes. 16 years ago
detect-metadata.c Reorganize header inclusions. 16 years ago
detect-metadata.h Initial add of the files. 16 years ago
detect-msg.c Fix msg parsing. 16 years ago
detect-msg.h Initial add of the files. 16 years ago
detect-noalert.c Reorganize header inclusions. 16 years ago
detect-noalert.h Add noalert keyword for use with sigs that are used for capturing only. 16 years ago
detect-nocase.c added sigmatch payload flag 16 years ago
detect-nocase.h Initial add of the files. 16 years ago
detect-offset.c added sigmatch payload flag 16 years ago
detect-offset.h Initial add of the files. 16 years ago
detect-parse.c Rename DetectAddressGroup* to DetectAddress* 16 years ago
detect-parse.h Put all globals in the detection engine ctx. Add HashList type, a hash that also stores the items ina list to it can be traversed. Many cleanups. 16 years ago
detect-pcre.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-pcre.h 64 bit cleanup part2 16 years ago
detect-pktvar.c added sigmatch payload flag 16 years ago
detect-pktvar.h 64 bit cleanup part2 16 years ago
detect-priority.c Reorganize header inclusions. 16 years ago
detect-priority.h Support priority keyword, add priority to alert-fastlog. 16 years ago
detect-rawbytes.c added sigmatch payload flag 16 years ago
detect-rawbytes.h Initial add of the files. 16 years ago
detect-recursive.c Reorganize header inclusions. 16 years ago
detect-recursive.h Initial add of the files. 16 years ago
detect-reference.c Reorganize header inclusions. 16 years ago
detect-reference.h Initial add of the files. 16 years ago
detect-rev.c Reorganize header inclusions. 16 years ago
detect-rev.h Initial add of the files. 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 Initial add of the files. 16 years ago
detect-stream_size.c support for ttl keyword 16 years ago
detect-stream_size.h stream size match function and unittests 16 years ago
detect-threshold.c Reorganize header inclusions. 16 years ago
detect-threshold.h Initial add of the files. 16 years ago
detect-ttl.c TTL macros suppport 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 64 bit cleanup part2 16 years ago
detect-window.c Reorganize header inclusions. 16 years ago
detect-window.h Small fixes 16 years ago
detect-within.c added sigmatch payload flag 16 years ago
detect-within.h Initial add of the files. 16 years ago
detect.c support for ttl keyword 16 years ago
detect.h support for ttl keyword 16 years ago
eidps-common.h Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
eidps.c smb and dcerpc work 16 years ago
eidps.h native PF_RING support with fixes 16 years ago
flow-bit.c Regular expression for UnitTests 16 years ago
flow-bit.h 64 bit cleanup part2 16 years ago
flow-hash.c More logging API usage changes. 16 years ago
flow-hash.h Rename all structure definitions in the "typedef struct _SomeStruct" format to "typedef struct SomeStruct_" to make the Doxygen output more useful. 16 years ago
flow-private.h some minor changes 16 years ago
flow-queue.c Reorganize header inclusions. 16 years ago
flow-queue.h 64 bit cleanup part2 16 years ago
flow-util.c Big update: 16 years ago
flow-util.h Big update: 16 years ago
flow-var.c Reorganize header inclusions. 16 years ago
flow-var.h 64 bit cleanup part2 16 years ago
flow.c initial thread code support 16 years ago
flow.h some minor changes 16 years ago
host.c Reorganize header inclusions. 16 years ago
host.h Reorganize header inclusions. 16 years ago
log-httplog.c support for thread exit constants 16 years ago
log-httplog.h Preparing multithreading support for alert modules and logfilectx 16 years ago
packet-queue.c 64 bit cleanup part2 16 years ago
packet-queue.h 64 bit cleanup part2 16 years ago
pkt-var.c Reorganize header inclusions. 16 years ago
pkt-var.h 64 bit cleanup part2 16 years ago
queue.h Break out checksum fixup code to make the license separation more clear. 16 years ago
respond-reject-libnet11.c Reorganize header inclusions. 16 years ago
respond-reject-libnet11.h udp decoding added icmp unreachables added to reject 16 years ago
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 update... less hackish, but still needs work as soon as we know how to do configuration. 16 years ago
source-nfq.c some changes in threading constants 16 years ago
source-nfq.h 64 bit cleanup part2 16 years ago
source-pcap-file.c one more change 16 years ago
source-pcap-file.h Large update: pcap support, threading fixes, initial stream tracking, time handling, pool support, runmodes, decoders added, autojunk update. 16 years ago
source-pcap.c some changes in threading constants 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 some changes in threading constants 16 years ago
source-pfring.h native PF_RING support with fixes 16 years ago
stream-tcp-private.h fast track stream handling and its unitests 16 years ago
stream-tcp-reassemble.c fast track stream handling and its unitests 16 years ago
stream-tcp-reassemble.h fix an issue 16 years ago
stream-tcp.c some changes in threading constants 16 years ago
stream-tcp.h fix an issue 16 years ago
stream.c Yet more logging api usage changes. 16 years ago
stream.h Fix segv in reassembly. Fix sequence gap handling tests. 16 years ago
threads.c Reorganize header inclusions. 16 years ago
threads.h Lock threadvars flags using spinlocks. 16 years ago
threadvars.h Lock threadvars flags using spinlocks. 16 years ago
tm-modules.c Preparing multithreading support for alert modules and logfilectx 16 years ago
tm-modules.h support for thread exit constants 16 years ago
tm-queuehandlers.c Adding a "flow" queue handler. This queue handler passes packets of the same flow to the same queue. Changed the default IDS mode to use this. 16 years ago
tm-queuehandlers.h Adding a "flow" queue handler. This queue handler passes packets of the same flow to the same queue. Changed the default IDS mode to use this. 16 years ago
tm-queues.c More logging API usage changes. 16 years ago
tm-queues.h threading improvements. Replaced the use of slot(2/3) with varslot. Improve error handling in slot functions. Additional helper functions for thread creation 16 years ago
tm-threads.c Detect errors in the spin locks which somehow seems to fix some deadlocking withing valgrind. 16 years ago
tm-threads.h initial thread code support 16 years ago
tmqh-flow.c Big update: 16 years ago
tmqh-flow.h Actually add the new queue handler. 16 years ago
tmqh-nfq.c 64 bit cleanup part2 16 years ago
tmqh-nfq.h Initial add of the files. 16 years ago
tmqh-packetpool.c threading improvements. Replaced the use of slot(2/3) with varslot. Improve error handling in slot functions. Additional helper functions for thread creation 16 years ago
tmqh-packetpool.h threading improvements. Replaced the use of slot(2/3) with varslot. Improve error handling in slot functions. Additional helper functions for thread creation 16 years ago
tmqh-simple.c Changes added for the Performance Counter API 16 years ago
tmqh-simple.h Initial add of the files. 16 years ago
util-binsearch.c More logging API usage changes. 16 years ago
util-binsearch.h 64 bit cleanup part2 16 years ago
util-bloomfilter-counting.c Reorganize header inclusions. 16 years ago
util-bloomfilter-counting.h 64 bit cleanup part2 16 years ago
util-bloomfilter.c Regular expression for UnitTests 16 years ago
util-bloomfilter.h 64 bit cleanup part2 16 years ago
util-byte.c Ack/Seq Keywords 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 64 bit cleanup part2 16 years ago
util-debug-filters.c Logging module optimization changes 16 years ago
util-debug-filters.h Logging module optimization changes 16 years ago
util-debug.c Fix for the broken test from logging module 16 years ago
util-debug.h change debug code around to use global log dir 16 years ago
util-enum.c Implementation of the logging module 16 years ago
util-enum.h Implementation of the logging module 16 years ago
util-error.c Implementation of the logging module 16 years ago
util-error.h Detect errors in the spin locks which somehow seems to fix some deadlocking withing valgrind. 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 64 bit cleanup part2 16 years ago
util-hashlist.c Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
util-hashlist.h 64 bit cleanup part2 16 years ago
util-mpm-b2g.c Fix a compiler warning on Ubuntu 9.10 gcc 4.4.1 in the pattern matchers where the size of the thread ctx can be optimized to 0. 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 Fix a compiler warning on Ubuntu 9.10 gcc 4.4.1 in the pattern matchers where the size of the thread ctx can be optimized to 0. 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 Fix a compiler warning on Ubuntu 9.10 gcc 4.4.1 in the pattern matchers where the size of the thread ctx can be optimized to 0. 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 Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
util-mpm.h Further memory cleanups. Split out init only vars out of the sig group head. 16 years ago
util-pool.c Regular expression for UnitTests 16 years ago
util-pool.h Big update: 16 years ago
util-print.c Reorganize header inclusions. 16 years ago
util-print.h 64 bit cleanup part2 16 years ago
util-radix-tree.c Radix Tree modifications 16 years ago
util-radix-tree.h Radix Tree modifications 16 years ago
util-time.c More logging API usage changes. 16 years ago
util-time.h Comment updates. 16 years ago
util-unittest.c unittest regex changes and fixes 16 years ago
util-unittest.h Bug 6 16 years ago
util-var-name.c Cleanups 16 years ago
util-var-name.h Cleanups 16 years ago
util-var.c 64 bit cleanup part2 16 years ago
util-var.h 64 bit cleanup part2 16 years ago