dopheide-esnet
dopheide-esnet
It looks like hvac may have fixed wrap_ttl in their latest merges: https://github.com/hvac/hvac/issues/683 https://github.com/hvac/hvac/issues/965 We happened to notice this after hitting the recent-ish wrap_ttl removal.
Versions tested: 8.0.2 and 8.1.0-dev.807 crash.zeek: ``` redef Broker::ssl_certificate = "/correct_path/cert.pem"; redef Broker::ssl_keyfile = "/path_to/missing_file"; ``` When starting the controller/agent processes the process hangs and cannot be killed outside of...
Testing against zeek 7.1.0-dev.552 The package doesn't install due to the baseline failing. The new version adds a 'proto' field to c$id as seen below: [orig_h=192.168.2.186, orig_p=53798/tcp, resp_h=192.168.2.21, resp_p=1234/tcp, proto=6],...