spicy NamespaceΒΆ

Namespace: spicy.

class zlogging.enum.spicy.AddressFamily(*values)[source]

Bases: IntFlag

Enum: spicy::AddressFamily.

AddressFamily_IPv4 = 1
AddressFamily_IPv6 = 2
AddressFamily_Undef = 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

class zlogging.enum.spicy.BitOrder(*values)[source]

Bases: IntFlag

Enum: spicy::BitOrder.

BitOrder_LSB0 = 1
BitOrder_MSB0 = 2
BitOrder_Undef = 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

class zlogging.enum.spicy.ByteOrder(*values)[source]

Bases: IntFlag

Enum: spicy::ByteOrder.

ByteOrder_Little = 1
ByteOrder_Big = 2
ByteOrder_Network = 4
ByteOrder_Host = 8
ByteOrder_Undef = 16
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

class zlogging.enum.spicy.Charset(*values)[source]

Bases: IntFlag

Enum: spicy::Charset.

Charset_ASCII = 1
Charset_UTF8 = 2
Charset_UTF16LE = 4
Charset_UTF16BE = 8
Charset_Undef = 16
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

class zlogging.enum.spicy.DecodeErrorStrategy(*values)[source]

Bases: IntFlag

Enum: spicy::DecodeErrorStrategy.

DecodeErrorStrategy_IGNORE = 1
DecodeErrorStrategy_REPLACE = 2
DecodeErrorStrategy_STRICT = 4
DecodeErrorStrategy_Undef = 8
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

class zlogging.enum.spicy.Protocol(*values)[source]

Bases: IntFlag

Enum: spicy::Protocol.

Protocol_TCP = 1
Protocol_UDP = 2
Protocol_ICMP = 4
Protocol_Undef = 8
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

class zlogging.enum.spicy.RealType(*values)[source]

Bases: IntFlag

Enum: spicy::RealType.

RealType_IEEE754_Single = 1
RealType_IEEE754_Double = 2
RealType_Undef = 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

class zlogging.enum.spicy.ReassemblerPolicy(*values)[source]

Bases: IntFlag

Enum: spicy::ReassemblerPolicy.

ReassemblerPolicy_First = 1
ReassemblerPolicy_Undef = 2
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

class zlogging.enum.spicy.Side(*values)[source]

Bases: IntFlag

Enum: spicy::Side.

Side_Left = 1
Side_Right = 2
Side_Both = 4
Side_Undef = 8
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

class zlogging.enum.spicy.Direction(*values)[source]

Bases: IntFlag

Enum: spicy::Direction.

Direction_Forward = 1
Direction_Backward = 2
Direction_Undef = 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