Logging fixes.

- Now compiles in v6 mode.

- Loading logging.bif.*bro* in logging.bro for consistency.
This commit is contained in:
Robin Sommer 2011-04-21 18:50:11 -07:00
parent f945bd5b7f
commit 5fba6d144e
3 changed files with 20 additions and 13 deletions

View file

@ -38,7 +38,7 @@ struct LogVal {
union _val {
bro_int_t int_val;
bro_uint_t uint_val;
addr_type addr_val;
uint32 addr_val[NUM_ADDR_WORDS];
subnet_type subnet_val;
double double_val;
string* string_val;