Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ received_unauthenticated
Method
received_unauthenticated
scapy/layers/http.py:1232–1233 ·
view source on GitHub ↗
(self, pkt)
Source
from the content-addressed store, hash-verified
1230
1231
@ATMT.receive_condition(AUTH, prio=1)
1232
def
received_unauthenticated(self, pkt):
1233
raise
self.AUTH(pkt)
1234
1235
@ATMT.eof(AUTH)
1236
def
auth_eof(self):
Callers
nothing calls this directly
Calls
1
AUTH
Method · 0.95
Tested by
no test coverage detected