]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-htp.h
Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory...
authorPablo Rincon <pablo.rincon.crespo@gmail.com>
Fri, 19 Feb 2010 13:56:06 +0000 (14:56 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 20 Feb 2010 10:55:00 +0000 (11:55 +0100)
commit25a3a5c6d8ad5a343e724d5202962802a3d984f9
tree7d1337ea74893f990872246ac39bda737a9523d6
parentff664c9f6d1a2253855ddf65a6a81344cec23a80
Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks.
138 files changed:
src/Makefile.am
src/alert-debuglog.c
src/alert-fastlog.c
src/alert-prelude.c
src/alert-unified-alert.c
src/alert-unified-log.c
src/alert-unified2-alert.c
src/app-layer-dcerpc.c
src/app-layer-detect-proto.c
src/app-layer-ftp.c
src/app-layer-htp.c
src/app-layer-htp.h
src/app-layer-parser.c
src/app-layer-smb.c
src/app-layer-smb2.c
src/app-layer-tls.c
src/conf-yaml-loader.c
src/conf.c
src/counters.c
src/decode-raw.c
src/defrag.c
src/detect-ack.c
src/detect-bytejump.c
src/detect-bytetest.c
src/detect-classtype.c
src/detect-content.c
src/detect-csum.c
src/detect-dce-iface.c
src/detect-dce-opnum.c
src/detect-dce-stub-data.c
src/detect-decode-event.c
src/detect-depth.c
src/detect-distance.c
src/detect-dsize.c
src/detect-engine-address-ipv4.c
src/detect-engine-address.c
src/detect-engine-iponly.c
src/detect-engine-mpm.c
src/detect-engine-port.c
src/detect-engine-proto.c
src/detect-engine-siggroup.c
src/detect-engine-sigorder.c
src/detect-engine-threshold.c
src/detect-engine.c
src/detect-fast-pattern.c
src/detect-flags.c
src/detect-flow.c
src/detect-flowbits.c
src/detect-flowint.c
src/detect-flowvar.c
src/detect-fragbits.c
src/detect-fragoffset.c
src/detect-ftpbounce.c
src/detect-gid.c
src/detect-http-cookie.c
src/detect-http-method.c
src/detect-icmp-id.c
src/detect-icmp-seq.c
src/detect-icode.c
src/detect-id.c
src/detect-ipopts.c
src/detect-ipproto.c
src/detect-isdataat.c
src/detect-itype.c
src/detect-metadata.c
src/detect-msg.c
src/detect-offset.c
src/detect-parse.c
src/detect-pcre.c
src/detect-pktvar.c
src/detect-reference.c
src/detect-rev.c
src/detect-rpc.c
src/detect-sameip.c
src/detect-seq.c
src/detect-sid.c
src/detect-stream_size.c
src/detect-threshold.c
src/detect-tls-version.c
src/detect-ttl.c
src/detect-uricontent.c
src/detect-urilen.c
src/detect-window.c
src/detect-within.c
src/detect.c
src/detect.h
src/flow-alert-sid.c
src/flow-bit.c
src/flow-queue.c
src/flow-util.c
src/flow-var.c
src/flow.c
src/host.c
src/log-httplog.c
src/output.c
src/pkt-var.c
src/reputation.c
src/runmodes.c
src/source-ipfw.c
src/source-nfq.c
src/source-pcap-file.c
src/source-pcap.c
src/source-pfring.c
src/stream-tcp-reassemble.c
src/stream-tcp.c
src/stream.c
src/suricata-common.h
src/suricata.c
src/suricata.h
src/tm-modules.c
src/tm-queues.c
src/tm-threads.c
src/tmqh-flow.c
src/util-bloomfilter-counting.c
src/util-bloomfilter.c
src/util-classification-config.c
src/util-cuda-handlers.c
src/util-cuda.c
src/util-debug-filters.c
src/util-fmemopen.c
src/util-hash.c
src/util-hashlist.c
src/util-host-os-info.c
src/util-mem.h [new file with mode: 0644]
src/util-mpm-b2g-cuda.c
src/util-mpm-b2g.c
src/util-mpm-b3g.c
src/util-mpm-wumanber.c
src/util-mpm.c
src/util-pool.c
src/util-radix-tree.c
src/util-rule-vars.c
src/util-spm-bm.c
src/util-spm.c
src/util-unittest-helper.c
src/util-unittest.c
src/util-var-name.c
src/win32-misc.c