Commit Graph

962 Commits (0fe4373b67186f007a640deaa60175629ea534c8)
 

Author SHA1 Message Date
William Metcalf 0fe4373b67 Rolled back to 0.2.x branch renamed htp to libhtp 15 years ago
Victor Julien dc11247511 Change the way we replace contents by http_method and http_cookie, fixing #90. 15 years ago
Victor Julien 45b85c063a Fix segv in http log module. 15 years ago
Victor Julien 60685f8b3c Make unittests run more quiet. 15 years ago
Victor Julien 5d42e7c25f Move windows install file to doc 15 years ago
Jason Ish 7537013e16 Fix bug 99.
- Handle the case where the parent node already exists in ConfSet.
- Deal with allow_override properly when a node has already been
  set with ConfSet.
15 years ago
Jan Jezek c1cbdf6ae9 Win32 build fixed. 15 years ago
Jan Jezek cdec7957b0 Added WIN32 compile instructions 15 years ago
Pablo Rincon 7719216575 Setting thread priorities with nice 15 years ago
Jason Ish 73700af92b afaik integer increments are not atomic, so put inside the lock 15 years ago
Gurvinder Singh 50f7d0a887 app layer htp logging and better htp request handling. removed recent_in_tx. 15 years ago
Victor Julien aa1564791d Disable thread priority code until we understand it better. 15 years ago
Victor Julien 2651f807f1 Update autojunk.sh + build update. 15 years ago
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