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

Class ISIS_NodeIdField

scapy/contrib/isis.py:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201class ISIS_NodeIdField(_ISIS_IdFieldBase):
202 def __init__(self, name, default):
203 _ISIS_IdFieldBase.__init__(self, name, default, 7, isis_nodeid2str, isis_str2nodeid) # noqa: E501
204
205 def randval(self):
206 return _ISIS_RandId("**.**.**.*")
207
208
209class ISIS_LspIdField(_ISIS_IdFieldBase):

Callers 5

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