refactor: merge openvpn_tcp and openvpn_udp to openvpn

This commit is contained in:
KujouRinka
2024-03-30 12:00:17 +08:00
parent 2232b553b3
commit 0e2ee36865
4 changed files with 278 additions and 382 deletions

View File

@@ -87,7 +87,6 @@ var logFormatMap = map[string]zapcore.EncoderConfig{
var analyzers = []analyzer.Analyzer{
&tcp.FETAnalyzer{},
&tcp.HTTPAnalyzer{},
&tcp.OpenVpnAnalyzer{},
&tcp.SocksAnalyzer{},
&tcp.SSHAnalyzer{},
&tcp.TLSAnalyzer{},