Commit Graph

10403 Commits (03da49bfaa62a6901ab29058b3e991b2d4ae10ec)
 

Author SHA1 Message Date
Victor Julien 7715e8f0fc Work around some Tcp session free issues in the app layer parsers. 15 years ago
Victor Julien 391e69e699 Fix tunnel packet handling. 15 years ago
Victor Julien e7f8a02484 Improve GRE counting. Actually use the GRE decoder. Register the GRE counter. 15 years ago
Breno Silva 9528e02e46 GRE support 15 years ago
Victor Julien f5fe190b45 Fix a ipv4 compiler warning. Improve TCP opt decoding error handling logic. 15 years ago
Brian Rectanus 74cb73fc1d Decode IPv4 options. 15 years ago
Brian Rectanus ff6a2a018c Cleanup autoconf 15 years ago
Victor Julien d7de22d0f0 Removing GPLv2 license info as our bylaws aren't final yet and we will redist code non-GPL as well. Rename struct conf_node to ConfNode to comply with engine coding style. 15 years ago
Victor Julien efdd952eb5 Remove noisy debugging output. 15 years ago
Victor Julien 6a1acba1ab Fix missing conf include. 15 years ago
Jason Ish e3b538c7d7 Simple configuration API.
Allow the log directory to be changed.
15 years ago
Victor Julien c73f4334d0 Fix compiler warning. 15 years ago
Victor Julien 4369816cdd Improvements to content keyword memory handling.
First version of a simple pattern based L7 proto detection engine. Currently just works by matching a single pattern in the initial data. Implemented HTTP, SSL, MSN, JABBER, SMTP and a few more.

Couple of pattern matcher cleanups.
15 years ago
Victor Julien 0242fad770 Fix error in freeing the ctx of a SigMatch. 15 years ago
Victor Julien 97854cf4bb Fixup some rule parser memleaks 15 years ago
Victor Julien 25aa05fdb2 use C99 int's. 15 years ago
Gurvinder Singh 6393b6778c unittests for gap handling 15 years ago
Victor Julien 57f71f7e4b Pass the DecodeThreadVars to all Decoder functions properly. Improve the error handling. 15 years ago
Victor Julien 63bc68ee90 Unify all counter registration code on uint16_t counter id's. 15 years ago
Anoop Saldanha 244f5d547a new registration functions for the stats api, with local thread storage for counter ids 15 years ago
Victor Julien d67eec918f Adapted flow comments to doxygen style. 15 years ago
Victor Julien 0a9fca7e57 Fix compilation without unittests enabled. 15 years ago
Victor Julien 451adaff34 Small name support code update for flowbits, flowvars and pktvars. 15 years ago
Victor Julien 98fab9dab3 Merge branch 'will' 15 years ago
Victor Julien 522efdcf03 Small reshuffle of the free funcs in the Stream code. 15 years ago
Gurvinder Singh 6824eddb0f New function for task3 15 years ago
William Metcalf 58396a9a49 Added acsite.m4 for missing CentOS defs/macros 15 years ago
Victor Julien 5b946443d8 Use finer grained locking for app layer parsing. 15 years ago
Victor Julien 2d406555a8 Fix compiler warning about 'mode'. 15 years ago
Jamie 698e9c0699 fix incorrect offset in decode-ethernet for PPPoE, more debug statements 15 years ago
Victor Julien 4ec31e0445 Fix short IPv4 packets not getting detected in the decoder. Set decode event on short ipv6 packets. 15 years ago
Victor Julien 265038a75a Fix a memory read error in the BDNM search algorithms. Also (hopefully) fix a 64bit error. 15 years ago
Victor Julien f6a8454232 Layout fixes. 15 years ago
Jamie fdbd09db6c add perfcounter to pppoe 15 years ago
Jamie afa8a6766e test cases for PPPoE, ICMPv4 15 years ago
Victor Julien e31563f61c Fix nfq compilation. 15 years ago
Victor Julien 720ac9efe8 Improve unittest error message if unittests are not compiled in. 15 years ago
Victor Julien 5501212e62 Fix sizeof printf related compiler warnings. 15 years ago
Brian Rectanus fa5939ca91 64 bit cleanup part2 15 years ago
Brian Rectanus 9a9b506c34 64 bit cleanup 15 years ago
Victor Julien 2a6aa00cd8 Use double for the avg counter. 15 years ago
Victor Julien 2e4cc2ad3d Convert tabs to spaces in PPPoE code. 15 years ago
Jamie 8817364ef6 initial PPPoE decoder commit 15 years ago
Victor Julien 3cf7e2e94e Add two counters: avg_pkt_size and max_pkt_size. 15 years ago
Victor Julien 1c3c13c7eb Fix missing limits.h include. 15 years ago
Anoop Saldanha 8af9f902e8 additional support for type qualifier for the stats api 15 years ago
Victor Julien 630a58b719 Fix unittests -u commandline option. 15 years ago
William Metcalf dd86b51dbc added optional option to specify signature file to load 15 years ago
Victor Julien 73217d60b9 Fix compiler warning in binsearch fix. 15 years ago
Victor Julien 9f78d47c2a Further work on the stream L7 parser, it's api and the http stub implementation. 15 years ago