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

Method post_build

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

Source from the content-addressed store, hash-verified

3508 ]
3509
3510 def post_build(self, pkt, pay):
3511 # type: (bytes, bytes) -> bytes
3512 return (
3513 _SMB2_post_build(
3514 self,
3515 pkt,
3516 self.OFFSET,
3517 {
3518 "Data": 2,
3519 "WriteChannelInfo": 40,
3520 },
3521 )
3522 + pay
3523 )
3524
3525
3526bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected