Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/layers/l2.py:199–201 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
197
198
class
DestMACField(MACField):
199
def
__init__(self, name):
200
# type: (str) -> None
201
MACField.__init__(self, name, None)
202
203
def
i2h(self, pkt, x):
204
# type: (Optional[Packet], Optional[str]) -> str
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected