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

Class _ISIS_CSNP_Base

scapy/contrib/isis.py:997–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995
996
997class _ISIS_CSNP_Base(_ISIS_PduBase):
998 fields_desc = [
999 _ISIS_PduLengthField(),
1000 ISIS_NodeIdField("sourceid", "0102.0304.0506.00"),
1001 ISIS_LspIdField("startlspid", "0000.0000.0000.00-00"),
1002 ISIS_LspIdField("endlspid", "FFFF.FFFF.FFFF.FF-FF"),
1003 _ISIS_TlvListField()
1004 ]
1005
1006
1007def _snp_answers(snp, other, clsname):

Callers

nothing calls this directly

Calls 4

ISIS_NodeIdFieldClass · 0.85
ISIS_LspIdFieldClass · 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…