MCPcopy Index your code
hub / github.com/secdev/scapy / FileAccessInformation

Class FileAccessInformation

scapy/layers/smb2.py:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408
409class FileAccessInformation(Packet):
410 fields_desc = [
411 FlagsField("AccessFlags", 0, -32, SMB2_ACCESS_FLAGS_FILE),
412 ]
413
414 def default_payload_class(self, s):
415 return conf.padding_layer
416
417
418# [MS-FSCC] 2.4.3 FileAlignmentInformation

Callers 1

FileAllInformationClass · 0.85

Calls 1

FlagsFieldClass · 0.90

Tested by

no test coverage detected