diff options
| author | 杨玉波 <[email protected]> | 2023-10-17 10:11:29 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-10-17 10:11:29 +0000 |
| commit | dae9c9b6c5aa0e0eef4496664b2bdecbc01364f6 (patch) | |
| tree | af12b04b287a1068dc7898fc16c258ab650fb76f | |
| parent | f7ab3c92aeb7d8cb9ac979db712d28090c11ba9a (diff) | |
TSG-17403: ipfix_conf.json新增字段common_start_timestamp_ms/common_end_timestamp_ms/common_client_os_name/common_server_os_name;调整sip字段类型;v6.1.14
| -rw-r--r-- | bin/ipfix_conf.json | 26 |
1 files 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 }, { |
