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

Class ISIS_SystemIdField

scapy/contrib/isis.py:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193class ISIS_SystemIdField(_ISIS_IdFieldBase):
194 def __init__(self, name, default):
195 _ISIS_IdFieldBase.__init__(self, name, default, 6, isis_sysid2str, isis_str2sysid) # noqa: E501
196
197 def randval(self):
198 return _ISIS_RandId("**.**.**")
199
200
201class ISIS_NodeIdField(_ISIS_IdFieldBase):

Callers 3

_ISIS_LAN_HelloBaseClass · 0.85
ISIS_P2P_HelloClass · 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…