Commit Graph

3199 Commits (cae46ab5eb566f191e3c565a07684a6004351e55)
 

Author SHA1 Message Date
Victor Julien 4354434522 Add htp error debug printing. 13 years ago
Victor Julien 9f0447cb38 Flag napatech receive tm as well. 13 years ago
Anoop Saldanha cd4705e699 flag recieve acq tms that previously missed the receive_tm flag 13 years ago
Victor Julien f219841795 Misc buffer API update. 13 years ago
Eileen Donlon 4327aaf68a reject pcre modifiers U with B 13 years ago
Eileen Donlon 195eb42d4e allow only one content to use fast_pattern 13 years ago
Victor Julien 1d59324a68 Add missing space to http.log. 13 years ago
Victor Julien b5a3995904 Fix minor memleak in an start up error condition. 13 years ago
Anoop Saldanha 69ed12fd28 Introduce new buffer API that lets you create and manage a buffer. Update http log to use this as well 13 years ago
Anoop Saldanha 98a8234e0a csum function fixes. Improves alert accuracy. FPs on invalid-csums decoder rules fixed 13 years ago
Anoop Saldanha 46e1145cff minor code cleanup 13 years ago
Anoop Saldanha 37f66e5f46 update handling negative offsets in byte_extract. Also improve validation in byte_extract to not extract values out of the buffer range 13 years ago
Victor Julien 18837dce92 http: improve multipart parsing, skip empty records. 13 years ago
Victor Julien fbe0206c36 Update Changelog for 1.3beta1 13 years ago
Victor Julien 910eb70660 Fix minor compiler warning. 13 years ago
Victor Julien 79691f675a defrag: don't increment recursion level for reassembled packets. Fixes defragged packets not seeing the same flow. 13 years ago
Jason Ish 90548837e3 Update the ERF file runmodes to support autofp and single. 13 years ago
Jason Ish 1f801d316c Apply changes recommended by Stephen Donnely of Endace: - Skip pad records. - Don't log error on EGAIN, just try again. - Skip over extension headers. - Check we have the full packet (skip partial packets) - Remove obsolete rlen check. Also remove max_pending_packets to process more packets per iteration. 13 years ago
Victor Julien 07945f04ce ipv6: make sure we pass the defragged packet from the ipv6 layer to the decoder. 13 years ago
Victor Julien c682c5f1dd Fix error in proto handling for ipv6 in fast.log. 13 years ago
Victor Julien 4df25ef499 Apply http.log formatting fix by Chris Wakelin. 13 years ago
Victor Julien e874a5a3de Fix error in per packet detection engine profiling. 13 years ago
Victor Julien 3f94b12007 Minor stream optimization. 13 years ago
Victor Julien b9e5202f3c Make fast.log use finer grained locking, move protocol lookup outside of the lock. 13 years ago
Victor Julien b8e741de9e Minor optimizations to unified2 and fast.log. 13 years ago
Victor Julien 3d6b51a8c4 Small compile fix. 13 years ago
Anoop Saldanha b6c0d9e926 update util-print.c to use new print macro 13 years ago
Anoop Saldanha 090d098114 provide generic macro to buffer data using snprintf 13 years ago
Anoop Saldanha 95ea105a15 update util-print.c to use snprintf 13 years ago
Anoop Saldanha 23b64c5c08 restructure http logging to use fine grained locking 13 years ago
Victor Julien 40fcae3aa0 Minor unittest fixes to make Coverity happy. 13 years ago
Victor Julien 5c397e3a53 flow: add missing unlocks for rare error condition at flow shut down. 13 years ago
Victor Julien 31b673718c host: convert use_cnt to a atomic var (like in flow). 13 years ago
Victor Julien a39529db5d ipv6: fix routing header parsing leading to rejection of valid packets. 13 years ago
Victor Julien 374947c354 ipv6: properly deal with packets containing a FH header that has offset 0 and no more frags flag set. 13 years ago
Victor Julien 92e7a7d254 ipv6: fix detection engine using the originals IPv6 header's nxt hdr value instead of the upper layer one. 13 years ago
Victor Julien 073ce64786 Fix parsing of tcp-pkt and tcp-stream sigs, add unittest. 13 years ago
Anoop Saldanha c22755fec5 fix cppcheck analyzer warnings - bug 439 13 years ago
Anoop Saldanha 081b0e05a2 restructure disabling receive threads. Introduce new flag to indicate that threads have finised running 13 years ago
Eric Leblond 91f42b6f41 pcap: fix "work by luck" code. 13 years ago
Eric Leblond d8d9b0983f af_packet: misc improvements.
Improve block count and only copy snaplen length to avoid overflow.
13 years ago
Victor Julien 0a80e362aa Fix some minor clang scan-build warnings. 13 years ago
Victor Julien 4ebb6b7fae nfq: switch locking code to macro's to lock profiling can track the exact lock locations. 13 years ago
Victor Julien 06d7fb5428 Fix CUDA build from a release tarball. 13 years ago
Anoop Saldanha fea6a426a5 cleanup killing threads. As a consequence fixes invalid read/writes in tmqh flow 13 years ago
Anoop Saldanha f0e4578640 cleanup junk code in flow qh 13 years ago
Victor Julien bf4ab2f7e1 Fix misc issues picked up by coccinelle. 13 years ago
Anoop Saldanha a8095bd8d6 fix compiler warnings 13 years ago
Victor Julien af4e480163 Fix __WORDSIZE redeclaration warning on Windows builds. 13 years ago
Jason Ish 105173939b Implement single, autofp and workers run modes for DAG interfaces. Includes multiple interface support.
Remove auto mode due to bad performance.
13 years ago