L2TP Constant Enumerations

This module contains all constant enumerations of L2TP implementations. Available enumerations include:

L2TP_Type

L2TP Types

L2TP Type

This module contains the constant enumeration for L2TP Type, which is automatically generated from pcapkit.vendor.l2tp.type.Type.

class pcapkit.const.l2tp.type.Type(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

[Type] L2TP Type

Control = 0
Data = 1
classmethod _missing_(value)[source]

Lookup function used when value is not found.

Parameters

value (int) – Value to get enum item.

Return type

Type