Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ register_variant
Method
register_variant
scapy/layers/eap.py:253–254 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
251
252
@classmethod
253
def
register_variant(cls):
254
cls.registered_methods[cls.type.default] = cls
255
256
@classmethod
257
def
dispatch_hook(cls, _pkt=None, *args, **kargs):
Callers
1
__new__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected