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

Method build_done

scapy/packet.py:802–804  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

800 return pkt + pay
801
802 def build_done(self, p):
803 # type: (bytes) -> bytes
804 return self.payload.build_done(p)
805
806 def do_build_ps(self):
807 # type: () -> Tuple[bytes, List[Tuple[Packet, List[Tuple[Field[Any, Any], str, bytes]]]]] # noqa: E501

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected