Commit Graph

949 Commits (f7111f3847ed1e6da33af37243e7d07f3bc4eaa6)
 

Author SHA1 Message Date
William Metcalf f7111f3847 import of integrated htp lib and small libnet fixes 15 years ago
Gurvinder Singh 4768e42159 bug 95 patch 15 years ago
Jason Ish ea277a0b36 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.
Reduces the code and uses a uniform internal data structure.
15 years ago
Pablo Rincon 38dc7ffebc Adding settings for detect engine group config 15 years ago
Jason Ish fbdf1baf1c - rebase
Provide limits to the unified outputs.
15 years ago
Victor Julien 16b6f536a0 Fixup Linux compilation after applying win32 patches. 15 years ago
Jan Jezek bff652d2f3 Added missing win32 files. 15 years ago
Jan Jezek fe6a72befc Code is now compilable on the Win32 platform 15 years ago
Victor Julien f0b9ad3f1f Update version to 0.8.1 15 years ago
Victor Julien b28488508b Cleanup threading cpu affinity and prio output. 15 years ago
Victor Julien c1e2e53809 Mhz->MHz 15 years ago
Anoop Saldanha 903b24667b Some more formating changes for cuda startup device info logs 15 years ago
Anoop Saldanha 07034d0d85 Updated cuda device information logs with some minor formatting changes 15 years ago
Anoop Saldanha 1a5ee37bd3 Added cuda logs for the engine, which shows device info and memory usage 15 years ago
Anoop Saldanha 30940c9a94 pack all the packet pattern scan and search packet setup for cuda into a function inside util-cuda-handlers.[ch] 15 years ago
Victor Julien 963691387a Disable unused uri scanning code. 15 years ago
Anoop Saldanha 8cf60d6645 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. 15 years ago
Anoop Saldanha c26e92733d handle the cuda cleanup at shutdown. should get rid of any errors from the call to SigGroupCleanup 15 years ago
Victor Julien d281a6b8ac CUDA build system support & compile fixes
- add configure support for CUDA
- make sure all code compiles if CUDA is disabled
- fix compiler warnings
15 years ago
Anoop Saldanha a2948fc25c valgrind fixes for b2g cuda mpm 15 years ago
Anoop Saldanha 41e6735b92 mpm b2g cuda support added 15 years ago
Anoop Saldanha 84df26d3fd cuda interface 15 years ago
Pablo Rincon 985d565cfd Change priorities only if we are EUID == 0 15 years ago
Pablo Rincon 80f5008728 Adding default priority for all the threads 15 years ago
Pablo Rincon b482471a7d Adding auto runmodes based on available core/cpu's. Setting thread priorities 15 years ago
Pablo Rincon 34216fd3e2 bug87 Fix IPOnly veredicts on flows 15 years ago
Victor Julien d3244e51eb Fix big endian iponly handling. 15 years ago
Victor Julien 59ccef9a11 Handle ip only matching correctly on big endian systems. Thanks to Yao-Min Chen for figuring this out. 15 years ago
Pablo Rincon cef12d30b5 Unified output fixes: alert count per module (not per thread), fix timestamps on pcap mode, write *all* the alerts of a packet, write the log header once also on unified alert 15 years ago
Breno Silva b02bb6b6b4 VLAN Support 15 years ago
Pablo Rincon 29d51a6182 Using the loggin API in source-pcap and source-pcap-file 15 years ago
Gurvinder Singh 5293681860 b86 15 years ago
Victor Julien 4f3a04a410 Disable htp cleanup code as I'm not yet convinced it does what it should. 15 years ago
Gurvinder Singh bf236e4567 better htp memory handling & flow valgrind error fixed 15 years ago
Jason Ish 763fb4a583 Fix threading issues with unified-log. - Only write the header once, on opening, not per thread init. - Track the size in the log file ctx, not per thread. 15 years ago
Victor Julien defc6595c6 Make pcre P have it's own sm type. 15 years ago
Pablo Rincon 0165b3f0d8 pcre P modifier support (pcre match over http body requests) 15 years ago
Gerardo Iglesias Galvan ba6d807a6e Improve information about errors on signature failure 15 years ago
Jason Ish cc28284598 Set the ethernet header pointer. Without this, alert-unified-log will add an extra ethernet header to every alert logged. 15 years ago
Kirby Kuehl 565eab1f54 fix bug88 15 years ago
Kirby Kuehl a334a87109 smb safety checks 15 years ago
Kirby Kuehl bea30a6db6 bug 88 validate dcerpc header 15 years ago
Jason Ish 9e4da4f8e7 supply pcre_get_substring with the proper start of the string. 15 years ago
Kirby Kuehl a8c3718b56 signed unsigned comparision fix for 64 bit 15 years ago
William Metcalf 7099da431b small fix for source-pfring.c after stat err rename 15 years ago
Jason Ish e87d4f8a28 Split the defrag counters into ipv4 and ipv6. 15 years ago
Victor Julien 2cb2989ad8 Apply configurable max pending packets to nfq and ipfw 15 years ago
Jason Ish 7142fdb780 quick way to make max_pending configurable. 15 years ago
Victor Julien 187949b9ad Make urilen inspect the normalized uri, cleanup uri (error) handling. 15 years ago
Jason Ish 6b562f7aa6 Issue 82 - fragment counters. - number of fragments - number reassembled - number of timeouts 15 years ago