mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Logging fixes.
- Now compiles in v6 mode. - Loading logging.bif.*bro* in logging.bro for consistency.
This commit is contained in:
parent
f945bd5b7f
commit
5fba6d144e
3 changed files with 20 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue