[Bro type clash]

Just for clarification, is_valid_ip actually does more than run a basic regex against the string. For ipv4 it slices the address and then runs an evaluation against each piece, which is faster than the regex as far as I can tell from my testing. I don’t recall offhand how it determines valid ipv6 addresses offhand, as I don’t have the addrs.bro script handy.