From 63a2b359b9bbc481ef266407791f09fd12be8fc4 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 9 Jun 2023 19:50:47 +0200 Subject: Added vlan_id in ndpi_flow2json() prototype --- example/reader_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/reader_util.c') diff --git a/example/reader_util.c b/example/reader_util.c index 1ede37ca2..a35eaf3c5 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1392,6 +1392,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl { if (ndpi_flow2json(workflow->ndpi_struct, flow->ndpi_flow, flow->ip_version, flow->protocol, + flow->vlan_id, flow->src_ip, flow->dst_ip, &flow->src_ip6, &flow->dst_ip6, flow->src_port, flow->dst_port, -- cgit v1.2.3