No-Payload Packet¶
pcapkit.protocols.null contains
NoPayload only, which
implements a Protocol like
object whose payload is recursively
NoPayload itself.
- class pcapkit.protocols.misc.null.NoPayload(file=None, length=None, **kwargs)[source]¶
Bases:
ProtocolBase[NoPayload,NoPayload]This class implements no-payload protocol.
- property name: Literal['Null']¶
Name of current protocol.
- property protocol: NoReturn¶
Name of next layer protocol.
- Raises:
UnsupportedCall – This protocol doesn’t support
protocol.
- classmethod __index__()[source]¶
Numeral registry index of the protocol.
- Raises:
UnsupportedCall – This protocol has no registry entry.
- Return type: