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

Class ISIS_P2P_Hello

scapy/contrib/isis.py:947–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945
946
947class ISIS_P2P_Hello(_ISIS_PduBase):
948 name = "ISIS Point-to-Point Hello PDU"
949
950 fields_desc = [
951 ISIS_CircuitTypeField(),
952 ISIS_SystemIdField("sourceid", "0102.0304.0506"),
953 ShortField("holdingtime", 30),
954 _ISIS_PduLengthField(),
955 ByteField("localcircuitid", 0),
956 _ISIS_TlvListField()
957 ]
958
959
960class _ISIS_LSP_Base(_ISIS_PduBase):

Callers

nothing calls this directly

Calls 6

ShortFieldClass · 0.90
ByteFieldClass · 0.90
ISIS_SystemIdFieldClass · 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…