| 700 | |
| 701 | |
| 702 | class 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 |
no test coverage detected