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

Method post_build

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

Source from the content-addressed store, hash-verified

2725 ]
2726
2727 def post_build(self, pkt, pay):
2728 # type: (bytes, bytes) -> bytes
2729 return (
2730 _SMB2_post_build(
2731 self,
2732 pkt,
2733 self.OFFSET,
2734 {
2735 "Path": 4,
2736 },
2737 )
2738 + pay
2739 )
2740
2741
2742bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected