Commit Graph

8948 Commits (8a5710307d3b2dd144ea7d1ba884441695721cf9)
 

Author SHA1 Message Date
Victor Julien 4f358c5a07 Fix list handling in reassembly 15 years ago
William Metcalf 413efe8668 fix regression in detect-parse.c 15 years ago
Jason Ish fed12be6c0 Add some usage. 15 years ago
Jason Ish f28ffebf0e Basic command line support for pcap (file, network), nfq and unit test modes.
Just some basic command line support I had in my tree for setting the
run-mode, including unit tests.  Seems fine for simple setups, but I
think we'll want to make things setup in the config file.  Anyways, I
like to switch from file to real device without a recompile :)

Also want to check with you if the patch is formatted correctly.. I
use git format-patch then used it as a template into mutt, which seems
easier than the git send-email command.

Thanks
-- Jason
15 years ago
Victor Julien e147b87d5f Fix small error in thread creation. 15 years ago
Victor Julien 8c0a5269c0 Fix pcap returning out of it's loop every time. 15 years ago
Anoop Saldanha 53c21410b6 improve the threading api for the ids 15 years ago
Anoop Saldanha d0e70309c0 Implements counters for the decode module 15 years ago
Victor Julien fb68d1c658 Merge branch 'de' 15 years ago
Victor Julien 63d32f723f Fix decode event compiler warning. 15 years ago
Victor Julien b7ad199c97 Fix broken test. Fix content keyword parsing not escaping properly. 15 years ago
William Metcalf ebd569ca4a Added unit tests to detect-content.c to show problems with escaped chars ; " \ : in snort rule lang 15 years ago
Victor Julien b6d55f84ac Revert default runmode change. Fix running decode event unittests twice. 15 years ago
Breno Silva c90b4e6fcd Decode event rule 15 years ago
Victor Julien 54ae12b1f9 Fixes for the stream reassembly. It turned out that using both a prev_seg pointer and a list_seg->prev pointer at the same time was not the best of ideas. So removed the prev_seg ptr. Cleaned up some copy functions too. Added some more debug statements. Made sure the L7 stuff doesn't kick in when running the unittests for reassembly. 15 years ago
Victor Julien e40495e31d Fix git merge artifact. 15 years ago
Victor Julien 387472185d Small reshuffling of the unittests, fix of a buffer overflow, hide some dbg output in the stream reassembly. 15 years ago
Victor Julien 1f995361dd Switch to pthread_cond_timedwait in streammsg queue. 15 years ago
Victor Julien b7c42d55f5 Fix setting l7 thread name. 15 years ago
Victor Julien 4dc8ebac0c Fix locking error causing deadlocks. 15 years ago
Gurvinder Singh 994473cea0 Target Based Stream Reassembly with comments 15 years ago
Victor Julien 25f696106c valgrind memcheck: fix a b3g mem leak at shutdown. 15 years ago
Victor Julien c5b2b8c082 valgrind memcheck: fix small pool memory leaks in the unittests. 15 years ago
Victor Julien dbe2a86ffe valgrind drd: fix flow mutex reinitialization in the flow subsystem when called by unittests. 15 years ago
Victor Julien f5eeea5b0b Make sure flow isn't freed while stream msgs are still in use. 15 years ago
Victor Julien ad093e3021 Add doxygen syntaxed comments to the threadvars structure. 15 years ago
Victor Julien f9227969b0 Add some dbg output to the counters. 15 years ago
Victor Julien 28ad13c7f4 Small output fix for counters. 15 years ago
Anoop Saldanha 7dcd0252ca perf task bugs fixed v3 15 years ago
Victor Julien ae2535c960 Small counter output fixes. 15 years ago
Anoop Saldanha ed820e22cf perf task bugs fixed v2 15 years ago
Anoop Saldanha fc8bb6c934 perf_task_bugs_fixex_v1 15 years ago
Anoop Saldanha a5fb240a4a Changes added for the Performance Counter API 15 years ago
Victor Julien 175eaeca93 Slightly moved around the NFQ define a bit. 15 years ago
Victor Julien e6400bf456 --enable-unittests now controls compilation of unittest code. Added crude commandline support for running unittests: ./eidps runtests 15 years ago
Victor Julien 462a346bf6 Fix printf formatting error in a pool unittest. 15 years ago
William Metcalf a3510f2025 Made NFQ optional via --enable-nfqueue, --enable-logsigs will now load local.rules in the path other fixes 15 years ago
William Metcalf 588b49be09 Update to libtoolize command in autojunk.sh for build on CentOS 15 years ago
William Metcalf 6899b3da0b Updated configure.in for libpcre libpthread libpcap checking 15 years ago
Victor Julien 646262a755 Small cleanups. 15 years ago
William Metcalf 3046cf391d Small printf fixes to detect-flow 15 years ago
William Metcalf 9b4c0d057f Updated flow parsing code for validation, added unit tests, fixed statless check 15 years ago
Victor Julien 618203089b Merge branch 'victor_local' 15 years ago
Victor Julien 1dc2916c3a Add debug output to SetupPkt. 15 years ago
Victor Julien 9022454a78 Merge branch 'victor_local' 15 years ago
Victor Julien 7c36b315fd Kill the engine if one of the threads fails to initialize. 15 years ago
Victor Julien 051f21e797 Output more info about sequence gaps. 15 years ago
Victor Julien c35dfe1bdb Merge branch 'victor_local' 15 years ago
Victor Julien 9854c19a88 Adapt Flow subsys init function to be able to initialize quietly for us in unit tests. Add flow to PPP unit tests. Fixes a floating point exception error. 15 years ago
Victor Julien 416bdd543a Add unit test to pool for the bug from yesterday. 15 years ago