Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ make_reply
Method
make_reply
scapy/ansmachine.py:147–149 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
145
146
@abc.abstractmethod
147
def
make_reply(self, req):
148
# type: (Packet) -> _T
149
pass
150
151
def
send_reply(self, reply, send_function=None):
152
# type: (_T, Optional[Callable[..., None]]) -> None
Callers
1
reply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected