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

Method post_build

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

Source from the content-addressed store, hash-verified

1590 ]
1591
1592 def post_build(self, pkt, pay):
1593 # type: (bytes, bytes) -> bytes
1594 return (
1595 _NTLM_post_build(
1596 self,
1597 pkt,
1598 self.OFFSET,
1599 {
1600 "OwnerSid": 4,
1601 "GroupSid": 8,
1602 "SACL": 12,
1603 "DACL": 16,
1604 },
1605 config=[
1606 ("Offset", _NTLM_ENUM.OFFSET),
1607 ],
1608 )
1609 + pay
1610 )
1611
1612
1613# [MS-FSCC] 2.4.2 FileAllInformation

Callers

nothing calls this directly

Calls 1

_NTLM_post_buildFunction · 0.90

Tested by

no test coverage detected