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

Class _ISIS_LAN_HelloBase

scapy/contrib/isis.py:927–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925
926
927class _ISIS_LAN_HelloBase(_ISIS_PduBase):
928 fields_desc = [
929 ISIS_CircuitTypeField(),
930 ISIS_SystemIdField("sourceid", "0102.0304.0506"),
931 ShortField("holdingtime", 30),
932 _ISIS_PduLengthField(),
933 ByteField("priority", 1),
934 ISIS_NodeIdField("lanid", "0000.0000.0000.00"),
935 _ISIS_TlvListField()
936 ]
937
938
939class ISIS_L1_LAN_Hello(_ISIS_LAN_HelloBase):

Callers

nothing calls this directly

Calls 7

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