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

Method build_padding

scapy/packet.py:775–777  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

773 return pkt + pay
774
775 def build_padding(self):
776 # type: () -> bytes
777 return self.payload.build_padding()
778
779 def build(self):
780 # type: () -> bytes

Callers 2

buildMethod · 0.95
build_paddingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected