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

Method post_build

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

Source from the content-addressed store, hash-verified

3940 ]
3941
3942 def post_build(self, pkt, pay):
3943 # type: (bytes, bytes) -> bytes
3944 return (
3945 _SMB2_post_build(
3946 self,
3947 pkt,
3948 self.OFFSET,
3949 {
3950 "FileName": 24,
3951 },
3952 )
3953 + pay
3954 )
3955
3956
3957bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected