-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Backport of 6553/6875 to main-7.0.x #11761
Commits on Sep 11, 2024
-
stream: const args for StreamReassembleLog
Needed a workaround cast for RBTREE use. (cherry picked from commit a5a6527)
Configuration menu - View commit details
-
Copy full SHA for d45c615 - Browse repository at this point
Copy the full SHA d45c615View commit details -
eve/frame: implement payload-buffer-size option
Modeled after the same option in eve/alert. Defaults to 4k. (cherry picked from commit 829bab2)
Configuration menu - View commit details
-
Copy full SHA for 5712f7f - Browse repository at this point
Copy the full SHA 5712f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4d86e - Browse repository at this point
Copy the full SHA 5e4d86eView commit details -
eve/alert: init membuffer size on missing config
Don't init buffer to 0 size but use the desired default of 4k. (cherry picked from commit 462a6d7)
Configuration menu - View commit details
-
Copy full SHA for c57203d - Browse repository at this point
Copy the full SHA c57203dView commit details -
eve/frames: pass membuffer to API
In preparation of stream logging changes. (cherry picked from commit a205583)
Configuration menu - View commit details
-
Copy full SHA for cfcd85e - Browse repository at this point
Copy the full SHA cfcd85eView commit details -
eve/frame: improve frame payload logging
Log using stream callback API, meaning that data will also be logged if there are GAPs. Also implement GAP indicators: '[123 bytes missing]'. (cherry picked from commit 6e10c66)
Configuration menu - View commit details
-
Copy full SHA for c9c8b68 - Browse repository at this point
Copy the full SHA c9c8b68View commit details -
unix-manager: add \n string to buffer using correct API call
(cherry picked from commit ea98df8)
Configuration menu - View commit details
-
Copy full SHA for 7bab2fb - Browse repository at this point
Copy the full SHA 7bab2fbView commit details -
membuffer: turn complex macros into functions
For better readability and type checking. (cherry picked from commit 3ef98f2)
Configuration menu - View commit details
-
Copy full SHA for 99ba333 - Browse repository at this point
Copy the full SHA 99ba333View commit details -
membuffer: use buffer pointer as flexible array member
(cherry picked from commit 9c3669b) An additional change was made to correct an ASAN issue -- the membuffer is reset following allocation in MemBufferCreateNew().
Configuration menu - View commit details
-
Copy full SHA for f9208e9 - Browse repository at this point
Copy the full SHA f9208e9View commit details -
membuffer: return bytes written
(cherry picked from commit 7d5b537)
Configuration menu - View commit details
-
Copy full SHA for d1c421e - Browse repository at this point
Copy the full SHA d1c421eView commit details -
eve/frame: break out of logging callback if buffer is full
(cherry picked from commit 1dea4fe)
Configuration menu - View commit details
-
Copy full SHA for 750bb1b - Browse repository at this point
Copy the full SHA 750bb1bView commit details -
eve/alert: break out of payload logging callback if buffer is full
(cherry picked from commit 926c6e3)
Configuration menu - View commit details
-
Copy full SHA for c20e1e9 - Browse repository at this point
Copy the full SHA c20e1e9View commit details -
membuffer: annotate printf style function
(cherry picked from commit ff8597d)
Configuration menu - View commit details
-
Copy full SHA for dcbef39 - Browse repository at this point
Copy the full SHA dcbef39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6280cee - Browse repository at this point
Copy the full SHA 6280ceeView commit details