mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add issuerdn to info
This commit is contained in:
parent
0ea7052640
commit
e2916e79a2
2 changed files with 12 additions and 1 deletions
|
|
@ -4908,6 +4908,15 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function getExtraFlowInfoTLSIssuerDN(alert_json)
|
||||
if alert_json and alert_json["proto"] and alert_json["proto"]["tls"] and not isEmptyString(alert_json["proto"]["tls"]["issuerDN"]) then
|
||||
return alert_json["proto"]["tls"]["issuerDN"]
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function getExtraFlowInfoURL()
|
||||
if alert_json then
|
||||
if alert_json["proto"] and alert_json["proto"]["http"] and not isEmptyString(alert_json["proto"]["http"]["last_url"]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue