Pcap NamespaceΒΆ

Namespace: Pcap.

class zlogging.enum.pcap.filter_state(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntFlag

Enum: Pcap::filter_state.

The state of the compilation for a pcap filter.

ok = 1
fatal = 2
warning = 4
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