Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ addq
Method
addq
scapy/modules/p0f.py:75–76 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
73
quirks = set()
74
75
def
addq(name):
76
quirks.add(name)
77
78
# IPv4/IPv6 parsing
79
if
ip_ver == 4:
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected