Jon Siwek
d7dafe2fe2
Refactoring various usages of new IPAddr class.
...
Reducing number of places that internal representation was exposed
via GetBytes/CopyIPv6.
Also fixed a bug in remask_addr bif.
2012-02-22 14:45:44 -06:00
Jon Siwek
0f207c243c
Port DNS_Mgr to use new IPAddr class, enable lookups on IPv6 addrs.
...
Host lookups still need to be changed to also do AAAA queries.
2012-02-13 15:57:59 -06:00
Jon Siwek
f945f3c518
Change HashKey threshold for using H3 to 36 bytes.
...
This is enough to accommodate using H3 instead of HMAC/MD5 for IPv6
Conn::Key's and performs better since a hash happens for every packet.
2012-02-09 12:55:55 -06:00
Jon Siwek
495e987938
Remove $Id$ tags
2011-08-04 15:21:18 -05:00
Robin Sommer
59d6202104
Merge remote branch 'origin/topic/robin/conn-ids'
...
* origin/topic/robin/conn-ids:
Moving uid from conn_id to connection, and making output determistic if a hash seed is given.
Extending conn_id with a globally unique identifiers.
2011-04-22 22:13:44 -07:00
Robin Sommer
03c0d587a4
Removing code for unused hash functions.
2011-04-01 16:09:28 -07:00
Robin Sommer
881071cc99
Extending conn_id with a globally unique identifiers.
2011-03-15 20:42:56 -07:00
Jon Siwek
13569aaab7
Removal of the --enable-int64 config option.
...
This will now be always on. As such, uses of the USE_INT64 preprocessor
definition have been cleaned out.
2010-11-17 20:38:33 -06:00
Robin Sommer
61757ac78b
Initial import of svn+ssh:://svn.icir.org/bro/trunk/bro as of r7088
2010-09-27 20:42:30 -07:00