Commit Graph

16266 Commits (685baa9680c98acb4cdf35b77186600d6f582b8b)
 

Author SHA1 Message Date
Pablo Rincon 7e4377224a Small fix at detect-parse.c, need to continue with MatchTest05 15 years ago
Pablo Rincon f233f9fa31 Adding detect_content chunks handling for max_pattern_length and unittests. Updating modifiers to use it. 15 years ago
Victor Julien 981ca859cb Fixes for distance and within content modifiers. 15 years ago
William Metcalf 884b1034b4 failed unittest for within distance 15 years ago
Victor Julien 171edda02a Fix compilation of address and port error messages in debug mode. 15 years ago
Anoop Saldanha dc44700ce5 Support vars lookup from conf file. Current patch support address and port group vars lookup 15 years ago
Victor Julien 951b4d5cf4 Fix within in some corner cases and add some more tests. 15 years ago
Anoop Saldanha 204aca4431 Support host os flavour retrieval functions with raw network addresses 15 years ago
Anoop Saldanha 96614c60f2 change the netmask to uint8_t for the ip handling part of the radix tree and also use 255 instead of -1 to indicate the absence of a netblock 15 years ago
Anoop Saldanha 3f91af89a2 Added comments to the the Host OS API test 15 years ago
Anoop Saldanha 22771d5f52 Updated doxygen comment for host os function 15 years ago
Anoop Saldanha 7dbc117b37 Host OS Table API. Modifications also make to the radix tree to handle netblocks 15 years ago
Victor Julien 4f2164677a - Fix pattern matchers b2g and b3g not being able to deal with a single pattern of the max pattern length (32 bytes by default).
- Fix the setting of the correct pattern matcher when it was set in the detection ctx.
- Add tests for the fixes.
15 years ago
William Metcalf 2ba203cd19 upated INSTALL moved other doc files to doc/ deleted Welcome 15 years ago
Victor Julien f2a388ac8d Cleanup comments. 15 years ago
Victor Julien 34d44266fd Create reputation.h 15 years ago
William Metcalf 258cac889a silence pfring compiler warning 15 years ago
Victor Julien d6be6ceb19 Fixup artifact from automatic renames: rename DetectAddresssHead to DetectAddressHead. 15 years ago
Victor Julien e5b990a8ab Fixup siggroup merge artifacts. 15 years ago
Anoop Saldanha 78db80ea15 Unittests and style fix for detect-engine-siggroup.[ch] 15 years ago
Victor Julien 83d1e283bb Improve message on test expected to fail at this point. 15 years ago
Pablo Rincon 0df58406ee Adding Unittests, doxygen comments, coding style, logging support 15 years ago
Victor Julien cc442f1772 Fixup flow bits sig tests to work with the changes to the pattern matchers. 15 years ago
Breno Silva 6d1eb3e728 FlowBits Unit Tests 15 years ago
Breno Silva 2dee4cec13 FlowBits Unit Tests 15 years ago
Victor Julien c5dd31868d Small detect engine proto cleanups. 15 years ago
Gurvinder Singh 34e526d853 TTL macros suppport 15 years ago
Gurvinder Singh 90fea03af5 added comments and some minor changes 15 years ago
Gurvinder Singh cacbf31aad support for ttl keyword 15 years ago
Victor Julien deb511f51a Fix a compiler warning on Ubuntu 9.10 gcc 4.4.1 in the pattern matchers where the size of the thread ctx can be optimized to 0. 15 years ago
Victor Julien 8b8e2fef2d Fix msg parsing. 15 years ago
William Metcalf e458b2a26e detct-msg changes and unittests 15 years ago
William Metcalf f217370ac7 fixed for invalid netmask being set to 0 15 years ago
Victor Julien de8caa7964 Rename DetectAddressGroup* to DetectAddress* 15 years ago
Victor Julien 13dca5e8ce Cleanup of address functions. 15 years ago
Victor Julien 3c7a038477 Further memory cleanups. Split out init only vars out of the sig group head. 15 years ago
Victor Julien 32e51e5e5a Replace sgh refcnt by a flag. 15 years ago
Victor Julien 91d14964b6 Fixup formatting on the smb code. 15 years ago
William Metcalf 5fc3005103 added check for full al_parser_table 15 years ago
root f3e3d3873f fix smb and dcerpc unit tests 15 years ago
Kirby Kuehl ecaa701bdf smb and dcerpc work 15 years ago
Victor Julien bf72331849 Fix compilation warning in conf test. 15 years ago
Jason Ish ec9fa7b0a7 Files missed in last commit.
Update Conf API to allow direct access to nodes.

    A configuration node is now a tailq head and a tailq entry.  This allows us to build
    n-ary type trees to build something DOM like.

    Properly process lists so a list of rule files (for example) can be loaded.
15 years ago
Jason Ish d39a291427 Refactor yaml loader so we can load strings or files. 15 years ago
William Metcalf 4175206417 unittest regex changes and fixes 15 years ago
Victor Julien 2d0e9658f8 Speed up per sgh content maxlen calc. Remove mpm ptrs from mpm ctx. Add unittests testing the detection engine internals. 15 years ago
Victor Julien e4c98c562c Merge DetectAddressData and DetectAddressGroup 15 years ago
Victor Julien 15ab5d7003 More engine init memleaks fixed. HashListTable remove function fixed. 15 years ago
Victor Julien 7a7bb7a390 Get rid of global mpm_ctx. 15 years ago
Victor Julien fbe87a3ad5 Bunch of mostly unittest related memleak fixes. 15 years ago