Files NamespaceΒΆ
Namespace: Files.
- class zlogging.enum.files.Tag(*values)[source]
Bases:
IntFlagEnum:
Files::Tag.See also
- ANALYZER_DATA_EVENT = 1
- ANALYZER_ENTROPY = 2
- ANALYZER_EXTRACT = 4
- ANALYZER_MD5 = 8
- ANALYZER_SHA1 = 16
- ANALYZER_SHA224 = 32
- ANALYZER_SHA256 = 64
- ANALYZER_SHA384 = 128
- ANALYZER_SHA512 = 256
- ANALYZER_PE = 512
- ANALYZER_OCSP_REPLY = 1024
- ANALYZER_OCSP_REQUEST = 2048
- ANALYZER_X509 = 4096
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None