| 664 | |
| 665 | |
| 666 | class 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 |
no test coverage detected