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

Method post_build

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

Source from the content-addressed store, hash-verified

3435 ]
3436
3437 def post_build(self, pkt, pay):
3438 # type: (bytes, bytes) -> bytes
3439 return (
3440 _SMB2_post_build(
3441 self,
3442 pkt,
3443 self.OFFSET,
3444 {
3445 "Data": 2,
3446 },
3447 )
3448 + pay
3449 )
3450
3451
3452bind_top_down(

Callers

nothing calls this directly

Calls 1

_SMB2_post_buildFunction · 0.85

Tested by

no test coverage detected