what is rang of "count" type in Bro?

Hi

1.what is rang of count type?
2.how to access higher range?
3.what is equivalent “double” in Bro?

regard

Hi

Hi,
I am not sure but it looks like

1.what is rang of count type?

misc_integer so may be range should be (2**31) .. (2**31-1) on 32-bit
architectures, and -(2**63) .. (2**63-1) on 64-bit architectures.

2.how to access higher range?

How much higher you want to go for ?