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

Class FileInternalInformation

scapy/layers/smb2.py:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665
666class FileInternalInformation(Packet):
667 fields_desc = [
668 LELongField("IndexNumber", 0),
669 ]
670
671 def default_payload_class(self, s):
672 return conf.padding_layer
673
674
675# [MS-FSCC] 2.4.26 FileModeInformation

Callers 2

FileAllInformationClass · 0.85

Calls 1

LELongFieldClass · 0.90

Tested by

no test coverage detected