mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Added a BRO_DNS_FAKE message to the help output.
This commit is contained in:
parent
aa0691ba21
commit
3d9461eca1
3 changed files with 11 additions and 0 deletions
|
@ -184,6 +184,7 @@ void usage()
|
|||
|
||||
fprintf(stderr, " $BROPATH | file search path (%s)\n", bro_path());
|
||||
fprintf(stderr, " $BRO_PREFIXES | prefix list (%s)\n", bro_prefixes());
|
||||
fprintf(stderr, " $BRO_DNS_FAKE | enable faked DNS query responses (%s)\n", bro_dns_fake());
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue