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

Class FilePositionInformation

scapy/layers/smb2.py:702–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700
701
702class FilePositionInformation(Packet):
703 fields_desc = [
704 LELongField("CurrentByteOffset", 0),
705 ]
706
707 def default_payload_class(self, s):
708 return conf.padding_layer
709
710
711# [MS-FSCC] 2.4.37 FileRenameInformation

Callers 1

FileAllInformationClass · 0.85

Calls 1

LELongFieldClass · 0.90

Tested by

no test coverage detected