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 8b30226914 Detection keyword cleanup 17 years ago
..
Makefile.am First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
action-globals.h Fix weird compile error 17 years ago
alert-debuglog.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-debuglog.h Consistency fix.. Xxxlog -> XxxLog. 17 years ago
alert-fastlog.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-fastlog.h Consistency fix.. Xxxlog -> XxxLog. 17 years ago
alert-prelude.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-prelude.h Add Prelude output plugin 17 years ago
alert-unified-alert.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-unified-alert.h Use the configuration file to setup alert logging (and http logging). 17 years ago
alert-unified-log.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-unified-log.h Use the configuration file to setup alert logging (and http logging). 17 years ago
alert-unified2-alert.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
alert-unified2-alert.h Use the configuration file to setup alert logging (and http logging). 17 years ago
app-layer-dcerpc-common.h bug 88 validate dcerpc header 17 years ago
app-layer-dcerpc.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-dcerpc.h refactor dcerpc in prep for dcerpc over smb 17 years ago
app-layer-detect-proto.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-detect-proto.h Remove unused conditional locking code from the app layer parsing code. 17 years ago
app-layer-ftp.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-ftp.h Adding FTP app layer parser and ftpbounce detection at L7 17 years ago
app-layer-htp.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-htp.h Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-nbss.h signed unsigned comparision fix for 64 bit 17 years ago
app-layer-parser.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-parser.h Remove unused conditional locking code from the app layer parsing code. 17 years ago
app-layer-protos.h add smb2 proto and smb, smb2, dcerpc unit tests 17 years ago
app-layer-smb.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-smb.h signed unsigned comparision fix for 64 bit 17 years ago
app-layer-smb2.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-smb2.h style patch 17 years ago
app-layer-tls.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
app-layer-tls.h TLS: small updates to the tls parser 17 years ago
app-layer.c Application layer detection improvements 17 years ago
app-layer.h Application layer detection improvements 17 years ago
conf-yaml-loader.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
conf-yaml-loader.h Require that the configuration file begins with a valid YAML version. At this time this means the configuration file must begin with 17 years ago
conf.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
conf.h Cleanup of configuration internals. Use an n-ary type tree for everything instead of a first level hash branching off into n-ary type trees. 17 years ago
counters.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
counters.h Fix for bug 50. Make timebased counters more accurate 17 years ago
debug.h
decode-ethernet.c VLAN Support 17 years ago
decode-ethernet.h
decode-events.h VLAN Support 17 years ago
decode-gre.c VLAN Support 17 years ago
decode-gre.h
decode-icmpv4.c Add icmp flow handling. 17 years ago
decode-icmpv4.h ICMP Seq Rule Keyword 17 years ago
decode-icmpv6.c ICMP Seq Rule Keyword 17 years ago
decode-icmpv6.h ICMP Seq Rule Keyword 17 years ago
decode-ipv4.c Issue 82 - fragment counters. - number of fragments - number reassembled - number of timeouts 17 years ago
decode-ipv4.h
decode-ipv6.c Issue 82 - fragment counters. - number of fragments - number reassembled - number of timeouts 17 years ago
decode-ipv6.h
decode-ppp.c Rename to Suricata. 17 years ago
decode-ppp.h
decode-pppoe.c PPPoE fixes. 17 years ago
decode-pppoe.h PPPoE fixes. 17 years ago
decode-raw.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
decode-raw.h raw pcap support additionl ipv4/6 validation 17 years ago
decode-sll.c VLAN Support 17 years ago
decode-sll.h
decode-tcp.c Rename to Suricata. 17 years ago
decode-tcp.h
decode-udp.c Rename to Suricata. 17 years ago
decode-udp.h
decode-vlan.c VLAN Support 17 years ago
decode-vlan.h VLAN Support 17 years ago
decode.c VLAN Support 17 years ago
decode.h Changed the way cuda dispatcher passes back results. Now each detection thread has it's own queue to which the dispatcher can pump packets back to the detect thread. Also, with cuda enabled and a non-cuda mpm being used, we won't create a dispatcher and instead call the b2g scan/search funtions directly instead of using the dispatcher. 17 years ago
defrag.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
defrag.h Issue 82 - fragment counters. - number of fragments - number reassembled - number of timeouts 17 years ago
detect-ack.c Detection keyword cleanup 17 years ago
detect-ack.h
detect-bytejump.c Detection keyword cleanup 17 years ago
detect-bytejump.h Detection keyword cleanup 17 years ago
detect-bytetest.c Detection keyword cleanup 17 years ago
detect-bytetest.h Detection keyword cleanup 17 years ago
detect-classtype.c Detection keyword cleanup 17 years ago
detect-classtype.h Support for Classtype keyword and Classification Config file 17 years ago
detect-content.c Detection keyword cleanup 17 years ago
detect-content.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-csum.c Detection keyword cleanup 17 years ago
detect-csum.h
detect-dce-iface.c Detection keyword cleanup 17 years ago
detect-dce-iface.h fix padding calculation and stubdata parser for dcerpc 17 years ago
detect-dce-opnum.c Detection keyword cleanup 17 years ago
detect-dce-opnum.h fix padding calculation and stubdata parser for dcerpc 17 years ago
detect-dce-stub-data.c Detection keyword cleanup 17 years ago
detect-dce-stub-data.h dce_iface, dce_opnum, dce_stub_data keyword support 17 years ago
detect-decode-event.c Detection keyword cleanup 17 years ago
detect-decode-event.h VLAN Support 17 years ago
detect-depth.c Detection keyword cleanup 17 years ago
detect-depth.h
detect-distance.c Detection keyword cleanup 17 years ago
detect-distance.h
detect-dsize.c Detection keyword cleanup 17 years ago
detect-dsize.h
detect-engine-address-ipv4.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-address-ipv4.h refactoring, tests for address engine ipv4 17 years ago
detect-engine-address-ipv6.c AddressCutNot fix for address engine ipv6 17 years ago
detect-engine-address-ipv6.h engine address ipv6 refactored 17 years ago
detect-engine-address.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-address.h detect-engine-address.[ch] refactoring 17 years ago
detect-engine-iponly.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-iponly.h
detect-engine-mpm.c Convert uricontent to use new scanning methods as well. Move http_method and http_cookie keywords out of pmatch list for now. 17 years ago
detect-engine-mpm.h applayer uri match and modified http handling 17 years ago
detect-engine-payload.c Convert uricontent to use new scanning methods as well. Move http_method and http_cookie keywords out of pmatch list for now. 17 years ago
detect-engine-payload.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-engine-port.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-port.h
detect-engine-proto.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-proto.h Fix app layer detect to actually work. 17 years ago
detect-engine-siggroup.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-engine-siggroup.h
detect-engine-sigorder.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-sigorder.h
detect-engine-threshold.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
detect-engine-threshold.h Threshold Rule 17 years ago
detect-engine.c Share content id's between identical patterns. 17 years ago
detect-engine.h Adding unittest helper functions for building generic packets, checking arrays of expected match results, perform generic tests, etc. Look at util-unittest-helper.c and detect-ipproto.c for references 17 years ago
detect-fast-pattern.c Detection keyword cleanup 17 years ago
detect-fast-pattern.h Support fast_pattern modifier keyword for content 17 years ago
detect-flags.c Detection keyword cleanup 17 years ago
detect-flags.h
detect-flow.c Detection keyword cleanup 17 years ago
detect-flow.h
detect-flowbits.c Detection keyword cleanup 17 years ago
detect-flowbits.h
detect-flowint.c Detection keyword cleanup 17 years ago
detect-flowint.h Added support at Flowints for keywords isset and notset 17 years ago
detect-flowvar.c Detection keyword cleanup 17 years ago
detect-flowvar.h http_cookie keywork support 17 years ago
detect-fragbits.c Detection keyword cleanup 17 years ago
detect-fragbits.h
detect-fragoffset.c Detection keyword cleanup 17 years ago
detect-fragoffset.h FragOffset Rule Keyword 17 years ago
detect-ftpbounce.c Detection keyword cleanup 17 years ago
detect-ftpbounce.h Adding FTP app layer parser and ftpbounce detection at L7 17 years ago
detect-gid.c Detection keyword cleanup 17 years ago
detect-gid.h
detect-http-cookie.c Detection keyword cleanup 17 years ago
detect-http-cookie.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-http-method.c Detection keyword cleanup 17 years ago
detect-http-method.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-icmp-id.c Detection keyword cleanup 17 years ago
detect-icmp-id.h Add icmp_id keyword support 17 years ago
detect-icmp-seq.c Detection keyword cleanup 17 years ago
detect-icmp-seq.h ICMP Seq Rule Keyword 17 years ago
detect-icode.c Detection keyword cleanup 17 years ago
detect-icode.h Changed printf's to logging API functions 17 years ago
detect-id.c Detection keyword cleanup 17 years ago
detect-id.h
detect-ipopts.c Detection keyword cleanup 17 years ago
detect-ipopts.h
detect-ipproto.c Detection keyword cleanup 17 years ago
detect-ipproto.h
detect-isdataat.c Detection keyword cleanup 17 years ago
detect-isdataat.h
detect-itype.c Detection keyword cleanup 17 years ago
detect-itype.h Changed printf's to logging API functions 17 years ago
detect-metadata.c Detection keyword cleanup 17 years ago
detect-metadata.h
detect-msg.c Detection keyword cleanup 17 years ago
detect-msg.h
detect-noalert.c Detection keyword cleanup 17 years ago
detect-noalert.h
detect-nocase.c Detection keyword cleanup 17 years ago
detect-nocase.h
detect-offset.c Detection keyword cleanup 17 years ago
detect-offset.h
detect-parse.c Detection keyword cleanup 17 years ago
detect-parse.h Convert uricontent to use new scanning methods as well. Move http_method and http_cookie keywords out of pmatch list for now. 17 years ago
detect-pcre.c Detection keyword cleanup 17 years ago
detect-pcre.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
detect-pktvar.c Detection keyword cleanup 17 years ago
detect-pktvar.h http_cookie keywork support 17 years ago
detect-priority.c Detection keyword cleanup 17 years ago
detect-priority.h Support for Classtype keyword and Classification Config file 17 years ago
detect-rawbytes.c Detection keyword cleanup 17 years ago
detect-rawbytes.h
detect-recursive.c Detection keyword cleanup 17 years ago
detect-recursive.h
detect-reference.c Detection keyword cleanup 17 years ago
detect-reference.h
detect-rev.c Detection keyword cleanup 17 years ago
detect-rev.h
detect-rpc.c Detection keyword cleanup 17 years ago
detect-rpc.h Added rpc keyword support at packet level 17 years ago
detect-sameip.c Detection keyword cleanup 17 years ago
detect-sameip.h
detect-seq.c Detection keyword cleanup 17 years ago
detect-seq.h
detect-sid.c Detection keyword cleanup 17 years ago
detect-sid.h
detect-stream_size.c Detection keyword cleanup 17 years ago
detect-stream_size.h
detect-tag.c Detection keyword cleanup 17 years ago
detect-tag.h Add tag keyword stub 17 years ago
detect-threshold.c Detection keyword cleanup 17 years ago
detect-threshold.h Fix thresholding coding changing unlocked and supposed to be static memory areas. 17 years ago
detect-tls-version.c Detection keyword cleanup 17 years ago
detect-tls-version.h Fix app layer detect to actually work. 17 years ago
detect-ttl.c Detection keyword cleanup 17 years ago
detect-ttl.h
detect-uricontent.c Detection keyword cleanup 17 years ago
detect-uricontent.h Only inspect http flows against uri sigs, clean up uri scanning code. 17 years ago
detect-urilen.c Detection keyword cleanup 17 years ago
detect-urilen.h urilen support for engine 17 years ago
detect-window.c Detection keyword cleanup 17 years ago
detect-window.h Adding unittest helper functions for building generic packets, checking arrays of expected match results, perform generic tests, etc. Look at util-unittest-helper.c and detect-ipproto.c for references 17 years ago
detect-within.c Detection keyword cleanup 17 years ago
detect-within.h
detect.c Convert uricontent to use new scanning methods as well. Move http_method and http_cookie keywords out of pmatch list for now. 17 years ago
detect.h Detection keyword cleanup 17 years ago
flow-alert-sid.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
flow-alert-sid.h Implement alert sid storage in the flow so we can check previous alerts in the flow. 17 years ago
flow-bit.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
flow-bit.h Implement alert sid storage in the flow so we can check previous alerts in the flow. 17 years ago
flow-hash.c Fix packet flags field not being cleared properly when the packet is being reused. Add some debug statements and cleanup some. 17 years ago
flow-hash.h Rename to Suricata. 17 years ago
flow-private.h Changing mutex/spinlocks/conditions naming types 17 years ago
flow-queue.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
flow-queue.h Rename to Suricata. 17 years ago
flow-util.c Clean up flow mutexes after use. 17 years ago
flow-util.h Fix not decreasing the flow use_cnt reference counter in some cases from the app layer detection code. This caused some streams to never fully time out and thus clutter up the flow table and session pool. 17 years ago
flow-var.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
flow-var.h Implement alert sid storage in the flow so we can check previous alerts in the flow. 17 years ago
flow.c Clean up flow mutexes after use. 17 years ago
flow.h bug87 Fix IPOnly veredicts on flows 17 years ago
host.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
host.h Changing mutex/spinlocks/conditions naming types 17 years ago
log-httplog.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
log-httplog.h Consistency fix.. Xxxlog -> XxxLog. 17 years ago
output.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
output.h - rebase 17 years ago
packet-queue.c Rename to Suricata. 17 years ago
packet-queue.h Rename to Suricata. 17 years ago
pkt-var.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
pkt-var.h
queue.h Code is now compilable on the Win32 platform 17 years ago
reputation.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
reputation.h First version of the reputation API 17 years ago
respond-reject-libnet11.c Code is now compilable on the Win32 platform 17 years ago
respond-reject-libnet11.h
respond-reject.c Fix reject code to not send resets for all alerts. 17 years ago
respond-reject.h
runmodes.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
runmodes.h Adding auto runmodes based on available core/cpu's. Setting thread priorities 17 years ago
source-ipfw.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
source-ipfw.h Intial IPFW support FreeBSD and OSX 17 years ago
source-nfq-prototypes.h
source-nfq.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
source-nfq.h Changing mutex/spinlocks/conditions naming types 17 years ago
source-pcap-file.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
source-pcap-file.h
source-pcap.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
source-pcap.h
source-pfring.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
source-pfring.h
stream-tcp-private.h Fix up initialization and hopefully make the SEQ macro's fix up an 64bit issue we're seeing... 17 years ago
stream-tcp-reassemble.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
stream-tcp-reassemble.h Stream engine memory handling update 17 years ago
stream-tcp.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
stream-tcp.h Stream engine memory handling update 17 years ago
stream.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
stream.h Changing mutex/spinlocks/conditions naming types 17 years ago
suricata-common.h Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
suricata.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
suricata.h Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
threads.c Rename to Suricata. 17 years ago
threads.h Win32 build fixed. 17 years ago
threadvars.h Adding auto runmodes based on available core/cpu's. Setting thread priorities 17 years ago
tm-modules.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
tm-modules.h mpm b2g cuda support added 17 years ago
tm-queuehandlers.c Rename to Suricata. 17 years ago
tm-queuehandlers.h
tm-queues.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
tm-queues.h
tm-threads.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
tm-threads.h Setting thread priorities with nice 17 years ago
tmqh-flow.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
tmqh-flow.h
tmqh-nfq.c Rename to Suricata. 17 years ago
tmqh-nfq.h
tmqh-packetpool.c quick way to make max_pending configurable. 17 years ago
tmqh-packetpool.h
tmqh-simple.c Changed the way cuda dispatcher passes back results. Now each detection thread has it's own queue to which the dispatcher can pump packets back to the detect thread. Also, with cuda enabled and a non-cuda mpm being used, we won't create a dispatcher and instead call the b2g scan/search funtions directly instead of using the dispatcher. 17 years ago
tmqh-simple.h Changed the way cuda dispatcher passes back results. Now each detection thread has it's own queue to which the dispatcher can pump packets back to the detect thread. Also, with cuda enabled and a non-cuda mpm being used, we won't create a dispatcher and instead call the b2g scan/search funtions directly instead of using the dispatcher. 17 years ago
util-binsearch.c Rename to Suricata. 17 years ago
util-binsearch.h
util-bloomfilter-counting.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-bloomfilter-counting.h
util-bloomfilter.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-bloomfilter.h
util-byte.c Renaming errors (naming conventions) 17 years ago
util-byte.h Code is now compilable on the Win32 platform 17 years ago
util-cidr.c Rename to Suricata. 17 years ago
util-cidr.h
util-classification-config.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-classification-config.h Modify the classification config tests to use the buffer than a temp file and also fix an invalid free 17 years ago
util-clock.h Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-cpu.c Code is now compilable on the Win32 platform 17 years ago
util-cpu.h Detect the number of CPUs configured and online. Printing a small summary at the startup 17 years ago
util-cuda-handlers.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-cuda-handlers.h pack all the packet pattern scan and search packet setup for cuda into a function inside util-cuda-handlers.[ch] 17 years ago
util-cuda.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-cuda.h Added cuda logs for the engine, which shows device info and memory usage 17 years ago
util-daemon.c Code is now compilable on the Win32 platform 17 years ago
util-daemon.h Code is now compilable on the Win32 platform 17 years ago
util-debug-filters.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-debug-filters.h Intial IPFW support FreeBSD and OSX 17 years ago
util-debug.c Fixup Linux compilation after applying win32 patches. 17 years ago
util-debug.h Code is now compilable on the Win32 platform 17 years ago
util-enum.c
util-enum.h
util-error.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-error.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-fix_checksum.c
util-fix_checksum.h
util-fmemopen.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-fmemopen.h Fixed Win32 compilation, unit tests now compile. 17 years ago
util-hash.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-hash.h Modify the classification config tests to use the buffer than a temp file and also fix an invalid free 17 years ago
util-hashlist.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-hashlist.h
util-host-os-info.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-host-os-info.h
util-mem.h Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-mpm-b2g-cuda.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-mpm-b2g-cuda.h CUDA build system support & compile fixes 17 years ago
util-mpm-b2g.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-mpm-b2g.h First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-mpm-b3g.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-mpm-b3g.h pattern matcher options support 17 years ago
util-mpm-wumanber.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-mpm-wumanber.h pattern matcher options support 17 years ago
util-mpm.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-mpm.h mpm b2g cuda support added 17 years ago
util-pool.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-pool.h
util-print.c Fix two separate segv's in the http logging code. 17 years ago
util-print.h
util-radix-tree.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-radix-tree.h First version of the reputation API 17 years ago
util-random.c Move rand seed code into util-random 17 years ago
util-random.h Move rand seed code into util-random 17 years ago
util-rule-vars.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-rule-vars.h
util-spm-bm.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-spm-bm.h Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-spm-bs.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-spm-bs.h Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-spm-bs2bm.c Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-spm-bs2bm.h Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-spm.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-spm.h Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 17 years ago
util-strlcatu.c Add OpenBSD's strlcpy and strlcat and replace all strcat/strcpy/strncat/strncpy by those calls. 17 years ago
util-strlcpyu.c Add OpenBSD's strlcpy and strlcat and replace all strcat/strcpy/strncat/strncpy by those calls. 17 years ago
util-time.c Move rand seed code into util-random 17 years ago
util-time.h Move rand seed code into util-random 17 years ago
util-unittest-helper.c First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 17 years ago
util-unittest-helper.h More examples of unittest helper functions usage reference 17 years ago
util-unittest.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-unittest.h
util-var-name.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
util-var-name.h
util-var.c Implement alert sid storage in the flow so we can check previous alerts in the flow. 17 years ago
util-var.h Implement alert sid storage in the flow so we can check previous alerts in the flow. 17 years ago
win32-misc.c Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 17 years ago
win32-misc.h Fixed Win32 compilation, unit tests now compile. 17 years ago
win32-syslog.h Added missing win32 files. 17 years ago