Commit Graph

1299 Commits (0140a14a1572117b7e8ddec19b665ef6e3ff37c5)
 

Author SHA1 Message Date
Victor Julien 0140a14a15 Introduce atomic operations API that supports GCC's atomic operations and a fallback using (spin)locks. Convert ringbuffer api to use the new atomic api. 15 years ago
Victor Julien daea85e491 Lock detection state reset function properly. 15 years ago
Victor Julien 0a0b33ef79 Fix adding the http_uri sigmatch to the uri list twice. 15 years ago
Victor Julien e3fc53ecb9 Fix a corner case where the pcap receive modules could alloc packets at line rate until memory was depleted. 15 years ago
Victor Julien 0a607fce3d Finish http_uri keyword, fix invalid read issue in one of the tests. 15 years ago
Gerardo Iglesias Galvan 55dfa36963 Add support for http_uri keyword 15 years ago
Victor Julien 2fe77bf65e Use ringbuffers in the pcap live auto runmode as well. 15 years ago
Pablo Rincon 3b0c4133fc Fixing asn1 relative offset, negative values 15 years ago
Gurvinder Singh cda664a8c4 memroy leaks fixes in detection module, app layer and counters 15 years ago
Pablo Rincon 18954a2c4c app layer ftp fix (mem leak) 15 years ago
Jason Ish a098e39bed Display configuration summary at the end of ./configure. 15 years ago
William Metcalf 62dd11c0a2 add missing docs to Makefile.am 15 years ago
William Metcalf f2cc5a7c99 updates to the INSTALL doc 15 years ago
William Metcalf 9ce1399db8 Add option for setting pcap buffer size if it is available 15 years ago
Gurvinder Singh a0fa924c15 fixed the memory leaks in htp and radix tree 15 years ago
Victor Julien 7a6d4b57f0 Add support for class id in classification code. Submitted by firnsy@securixlive.com, thanks. 15 years ago
Eric Leblond fcac4d2896 autotools: add automatic files generation
This patch modifies autogen.sh so that it is able to generate
config.sub, config.guess and ltmain.sh files which are not
anymore part of the git tree.
15 years ago
Eric Leblond c8f00c1b7d Suppress generated files from git tree.
config.guess, config.sub and ltmain.sh are generated files and should
not be maintained in the git tree.
15 years ago
Gurvinder Singh a8ca5719f6 fixed the typo in byte_jump and host.c, Thanks to rmkml for pointing out 15 years ago
Gurvinder Singh 0881be3b17 added the support for setting up distance sig when previous keyword is byte_jump (bug 163) 15 years ago
Jason Ish ea4b7cc33b add profiling to stateful detection engine + other fixups. 15 years ago
Jason Ish a9ed9a8196 In profiling output, include a % for each rule. 15 years ago
Victor Julien 53acf08996 Add multi packet reading for pcap live mode. Add a partly lock free multi writer, multi reader ringbuffer. 15 years ago
Victor Julien 4e7df60b2f Make pcap file mode read multiple packets per 'read'. Update threading model to deal with this. 15 years ago
Victor Julien 6f502f0da5 lockfree ringbuffer wip2, including proper shutdown. 15 years ago
Victor Julien a48a767efc Lockfree ringbuffer wip. 15 years ago
Victor Julien 7f29166aa8 Improve memory handling in error conditions in the radix implementation. 15 years ago
Victor Julien c73e9318b0 Bump version 0.9.1. 15 years ago
Victor Julien 10a3d7343d Remove unnecessary header inclusion in app layer ssl. 15 years ago
Victor Julien bc7c9d928f Fix radix and stateful detect engine memory leaks. 15 years ago
Victor Julien 747daf4bce Fix typo in depth changes. 15 years ago
Victor Julien dab679889c Properly update depth if offset+content_len < depth. Fixes #164. 15 years ago
William Metcalf e704d90aaa set proper caps based run_mode 15 years ago
Jason Ish a93b2e6b84 Support for reading ERF files. 15 years ago
William Metcalf 2eef905c07 GPL and Copyright header updates. 15 years ago
William Metcalf 0fc8f6cc37 More null deref fixes for util-radix-tree.c 15 years ago
William Metcalf 54da99fe53 compilation fixes for PF_RING and IPFW after removal of mutex_pending 15 years ago
Victor Julien c2fb90c745 Fix thresholding 'both'. Fixes bug #160. 15 years ago
Victor Julien 2c8282a70b Fix small memleak in ip only parsing code. 15 years ago
William Metcalf d0b23100d7 patch to configure.in for libhtp minimum version detection via PKG_CHECK_MODULES 15 years ago
Victor Julien 54c2804ce4 Fix malformed ipv6 packet causing an endless loop in exthdr decoding. 15 years ago
Victor Julien 2910759943 Rename TranslateIPToPcapDev to PcapTranslateIPToDevice and make the length argument size_t. 15 years ago
Ondrej Slanina 55d0d1e7a1 added support for finding pcap device via it's IP. 15 years ago
William Metcalf 179372978f Null deref fix for detect-id.c 15 years ago
William Metcalf 9728e49773 Null deref fix for detect-tls-version.c 15 years ago
William Metcalf 32a2da147b Null deref fix for detect-engine-iponly.c 15 years ago
William Metcalf 73d2349149 Null deref fix for detect-engine-port.c 15 years ago
William Metcalf afa8a2b8ba Null deref fixe for detect-engine-address.c 15 years ago
William Metcalf b856e607c9 Null deref fixes for util-radix-tree.c 15 years ago
Victor Julien 98c3f0149c Improve SSL input validation. 15 years ago