bro
Here's what we found matching this topic...
We can most likely increase the performance of forwarding decisions by using a radix tree for storing peer filters. Currently, the core_actor/stream_governor simply stores all filters as vector<topic> and iterates them with O(n) on each forwarding decision.
Currently, at least the values from XML tags tcpsequence and ipidsequence are not kept. The schema should be updated to store them.
See also #636.
Detect weird services on a network.
-
Updated
Aug 14, 2017 - 9 commits commits
- 1 contributor
- Bro
A continuous integration system for testing Bro IDS
-
Updated
Oct 2, 2018 - 87 commits commits
- 1 contributor
- JavaScript
Improve this page
Add a description, image, and links to the bro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bro topic, visit your repo's landing page and select "manage topics."
The following simple script:
redef enum foo += { bar };generates a reasonable error, but that's followed by an Assertion failure:
The first is fine, the second is tacky :-P.