MCPcopy 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
198class 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