MCPcopy Create free account
hub / github.com/secdev/scapy / LDPLabelWM

Class LDPLabelWM

scapy/contrib/ldp.py:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399class LDPLabelWM(_LDP_Packet):
400 name = "LDPLabelWM"
401 fields_desc = [BitField("u", 0, 1),
402 XBitField("type", 0x0402, 15),
403 ShortField("len", None),
404 IntField("id", 0),
405 MayEnd(FecTLVField("fec", None)),
406 LabelTLVField("label", 0)]
407
408# 3.5.11. Label Release Message
409

Callers

nothing calls this directly

Calls 7

BitFieldClass · 0.90
XBitFieldClass · 0.90
ShortFieldClass · 0.90
IntFieldClass · 0.90
MayEndClass · 0.90
FecTLVFieldClass · 0.85
LabelTLVFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…