Commit Graph

3036 Commits (0b3f6c464a07df13a2b81c5fcf9535ce3db14bb1)
 

Author SHA1 Message Date
Eileen Donlon 39b8cc2f8b fixed relative handling for pcre cookie and method 13 years ago
Eileen Donlon d55fef2d75 Cleaned up some error messages for detect distance and offset. 13 years ago
Victor Julien b16a71020d Make 'make check' happy in a ipproto unittest. 13 years ago
Anoop Saldanha 5b3c8566dd bug #403 - add unittests 13 years ago
Anoop Saldanha a19a249230 Set the packet protocol only if it can parsed without error 13 years ago
Anoop Saldanha 2fa55a86fa Fix csum validation functions to not carry out csum calculation if respective headers are not present 13 years ago
Anoop Saldanha b8997b415c bug #403 - fix setting ip proto for ipv6 packets 13 years ago
Anoop Saldanha 87c2dae010 bug #403 - fix setting ip proto for packets 13 years ago
Victor Julien 93df717aa9 Add files.rules to the dist. 13 years ago
Victor Julien 18d458870f 1.3 branch has opened 13 years ago
Victor Julien 706b046966 Convert missing coredump config to debug. 13 years ago
Victor Julien 80de1885f5 Add http-events.rules and smtp-events.rules to default suricata.yaml. 13 years ago
Victor Julien 2d9449d060 Make code default for pcre match limit match the suricata.yaml default. 13 years ago
Victor Julien c8c4a76dc6 Move threshold to it's own sig match list. 13 years ago
Victor Julien 65d1783b45 Update Changelog to reflect changes between 1.2 and 1.2.1 13 years ago
Victor Julien 0983f1d0a6 Only force a pseudo packet inspection cycle for TCP streams in a state >= established. 13 years ago
Victor Julien eba3cecc5d Fix unified2 records generated based on reassembled stream data. 13 years ago
Victor Julien 5b42f3609c Update Changelog to reflect changes between 1.2rc1 and 1.2 13 years ago
Victor Julien 93d121bf21 Update app layer events for HTTP now that libhtp has fixes for some response errors. 13 years ago
Victor Julien 87e6be610a Issue warning if libhtp version used is not up to date. 13 years ago
Victor Julien 02e1229565 Enforce flow direction for http_raw_header sigs. Fix unittests that missed the flow direction. 13 years ago
Victor Julien 80fb33c651 Fix libhtp htp_tx_get_response_headers_raw 'detection' for bundled libhtp. 13 years ago
Victor Julien b0650b9c3b Update bundled libhtp to 0.2.7. 13 years ago
Victor Julien 5fa195ffb3 Allow log-pcap to use both absolute and relative sguil-base-dir settings when in 'sguil' mode. 13 years ago
Victor Julien 70cdf64fb2 Undo unintended changes to suricata.yaml. 13 years ago
Victor Julien 4cd2938c68 Fix PathIsAbsolute function not dealing with CYGWIN. Handle absolute paths in logfile api. 13 years ago
Victor Julien 7066a79c10 Register HTTP logger at registration, not thread init. 13 years ago
Victor Julien 146ff9d66e Suppress ac-gfbs debug message being printed at info level. 13 years ago
Victor Julien cd987ae7a5 Threading: do not keep a slots post_pq locked while processing the packets. 13 years ago
Victor Julien e81f94cd83 Fix flowbits sigmatch structure added to the match and post-match list, causing corruption of the prev ptr. This lead to an endless loop condition in the thresholding code. Thanks to Chris Wakelin for reporting the issue. 13 years ago
Victor Julien 39ef24ccc4 Fix pcap -i mode. 13 years ago
Victor Julien ae27333458 Make live worker runmode threads adhere to the 'detect' cpu affinity settings. 13 years ago
Victor Julien e526525f83 Fix pcap -i <ip>. 13 years ago
Victor Julien 35467db151 Indicate that the Suricata version used is a release or a git checkout. 13 years ago
Victor Julien 28e15be526 Clean up default output. Use simpler output format for releases. 13 years ago
Victor Julien ff9fb7e1b5 Assume offloading in use if 1/10th of the packets has a bad checksum. 13 years ago
Victor Julien ea34aeff3d Add missing Makefile.am files for rules/ and doc/ dir. 13 years ago
Victor Julien 9bea84918c Fix checksum offloading auto detection typo: it should be 1/5th instead of 1/10th. 13 years ago
Victor Julien 227d6e058c Make sure new rule and doc files are part of the dist. 13 years ago
Victor Julien 5886ef8249 Don't print error about missing git repo if building from tarball. Don't define REVISION in that case. 13 years ago
Victor Julien e192ce7ea5 Update ChangeLog to reflect changes between 1.2beta1 and 1.2rc1. 13 years ago
Victor Julien c4b34e6ef7 Fix various minor clang/scan-build warnings. 13 years ago
Victor Julien 791fc2f6ea Adapt signature ordering to new flowbits post-match handling. 13 years ago
Victor Julien 8339ca6d4e Implement post match support for ip-only. 13 years ago
Victor Julien e69c584317 Let timing out flow use pseudo packets also if state is not fully closed. 13 years ago
Victor Julien 6eeab37ab3 Add post-match list, move flowbits set, etc functions to it. Move flowint set, etc functions to it as well. 13 years ago
Victor Julien 67a4153137 Add export of wiki install docs to our doc/ dir. 13 years ago
Victor Julien 0818a151ec Add reject support to live single, autofp and workers runmodes. 13 years ago
Eric Leblond 0b2c7dfa5d runmode: Add Reject to IPS worker mode. 13 years ago
Victor Julien 515d070554 Print elapsed time with millisecond precision. 13 years ago