Util function to build the offset and populate the lengths
(self, p, pay_offset, fields)
| 1764 | |
| 1765 | |
| 1766 | def _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 |
no test coverage detected
searching dependent graphs…