bro_scripts icon indicating copy to clipboard operation
bro_scripts copied to clipboard

A collection of bro_scripts and signatures

Results 3 bro_scripts issues
Sort by recently updated
recently updated
newest added

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.