MCPcopy Create free account
hub / github.com/secdev/scapy / FileFsVolumeInformation

Class FileFsVolumeInformation

scapy/layers/smb2.py:1700–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698
1699
1700class FileFsVolumeInformation(Packet):
1701 fields_desc = [
1702 UTCTimeField(
1703 "VolumeCreationTime",
1704 None,
1705 fmt="<Q",
1706 epoch=[1601, 1, 1, 0, 0, 0],
1707 custom_scaling=1e7,
1708 ),
1709 LEIntField("VolumeSerialNumber", 0),
1710 LEIntField("VolumeLabelLength", 0),
1711 ByteField("SupportsObjects", 1),
1712 ByteField("Reserved", 0),
1713 StrNullFieldUtf16("VolumeLabel", b"C"),
1714 ]
1715
1716
1717# [MS-FSCC] 2.7.1 FILE_NOTIFY_INFORMATION

Callers 1

Calls 4

UTCTimeFieldClass · 0.90
LEIntFieldClass · 0.90
ByteFieldClass · 0.90
StrNullFieldUtf16Class · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…