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

Class _ISIS_PduLengthField

scapy/contrib/isis.py:917–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915
916
917class _ISIS_PduLengthField(FieldLenField):
918 def __init__(self):
919 FieldLenField.__init__(self, "pdulength", None, length_of="tlvs", adjust=lambda pkt, x: x + pkt.underlayer.hdrlen) # noqa: E501
920
921
922class _ISIS_TlvListField(PacketListField):

Callers 5

_ISIS_LAN_HelloBaseClass · 0.85
ISIS_P2P_HelloClass · 0.85
_ISIS_LSP_BaseClass · 0.85
_ISIS_CSNP_BaseClass · 0.85
_ISIS_PSNP_BaseClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…