From dae9c9b6c5aa0e0eef4496664b2bdecbc01364f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=8E=89=E6=B3=A2?= Date: Tue, 17 Oct 2023 10:11:29 +0000 Subject: [PATCH] =?UTF-8?q?TSG-17403:=20ipfix=5Fconf.json=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5common=5Fstart=5Ftimestamp=5Fms/comm?= =?UTF-8?q?on=5Fend=5Ftimestamp=5Fms/common=5Fclient=5Fos=5Fname/common=5F?= =?UTF-8?q?server=5Fos=5Fname;=E8=B0=83=E6=95=B4sip=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/ipfix_conf.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/bin/ipfix_conf.json b/bin/ipfix_conf.json index 57d7a15..ceac9ca 100644 --- a/bin/ipfix_conf.json +++ b/bin/ipfix_conf.json @@ -470,6 +470,26 @@ "element_name":"common_tunnel_endpoint_b_desc", "element_type":"string", "element_id": 72 + }, + { + "element_name":"common_start_timestamp_ms", + "element_type":"unsigned64", + "element_id": 73 + }, + { + "element_name":"common_end_timestamp_ms", + "element_type":"unsigned64", + "element_id": 233 + }, + { + "element_name":"common_client_os_name", + "element_type":"string", + "element_id": 234 + }, + { + "element_name":"common_server_os_name", + "element_type":"string", + "element_id": 235 } ], "SSL_elements": [ @@ -925,7 +945,7 @@ }, { "element_name": "sip_originator_sdp_media_port", - "element_type": "string", + "element_type": "unsigned32", "element_id": 156 }, { @@ -945,7 +965,7 @@ }, { "element_name": "sip_responder_sdp_media_port", - "element_type": "string", + "element_type": "unsigned32", "element_id": 160 }, { @@ -960,7 +980,7 @@ }, { "element_name": "sip_duration_s", - "element_type": "string", + "element_type": "unsigned32", "element_id": 163 }, {