Falco bridge: Fix our default container name

Use "host" to match libsinsp.
This commit is contained in:
Gerald Combs 2024-02-12 08:42:23 -08:00
parent fc6255688d
commit 0e5416efbe
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ dissect_sinsp_enriched(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, void
const char* io_buffer = NULL;
uint32_t io_buffer_len = 0;
const char *container_id = "<host>";
const char *container_id = "host";
const char *proc_name = NULL;
const char *fd_name = NULL;