MCPcopy Index your code
hub / github.com/secdev/scapy / bind_addr

Method bind_addr

scapy/fields.py:791–795  ·  view source on GitHub ↗
(cls, layer, addr, **condition)

Source from the content-addressed store, hash-verified

789
790 @classmethod
791 def bind_addr(cls, layer, addr, **condition):
792 # type: (Type[Packet], str, **Any) -> None
793 cls.bindings.setdefault(layer, []).append( # type: ignore
794 (addr, condition)
795 )
796
797
798class MACField(Field[Optional[str], bytes]):

Callers 4

ospf.pyFile · 0.80
dns.pyFile · 0.80
hsrp.pyFile · 0.80
llmnr.pyFile · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected