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

Method hashret

scapy/packet.py:1266–1270  ·  view source on GitHub ↗

DEV: returns a string that has the same value for a request and its answer.

(self)

Source from the content-addressed store, hash-verified

1264 __hash__ = None # type: ignore
1265
1266 def hashret(self):
1267 # type: () -> bytes
1268 """DEV: returns a string that has the same value for a request
1269 and its answer."""
1270 return self.payload.hashret()
1271
1272 def answers(self, other):
1273 # type: (Packet) -> int

Callers 2

_sndrcv_sndMethod · 0.45
_process_packetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected