Commit Graph

13451 Commits (1b24f4d357fd922a5c3202fce2904da29a04ed12)
 

Author SHA1 Message Date
Victor Julien c35dfe1bdb Merge branch 'victor_local' 15 years ago
Victor Julien 9854c19a88 Adapt Flow subsys init function to be able to initialize quietly for us in unit tests. Add flow to PPP unit tests. Fixes a floating point exception error. 15 years ago
Victor Julien 416bdd543a Add unit test to pool for the bug from yesterday. 15 years ago
Victor Julien 8e985f3cba Merge branch 'victor_local' 15 years ago
Victor Julien c42fa78287 Fix wrong segment ordering, fix stream messages not being queue'd right. 15 years ago
Victor Julien 1e46d97b1b Merge branch 'master' of oisfgit@phalanx.openinfosecfoundation.org:oisf 15 years ago
Victor Julien 77b19f6d82 Fix pool bug. 15 years ago
famousjs e32e5782ef Email test 15 years ago
Victor Julien 5322105303 Merge branch 'master' of oisfgit@phalanx.openinfosecfoundation.org:oisf 15 years ago
William Metcalf 82abed73d3 Moved GITGUIDE to doc/ 15 years ago
William Metcalf ae530c6d2f Added doxygen.cfg file and doc directory 15 years ago
Victor Julien c53dfea379 Improve the threading code to enable a single pcap file processing thread. 15 years ago
famousjs 3ba4d44e25 Email welcome 15 years ago
famousjs cec229effa Email test 15 years ago
William Metcalf d79b85d251 Small regex fix for portlists in detect-parse.c 15 years ago
William Metcalf d4e9ca8417 source-pcap.c comments modified for doxygen formatting 15 years ago
Victor Julien 689bbfdc45 Rename all structure definitions in the "typedef struct _SomeStruct" format to "typedef struct SomeStruct_" to make the Doxygen output more useful.
Remove the Trie multi pattern matcher code. It wasn't used anymore.
15 years ago
Victor Julien ffa013b2d8 Implement flow:established and flow:stateless 15 years ago
William Metcalf 1ae490e6c8 Small debug fix in decode-udp.c 15 years ago
Victor Julien 516ca7ead5 Fix IPv4 and IPv6 decoders not being able to deal with ethernet packets with trailing bytes. 15 years ago
Victor Julien 72b430d0bb Small pcap cleanups. 15 years ago
William Metcalf 1d1f080733 Remove Libpcap GlobalVars from source-pcap.c 15 years ago
William Metcalf 2ab8291ea8 Multi-Threading capable libpcap 15 years ago
Victor Julien 8c3d0c054b Pcap fixes. 15 years ago
William Metcalf b5c19be29c libpcap fixes for error handling and defines 15 years ago
Victor Julien 4715c2f596 Small pcap layout fixes, also made it a little bit more quiet. 15 years ago
Will Metcalf af992242a8 libpcap stuff v2 15 years ago
Victor Julien c957dc7775 Updates & cleanups to stream & l7 stuff 15 years ago
Victor Julien 76581ef967 Small layout fixes to the ppp code. 15 years ago
Breno Silva dec11038c6 PPP Support 15 years ago
Victor Julien 1c2240cfeb Stream reassembly update and WIP code for L7 modules. 15 years ago
Victor Julien 2c8df73d24 Add decoder events to ethernet and sll decoding. 15 years ago
Victor Julien eb0a5d8762 Add Address copy macro. 15 years ago
Victor Julien de1639e263 Enforce max pool size. 15 years ago
Victor Julien 51a9e36e10 Remove vips references. Rename to eidps. 15 years ago
Victor Julien 8bc0a2e465 Add tests for pool. 15 years ago
Victor Julien 668e9514d7 Pool update. Stream reassembly start. 15 years ago
Victor Julien 8397413942 Comment updates. 15 years ago
Victor Julien 9c7f5afa79 Large update: pcap support, threading fixes, initial stream tracking, time handling, pool support, runmodes, decoders added, autojunk update. 15 years ago
Victor Julien a0b390c541 Fix pktvar and http uri memory leaks. 15 years ago
Victor Julien 930aa4e038 Fix ip-only again: flowbit sigs were not handled correctly and tcp/udp sigs with ports set also were not. 15 years ago
Victor Julien a93d51fcde IP only rule loading optimization and counting fix. 15 years ago
Victor Julien 84aa365a3b Fix iponly matching. 15 years ago
Victor Julien 766ebed4d4 Fix Flowvar idx retrieval. 15 years ago
Victor Julien 2ecc7f2b4b Use different rule grouping settings for toclient and toserver. Fix flowbits accounting. 15 years ago
Victor Julien ff4b5a5db7 Add support for flowbits. 15 years ago
Victor Julien 657be002d1 Big detection engine update: scan improvements, b2g/b3g updates, bloom fixes, iponly detection implementation, dsize/flow grouping. 15 years ago
Victor Julien e877d69a2d Add compare func to hash table, fix remove in hashlist table. 15 years ago
Victor Julien 5df5b35e90 Put all globals in the detection engine ctx. Add HashList type, a hash that also stores the items ina list to it can be traversed. Many cleanups. 15 years ago
Victor Julien b2eb954099 Add b3g 3gram BNDM pattern matcher. Fix multi queue nfq initialization. Improve speed of b2g and wumanber. 15 years ago