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

Method post_build

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

Source from the content-addressed store, hash-verified

3887 )
3888
3889 def post_build(self, pkt, pay):
3890 # type: (bytes, bytes) -> bytes
3891 return (
3892 _SMB2_post_build(
3893 self,
3894 pkt,
3895 self.OFFSET,
3896 {
3897 "Input": 24,
3898 "Output": 32,
3899 },
3900 )
3901 + pay
3902 )
3903
3904
3905bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected