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

Method do_build_payload

scapy/packet.py:748–755  ·  view source on GitHub ↗

Create the default version of the payload layer :return: a string of payload layer

(self)

Source from the content-addressed store, hash-verified

746 return p
747
748 def do_build_payload(self):
749 # type: () -> bytes
750 """
751 Create the default version of the payload layer
752
753 :return: a string of payload layer
754 """
755 return self.payload.do_build()
756
757 def do_build(self):
758 # type: () -> bytes

Callers 1

do_buildMethod · 0.95

Calls 1

do_buildMethod · 0.45

Tested by

no test coverage detected