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

Method is_request

scapy/ansmachine.py:142–144  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

140 return sendopt, sniffopt
141
142 def is_request(self, req):
143 # type: (Packet) -> int
144 return 1
145
146 @abc.abstractmethod
147 def make_reply(self, req):

Callers 1

replyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected