MCPcopy
hub / github.com/fortra/impacket / SMB2Create_Response

Class SMB2Create_Response

impacket/smb3structs.py:933–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931 )
932
933class SMB2Create_Response(Structure):
934 structure = (
935 ('StructureSize','<H=89'),
936 ('OplockLevel','<B=0'),
937 ('Flags','<B=0'),
938 ('CreateAction','<L=0'),
939 ('CreationTime','<Q=0'),
940 ('LastAccessTime','<Q=0'),
941 ('LastWriteTime','<Q=0'),
942 ('ChangeTime','<Q=0'),
943 ('AllocationSize','<Q=0'),
944 ('EndOfFile','<Q=0'),
945 ('FileAttributes','<L=0'),
946 ('Reserved2','<L=0'),
947 ('FileID',':',SMB2_FILEID),
948 ('CreateContextsOffset','<L=0'),
949 ('CreateContextsLength','<L=0'),
950 ('_AlignPad','_-AlignPad','self["CreateContextsOffset"] - (64 + self["StructureSize"] - 1)'),
951 ('AlignPad',':=""'),
952 ('_Buffer','_-Buffer','self["CreateContextsLength"]'),
953 ('Buffer',':'),
954 )
955
956class FILE_FULL_EA_INFORMATION(Structure):
957 structure = (

Callers 2

createMethod · 0.90
createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…