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

Function _SMB2_post_build

scapy/layers/smb2.py:1766–1768  ·  view source on GitHub ↗

Util function to build the offset and populate the lengths

(self, p, pay_offset, fields)

Source from the content-addressed store, hash-verified

1764
1765
1766def _SMB2_post_build(self, p, pay_offset, fields):
1767 """Util function to build the offset and populate the lengths"""
1768 return _NTLM_post_build(self, p, pay_offset, fields, config=_SMB2_CONFIG)
1769
1770
1771# SMB2 sect 2.1

Callers 15

post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85
post_buildMethod · 0.85

Calls 1

_NTLM_post_buildFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…