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

Method post_build

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

Source from the content-addressed store, hash-verified

2571 ]
2572
2573 def post_build(self, pkt, pay):
2574 # type: (bytes, bytes) -> bytes
2575 return (
2576 _SMB2_post_build(
2577 self,
2578 pkt,
2579 self.OFFSET,
2580 {
2581 "SecurityBlob": 12,
2582 },
2583 )
2584 + pay
2585 )
2586
2587
2588bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected