mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added missing cento flow labels
This commit is contained in:
parent
a4ebf5345e
commit
e38114b75f
3 changed files with 22 additions and 7 deletions
|
|
@ -282,6 +282,18 @@ template = {
|
|||
['DNS_TTL_ANSWER'] = NTOP_BASE_ID+352,
|
||||
['DNS_RESPONSE'] = NTOP_BASE_ID+398,
|
||||
|
||||
-- TLS Protocol
|
||||
['TLS_VERSION'] = NTOP_BASE_ID+495,
|
||||
['TLS_CERT_NOT_BEFORE'] = NTOP_BASE_ID+496,
|
||||
['TLS_CERT_AFTER'] = NTOP_BASE_ID+497,
|
||||
['TLS_CERT_SHA1'] = NTOP_BASE_ID+498,
|
||||
['TLS_CERT_ISSUER_DN'] = NTOP_BASE_ID+514,
|
||||
['TLS_CERT_SUBJECT_SN'] = NTOP_BASE_ID+515,
|
||||
['TLS_REQUESTED_SNI'] = NTOP_BASE_ID+511,
|
||||
['TLS_SERVER_NAMES'] = NTOP_BASE_ID+512,
|
||||
['TLS_SERVER_NAMES'] = NTOP_BASE_ID+512,
|
||||
['TLS_ALPN'] = NTOP_BASE_ID+513,
|
||||
|
||||
-- POP
|
||||
['POP_USER'] = NTOP_BASE_ID+210,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue