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

Class _ISIS_PSNP_Base

scapy/contrib/isis.py:1026–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024
1025
1026class _ISIS_PSNP_Base(_ISIS_PduBase):
1027 fields_desc = [
1028 _ISIS_PduLengthField(),
1029 ISIS_NodeIdField("sourceid", "0102.0304.0506.00"),
1030 _ISIS_TlvListField()
1031 ]
1032
1033
1034class ISIS_L1_PSNP(_ISIS_PSNP_Base):

Callers

nothing calls this directly

Calls 3

ISIS_NodeIdFieldClass · 0.85
_ISIS_TlvListFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…