bro_scripts
bro_scripts copied to clipboard
A collection of bro_scripts and signatures
Fixes #3 and #4
I see that the beacon information is generated in beacon.log but I also get this error when I run it listening on a specified port. There is also only a...
Line 46 in bro-beacons.bro `intervals[i] = double_to_interval(double_to_count(interval_to_double(collection[i+1] - collection[i])));` Why isn't this just `intervals[i] = interval_to_double(collection[i+1] - collection[i])));` ? Right now it's generating errors because of negative values in intervals.