[Bro-Commits] [git/bro] fastpath: on 32-bit machines only unsigned long longs are 64-bits long. Not just unsigned longs... (26f5aee)

Should this use uint64_t instead of ull?

Robin

But it probably also should not hurt defining it as a uint64_t… and makes it better understandable.

Johanna