更新tsg_master、app_proto_identify、tsg_conn_sketch、quic、radius、radius_collect_plug,支持或修复
TSG-8379: 在provision中添加开关,控制是否开启DNS会话记录/RTP会话记录/RADIUS会话记录功能 TSG-8402: Security Events中Schema为Mail,L7 Protocol为FTP TSG-8498: Radius Records中Device Group为空 TSG-8489: 一个会话被同时识别为HTTP和SSL协议时,Session Record插件(tsg_conn_record)使用已释放的内存导致SAPP重启 TSG-8488: Session Record插件(tsg_conn_record v3.1.2.79b489e)运行时找不到符号(函数声明与定义不一致) TSG-8484: Session Record插件(tsg_conn_record)存在内存泄漏
This commit is contained in:
@@ -14,19 +14,21 @@ firewall_rpm_version:
|
||||
fw_ssl_plug: fw_ssl_plug-3.2.2.58bac95
|
||||
http: http-2.0.8.1acf1e8
|
||||
mail: mail-1.0.12.28f3d17
|
||||
quic: quic-2.0.1.6e38309
|
||||
quic: quic-2.0.2.d76065f
|
||||
ssl: ssl-2.0.6.27f6517
|
||||
tsg_conn_sketch: tsg_conn_sketch-3.1.1.528e93c
|
||||
tsg_conn_sketch: tsg_conn_sketch-3.1.3.e3db703
|
||||
rtp: rtp-1.0.5.93e978a
|
||||
mesa_sip: mesa_sip-1.1.2.b4bc77d
|
||||
fw_voip_plug: fw_voip_plug-1.0.7.0521f2f
|
||||
app_proto_identify: app_proto_identify-2.0.8.e5686dc
|
||||
app_proto_identify: app_proto_identify-2.0.11.73ec128
|
||||
app_proto_engine: app_proto_engine-2.1.1.500010c
|
||||
gtp: gtp-1.0.5.afa055c
|
||||
gtp_signaling_plug: gtp_signaling_plug-1.0.2.2dfced5
|
||||
deal_socks: deal_socks-1.0.2.379a897
|
||||
tsg_ddos_sketch: tsg_ddos_sketch-1.2.1.b6e91bb
|
||||
ssh: ssh-2.0.11.1498782
|
||||
radius: radius-1.0.5.b330829
|
||||
radius_collect_plug: radius_collect_plug-2.0.3.7d8818f
|
||||
|
||||
framework_rpm_version:
|
||||
libcjson: libcjson-1.7.11.93ffba0
|
||||
@@ -64,7 +66,7 @@ tsg_app_rpm_version:
|
||||
app_sketch_local: app_sketch_local-4.2.0.9529fcf
|
||||
|
||||
tsg_master_rpm_version:
|
||||
tsg_master: tsg_master-5.4.15.8602011
|
||||
tsg_master: tsg_master-5.4.16.36c3610
|
||||
|
||||
tsg_diagnose_rpm_version:
|
||||
tsg_diagnose: tsg-diagnose-21.10.2.c848872
|
||||
|
||||
@@ -149,4 +149,12 @@ dns_flood_thresh="{{ ddossketch.dns_flood_report_thresh }}"
|
||||
TRAFFIC_MIRROR_ENABLE=1
|
||||
NIC_NAME=eth_vf_mirr
|
||||
DEFAULT_VLAN_ID=2
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
[RADIUS_PLUG]
|
||||
DEVICE_TAGS={"tags":[{"tag":"device_group","value":"BeiJing-XXG"}]}
|
||||
PACKET_TYPE_FLAG=16
|
||||
COLLECT_TOPIC=RADIUS-RECORD
|
||||
SERVICE_ID=162
|
||||
LOG_PATH=./log/radius_collect_plug/radius_collect_plug
|
||||
LOG_LEVEL=30
|
||||
@@ -33,6 +33,7 @@
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
|
||||
[business]
|
||||
{% raw %}{% if connsketch.enable is defined %}
|
||||
@@ -68,4 +69,5 @@
|
||||
{% if npb_device == 'tera' %}
|
||||
./plug/business/http_healthcheck/http_healthcheck.inf
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
{% endraw %}
|
||||
./plug/business/radius_collect_plug/radius_collect_plug.inf
|
||||
@@ -33,6 +33,7 @@
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
./plug/protocol/ssh/ssh.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
|
||||
[business]
|
||||
{% raw %}{% if connsketch.enable is defined %}
|
||||
@@ -65,4 +66,5 @@
|
||||
{% if app.identify_by.user_defined_signature == 1 %}
|
||||
./plug/business/app_sketch_local/app_sketch_local.inf
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
{% endraw %}
|
||||
./plug/business/radius_collect_plug/radius_collect_plug.inf
|
||||
@@ -18,4 +18,5 @@ SSL
|
||||
RTP
|
||||
SIP
|
||||
GTP
|
||||
SSH
|
||||
SSH
|
||||
RADIUS
|
||||
@@ -16,6 +16,7 @@
|
||||
./plug/protocol/mail/mail.inf
|
||||
./plug/protocol/ftp/ftp.inf
|
||||
./plug/protocol/quic/quic.inf
|
||||
./plug/protocol/radius/radius.inf
|
||||
./plug/protocol/l2tp_protocol_plug/l2tp_protocol_plug.inf
|
||||
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
|
||||
./plug/business/capture_packet_plug/capture_packet_plug.inf
|
||||
@@ -32,4 +33,5 @@
|
||||
./plug/protocol/gtp/gtp.inf
|
||||
./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
|
||||
./plug/business/http_healthcheck/http_healthcheck.inf
|
||||
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf
|
||||
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf
|
||||
./plug/business/radius_collect_plug/radius_collect_plug.inf
|
||||
Reference in New Issue
Block a user