Commit Graph

865 Commits (763fb4a583ba8d7315872e8cbb7276ec3e95364c)

Author SHA1 Message Date
Victor Julien 9b4f3f918b Fix broken debug code in stream reassembly 15 years ago
Pablo Rincon c1e6aabb0a Small fix 15 years ago
Pablo Rincon 705471e4ee Adding single pattern matcher algorithms. If you cannot store a context for the patterns, use SpmSearch() macro. Adding unittests and stats 15 years ago
Victor Julien cae8e06cb9 Properly lock app layer result pool and add some debugging code for memory tracking. 15 years ago
Victor Julien 4284276b11 Merge applayer detect function into normal match function. Should speed up detection. 15 years ago
Victor Julien bcd0682150 Make engine startup a little less verbose. 15 years ago
Jason Ish 5076452707 Potential fix for issue 60.
- Increase the packet buffer so it can hold the link header when we
  have maximum size IP datagrams.
- Fix ip header length and pkt length calculation for re-assembled
  packets.
15 years ago
Victor Julien 9d3a9273dd Rename fmem_t to SCFmem and make sure it's not exported. 15 years ago
Pablo Rincon 673afeb4d3 fmemopen wrapper added (fix compilation problems on macosx and freebsd) 15 years ago
Victor Julien 42e8a01221 Make sure pcre PCRE_EXTRA_MATCH_LIMIT_RECURSION check works with strict compiler settings. 15 years ago
William Metcalf 5bde121754 --enable-gccprofile sets -pg flag detect presence of pcre recursion 15 years ago
Eric Leblond db2d483d11 convert action_type to enum
This patch converts packet action type to an enum. This will
provide some facilities and ease bad value detection by gcc.
15 years ago
Gerardo Iglesias Galvan f5743afed5 Fix logging messages related to icmp_id parsing 15 years ago
Gerardo Iglesias Galvan 4b39ddaf95 Fix logging messages related to icmp_id parsing 15 years ago
Breno Silva 1d055b0e09 ICMP Seq Rule Keyword 15 years ago
Victor Julien 34e11e4784 Fixup unused variable compiler warning in the dce code. 15 years ago
root ddf5995049 endianness handling update 15 years ago
Kirby Kuehl 3d59f40640 style patch 15 years ago
root 706bb95209 fix bug 61 15 years ago
Jason Ish 7aac64f262 unit test for issue 59. 15 years ago
Jason Ish a7b37afc4e Fix issue 59. Drop a fragment that extends past the maximum IP packet size. 15 years ago
Gurvinder Singh fea277b2aa memory leak fixes 15 years ago
Gurvinder Singh 5c8d90afc8 memory leak fixes 15 years ago
Gurvinder Singh 66cc392177 init b46 15 years ago
Kirby Kuehl 90b42232fa dcerpc request smb transact and fix for dcerpc bindack 15 years ago
Gurvinder Singh 8f00718b0d bug 57 15 years ago
Eric Leblond 51be576a30 nfq: modify queue length computation logic
This patch modifies  max queue length computation logic. The max queue
length was set to MAX_PENDING which is the total number of packet
processed simultaneously in suricata.

This value is correct but this will not permit to take all burst
effects into account (read sudden quantity of packet that arrives
faster than suricata is enable to parse). Furthermore there is a
delaying system when suricata gets overloaded which make necessary
to have packet storable into kernel for some time.

To improve this situation the patch increases the maximum queue
length to NFQ_BURST_FACTOR (4) time the MAX_PENDING packet and
it also increase the nfnetlink buffer size to be able to store
all packets waiting for suricata in the netlink receive buffer.
15 years ago
Eric Leblond 775ac9ad9d fix code file permission
detect-http-method.c was executable.
15 years ago
Eric Leblond 84dfc0172a gcc warning fixes.
This patch fixes gcc warning:
    warning: suggest braces around empty body in an ‘if’ statement
This was the case in  when the macro SCLogDebug was used:
    if (ssn != NULL)
        SCLogDebug("ssn->alproto %"PRIu16"", ssn->alproto);

It also fixes a signed-unsigned comparison.
15 years ago
Eric Leblond 72d48f6658 nfq: add sanity checking
This patch adds sanity checking to payload handling. It set length
of packet to zero if an error occurs.
15 years ago
Eric Leblond 56cccdfa62 nfq: use switch instead of 'else if'
This patch convert a 'else if' serie to a switch to increase
the readability of the decision related code.

 Please enter the commit message for your changes. Lines starting
15 years ago
Eric Leblond c96586446b ethernet: use switch instead of 'else if'
This patch uses a switch instead of a 'else if' series. It also
adds a debug message for unsupported ethernet type.
15 years ago
Eric Leblond 6cf00d6204 Fix typo in Makefile.am
This patch fixes a typo in Makefile.am which was preventing
'make tags' from working.
15 years ago
Victor Julien 9295193968 Fixup unittest error output for RAW decoder. 15 years ago
William Metcalf c5d0b492d3 small unittest fixes to decode-raw.c 15 years ago
William Metcalf 8a64321340 raw pcap support additionl ipv4/6 validation 15 years ago
Pablo Rincon 0c9f51498a Small fixes at unittest helper functions and TestBidirec03 15 years ago
Pablo Rincon c80160b96d More examples of unittest helper functions usage reference 15 years ago
Pablo Rincon b6a3395c08 Adding unittest helper functions for building generic packets, checking arrays of expected match results, perform generic tests, etc. Look at util-unittest-helper.c and detect-ipproto.c for references 15 years ago
Jason Ish 095f2cf6ef Consistency fix.. Xxxlog -> XxxLog. 15 years ago
Jason Ish e204d07717 Have output modules register themselves so run mode configurator becomes aware of them for purposes of being configured from the config file. 15 years ago
Victor Julien 9b90c553b5 Clean ip fields from packet as well when the packet is reused. Prevents issues with malformed packets that are rejected by the decoders before ipaddresses are set. 15 years ago
Victor Julien 27a138d862 Suppress some flow messages. 15 years ago
Gurvinder Singh b0dcd02c1b bug 56 patch 15 years ago
Victor Julien eb67bb442e Fixup unittests that use buffers that simulate configuration files. They now include the YAML header. 15 years ago
Jason Ish 4e1acf5fd2 Require that the configuration file begins with a valid YAML version. At this time this means the configuration file must begin with
%YAML 1.1
15 years ago
Jason Ish 5e318aa342 Fix issue 55.
Don't process any key/value pairs until we've hitting a mapping.
15 years ago
Jason Ish c4f178f3d7 Do not seen_last unless the packet with more_frags=0 was actually inserted into the frag tracker. Fixes issue 53.
Add unit test for this failure case.
15 years ago
Jason Ish fc5df7d064 don't create a new tracker when frags are received in reverse order. 15 years ago
Gerardo Iglesias Galvan 40c514f295 Fix bug in logging msg when using --init-errors-fatal 15 years ago
Gerardo Iglesias Galvan 5eb819b0f4 Add signature line no. to error message when parsing fails 15 years ago
Gerardo Iglesias Galvan fae92f8d7b Fix bug#30. Fix logging call from prev patch 15 years ago
Gerardo Iglesias Galvan 988dc5520b Improve output when loading rules 15 years ago
Victor Julien 56556eb550 Set payload no inspect flag for packets with encapsulated packets as these are inspected separately 15 years ago
Victor Julien 9ececacda3 Fix packet timestamp handling for encapsulated packets. 15 years ago
Jason Ish 4c83652ad3 initialize vars 15 years ago
Victor Julien c1283a6628 Fix app layer proto detection code not being thread safe. 15 years ago
Gurvinder Singh fde948f488 bug 41 patch 15 years ago
Victor Julien fcabd1b2ba Fix typo. 15 years ago
Jason Ish cf95fa7c74 configurable outputs for nfq and pcap file. 15 years ago
Jason Ish a05436af8c Configurable alert outputs for PF_RING modes. 15 years ago
Jason Ish 844c444af1 Use the configuration file to setup alert logging (and http logging).
Only setup for the live pcap modes at the moment.
15 years ago
Victor Julien 13e10ccd86 Enable bytes per sec and mbit per sec for nfq as well 15 years ago
Anoop Saldanha e45b626b24 refactoring, tests for address engine ipv4 15 years ago
Jason Ish 1aabe6f7c1 in the unit tests make sure memory allocated from the pool was returned. 15 years ago
Jason Ish 6547725b39 consolidate more common code between ipv4 and ipv6. 15 years ago
Jason Ish 176c6e5668 use a common insert method for ipv4 and ipv6 15 years ago
Jason Ish ccbf8bcae5 Use the V6 insert and re-assembly logic for IPv4 as well. Its a little simpler to track and update. 15 years ago
root 9b74a2765e 64 bit portability 15 years ago
Victor Julien d7958f7983 fix wrong keyword name 15 years ago
Victor Julien 9ee6d6906f Add some safety checks. 15 years ago
Anoop Saldanha 06a640e794 fix for bug #47 15 years ago
Anoop Saldanha a83f7abcc1 logging module bug 6 fix 15 years ago
Victor Julien 6b36e23e45 Fix not decreasing the flow use_cnt reference counter in some cases from the app layer detection code. This caused some streams to never fully time out and thus clutter up the flow table and session pool. 15 years ago
Victor Julien c3269dbcb4 Fix compiler warning in http method code 15 years ago
Brian Rectanus c22d42693a Added http_method rule keyword. 15 years ago
Gurvinder Singh 6814ea1a0f some more stream fixes 15 years ago
Victor Julien 94ae001dec Fixup month displaying for the stats log. 15 years ago
Victor Julien 5e8413aeea Don't scan more of a stream for proto detection than necessary. 15 years ago
Gurvinder Singh a66c6752d5 stream os_policy support 15 years ago
Anoop Saldanha eea0e2a807 Radix Tree fixes/updates 15 years ago
Victor Julien 8f7cff1d53 Fix compilation with -Wextra 15 years ago
Victor Julien b7bac14040 Fixup code to compile with -Wall -Werror -Wextra -Wno-unused-parameter compiler options. 15 years ago
Gurvinder Singh 4e1dc0bd83 bug 41 patch 15 years ago
Gurvinder Singh 567bbf604b stream reassembling fixes 15 years ago
Jason Ish 6520d42b4c Allow nested sequences. 15 years ago
Jason Ish d86282af9c pretty up ConfDump output for when there is no valid prefix 15 years ago
Jason Ish 668b86cba4 Fix issue 36. Give each unit test a fresh configuration context - helps tests pass when a config file is passed in, which can
mess up the "expected" output, as this is testing loading
values into the configuration system.
15 years ago
Jason Ish 749647a69d use const 15 years ago
root 5113636744 bind and bind_ack tracking 15 years ago
Victor Julien 1f09a88c93 Improve default-log-dir error checking and reporting. 15 years ago
Anoop Saldanha 750600ab17 check for the existance of default logging directory 15 years ago
Anoop Saldanha 8189f4d88e Change error log messags to debug ones in the log modules 15 years ago
Victor Julien f5ef0cc3b8 Exit if no classification.config has been found. 15 years ago
Victor Julien 9e5f7459c2 Actually use classification msg 15 years ago
Victor Julien 2b66667a76 Make sure we can't overflow our packet alert storage 15 years ago
Jason Ish 527d735500 Suppress these debug lines. 15 years ago
Victor Julien 9b422c443e Fix up initialization and hopefully make the SEQ macro's fix up an 64bit issue we're seeing... 15 years ago
Victor Julien 18aa59b391 Fix compilation and a small memory error. 15 years ago
Anoop Saldanha f684989f98 dce_iface, dce_opnum, dce_stub_data keyword support 15 years ago
Victor Julien d284f0d333 Set default classification file location in the config file. 15 years ago
Victor Julien ecab1fae36 Remove contents of VRT classification.config. 15 years ago
Anoop Saldanha 011b74df63 Modify the classification config tests to use the buffer than a temp file and also fix an invalid free 15 years ago
Anoop Saldanha bc4df59414 Support for Classtype keyword and Classification Config file 15 years ago
Victor Julien f0be69dcd0 Fixup smb/smb2/dcerpc wrt loops, debug printing, style. 15 years ago
Victor Julien 4c2782e971 Improve depth and offset setup error reporting 15 years ago
Victor Julien f6f0ad94ce silence a debug statement in the msg handling 15 years ago
Victor Julien d5c732f1f9 Add tag keyword stub 15 years ago
Victor Julien b2adf31595 online abort() in stream reassembly if were in debug mode 15 years ago
Victor Julien ef6ab4efa0 Add pcre negate support. 15 years ago
William Metcalf 1d553c940b failing unit test showing negated pcre treated as nonnegated match 15 years ago
Victor Julien 040e62f3ec Fixup noisy debug statement 15 years ago
Victor Julien 7b2610ba1f Fix extra spaces confusing content and uricontent. 15 years ago
Gurvinder Singh a19fbf22e2 bug 29 patch 15 years ago
Victor Julien ae94b102cb Improve distance/within/nocase handling, sig parsing error reporting. 15 years ago
Victor Julien 4862488dac add version output, -V option 15 years ago
Victor Julien 6beee776ca Move rand seed code into util-random 15 years ago
Pablo Rincon 6224c30548 Adding preseending to rands 15 years ago
Jason Ish b2ee780788 "last" policy for ipv6 15 years ago
Jason Ish ecc50b8b2f add first policy for ipv6 frag re-assembly 15 years ago
Jason Ish d9380a8cb5 solaris policy for ipv6 15 years ago
Jason Ish ce20c33634 multiline rule support. 15 years ago
Will Metcalf 23aa6cf642 more fixes for exit on sig init failure 15 years ago
Will Metcalf f2b1e66a6a fixes for init failure stuff 15 years ago
Victor Julien 778228d1c5 Flags keyword fix. Fatal init fix. 15 years ago
Victor Julien 35e884f303 Make sure offset modifies depth. 15 years ago
William Metcalf c63b1e0f67 failing unit test depth doesn't take into account offset 15 years ago
Will Metcalf cc3c1779cd more project name updates 15 years ago
Victor Julien 9bbe43c019 Fixup calculation of the minimum scan pattern lenght in some cases. 15 years ago
Victor Julien aa736b01d6 Fix thresholding coding changing unlocked and supposed to be static memory areas. 15 years ago
Victor Julien c969294fef Make sure icmp rules also apply to icmpv6 15 years ago
Gurvinder Singh 8cfdf6c666 bug 18 patch update 15 years ago
Gurvinder Singh b92886a79a bug#18 and some minor changes 15 years ago
Gurvinder Singh 542a43437e bug19 patch 15 years ago
Pablo Rincon 0e83759ed4 Small fix 15 years ago
Victor Julien 1d12de9500 DetectContentChunkMatchTest11 is no longer expected to fail. 15 years ago
Victor Julien 18441c2be7 Fix broken pattern len compilation causing certain patterns to no match when they should. 15 years ago
Victor Julien 0ab9adabd4 Test PortTestMatchDoubleNegation is no longer expected to fail. 15 years ago
Victor Julien 0a699857d6 Fix negation for addresses as well. 15 years ago
Victor Julien 50c07f9901 Fix wrong negation of ports. 15 years ago
Victor Julien 10cc9d5b6a Add icmp flow handling. 15 years ago
Victor Julien 71ed2d38f5 Fix scan patterns sometimes not being added to the scan ctx. Should fix bug #9. 15 years ago
William Metcalf c40e81d42b failing unittest rules with same content match fail 15 years ago
Victor Julien a8116f65c8 Fix packet flags field not being cleared properly when the packet is being reused. Add some debug statements and cleanup some. 15 years ago
Victor Julien e2376948dd Clean up smb/dcerpc code 15 years ago
root 48cdc8e0fd DCERPC BIND work 15 years ago
Jason Ish 9d55a41e49 Windows and Linux policies for IPV6 frag reassembly. 15 years ago
Victor Julien 4824868766 Application layer detection improvements
- improve locking of application layer handling, making sure that the flow cannot be freed/cleared when the detection engine is still working with it.
- add a check to the app layer detection to make sure that a match function will only inspect an app layer state if it's of the right type.
15 years ago
Victor Julien 310a182217 Fix signatures not being initialized properly 15 years ago
Victor Julien 6fe5509617 Fix compiler warning when using HTP rev 68. 15 years ago