Documentation
¶
Overview ¶
Package report : ポーリング処理
Index ¶
- Variables
- func DoCheckCert()
- func GetAddressInfo(addr string) *[]AddrInfoEnt
- func IsDstServer(fr *flowReportEnt) bool
- func ReportDevice(mac, ip string, t int64)
- func ReportFlow(src string, sp int, dst string, dp, prot int, pkts, bytes int64, t int64)
- func ReportTWPCAP(l map[string]interface{})
- func ReportTwWinLog(l map[string]interface{})
- func ReportUser(user, server, client string, ok bool, t int64)
- func ResetCertScore()
- func ResetDevicesScore()
- func ResetFlowsScore()
- func ResetIPReportScore()
- func ResetRADIUSFlowsScore()
- func ResetServersScore()
- func ResetTLSFlowsScore()
- func ResetUsersScore()
- func Start(ctx context.Context) error
- func UpdateFlowSensor(h, t string, r int)
- func UpdateReportConf()
- type AddrInfoEnt
Constants ¶
This section is empty.
Variables ¶
View Source
var UnKnownPortMap = make(map[string]int64)
Functions ¶
func DoCheckCert ¶ added in v1.3.0
func DoCheckCert()
func GetAddressInfo ¶
func GetAddressInfo(addr string) *[]AddrInfoEnt
func IsDstServer ¶ added in v1.1.0
func IsDstServer(fr *flowReportEnt) bool
IsDstServer : Dstがサーバーならばtrueを返す
func ReportDevice ¶
func ReportFlow ¶
func ReportTWPCAP ¶ added in v1.3.0
func ReportTWPCAP(l map[string]interface{})
func ReportTwWinLog ¶ added in v1.3.0
func ReportTwWinLog(l map[string]interface{})
func ReportUser ¶
func ResetCertScore ¶ added in v1.3.0
func ResetCertScore()
func ResetDevicesScore ¶
func ResetDevicesScore()
func ResetFlowsScore ¶
func ResetFlowsScore()
func ResetIPReportScore ¶ added in v1.1.0
func ResetIPReportScore()
func ResetRADIUSFlowsScore ¶ added in v1.3.0
func ResetRADIUSFlowsScore()
func ResetServersScore ¶
func ResetServersScore()
func ResetTLSFlowsScore ¶ added in v1.3.0
func ResetTLSFlowsScore()
func ResetUsersScore ¶
func ResetUsersScore()
func UpdateFlowSensor ¶ added in v1.3.0
func UpdateReportConf ¶
func UpdateReportConf()
Types ¶
type AddrInfoEnt ¶
Click to show internal directories.
Click to hide internal directories.