mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Merge branch 'master' into topic/robin/log-threads
Conflicts: cmake
This commit is contained in:
commit
256c0af98e
77 changed files with 1987 additions and 729 deletions
|
@ -187,6 +187,7 @@
|
|||
#include "threading/SerialTypes.h"
|
||||
#include "logging/Manager.h"
|
||||
#include "IPAddr.h"
|
||||
#include "bro_inet_ntop.h"
|
||||
|
||||
extern "C" {
|
||||
#include "setsignal.h"
|
||||
|
@ -465,7 +466,7 @@ static inline const char* ip2a(uint32 ip)
|
|||
|
||||
addr.s_addr = htonl(ip);
|
||||
|
||||
return inet_ntop(AF_INET, &addr, buffer, 32);
|
||||
return bro_inet_ntop(AF_INET, &addr, buffer, 32);
|
||||
}
|
||||
|
||||
static pid_t child_pid = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue