MCPcopy Create free account
hub / github.com/secdev/scapy / post_build

Method post_build

scapy/layers/smb2.py:3690–3703  ·  view source on GitHub ↗
(self, pkt, pay)

Source from the content-addressed store, hash-verified

3688 ]
3689
3690 def post_build(self, pkt, pay):
3691 # type: (bytes, bytes) -> bytes
3692 return (
3693 _SMB2_post_build(
3694 self,
3695 pkt,
3696 self.OFFSET,
3697 {
3698 "Input": 24,
3699 "Output": 36,
3700 },
3701 )
3702 + pay
3703 )
3704
3705
3706bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected