Commit Graph

1282 Commits (c8f00c1b7d3ef185792b1304036658afbe59481a)
 

Author SHA1 Message Date
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
Gurvinder Singh 5fe1dc1d24 support for sslv2/sslv3 their unit tests and better stream no reassembly flag handling 15 years ago
Victor Julien b8641f300d Rename asn1 files, fix an invalid free, fix improper init of vars in one unittest. 15 years ago
Pablo Rincon 3fa3229e01 ASN1 decoder and keyword implementation 15 years ago
Gurvinder Singh 6b49a90353 added support for setting up bytejump relative when previous keyword is byte_jump (bug 165) 15 years ago
Victor Julien 70b32f7380 First stab at creating a stateful detection engine.
Stateful detection for app layer detection keywords, except uricontent. Stores it's partial results in the flow structure. Other modifications:

- Generalize transaction tracking, logging and inspection.
- Adapt http and dcerpc to use the new transaction handling.
- Stream engine now always notifies app layer of a stream eof.

This commit fixes bug #124.
15 years ago
Jason Ish 18e5ac8cde Basic rule profiling even though the results may be skewed by a bad rule in a grouping of rules. 15 years ago
William Metcalf b629b7c5c1 only show cli opts via help that we have support for 15 years ago
Victor Julien 42eeb84c9a Properly lock flow before setting IP only action flags. Small alert api cleanups. 15 years ago
Pablo Rincon 9bae6a8628 Moving alert logic to detect-engine-alert.c 15 years ago
Victor Julien 692eb935ea Fix updated memory api using debug mode by default. Small cleanups. 15 years ago
Gerardo Iglesias Galvan 9f4fae5b1a Fix inconsistent use of dynamic memory allocation 15 years ago
William Metcalf c6bf08eec8 Updates to the fuzzer script. Some clean up but you can now also: 1. Keep log files. 2. Exclude files based on user supplied regex. 15 years ago
William Metcalf c69c9c3f86 Added an install doc for PF_RING to doc/INSTALL.PF_RING 15 years ago
Victor Julien a8dd484aba Fix small potential bug in debug mode found by clang. 15 years ago
William Metcalf 8d66323f62 clang fixes for null derefrences 15 years ago
Gurvinder Singh 32a2658233 support setting up byte_test/relative when byte_jumo is previous keyword 15 years ago
Gurvinder Singh 9378bdbad4 set the byte_jum/byte_test with relative keyword when pcre is previous keyword (bug 142) 15 years ago