[Bro] bro arithmetic issue - int, double, count

Daniel Thayer dnthayer at illinois.edu
Mon Oct 23 08:04:22 PDT 2017


On 10/23/17 4:42 AM, william de ping wrote:
> Hi,
> 
> I'm having a strange issue regarding arithmetic of large numbers :
> 
> local a = 1.054929e+10;
> 
> is the type of a = double ?
> 
> thanks
> B

You can check the type by using the "type_name" built-in function:

print type_name(a);


More information about the Bro mailing list