(self, pkt)
| 1016 | |
| 1017 | @ATMT.receive_condition(SERVING) |
| 1018 | def receive_create_file(self, pkt): |
| 1019 | if SMB2_Create_Request in pkt: |
| 1020 | raise self.SERVING().action_parameters(pkt) |
| 1021 | |
| 1022 | PIPES_TABLE = { |
| 1023 | "srvsvc": SMB2_FILEID(Persistent=0x4000000012, Volatile=0x4000000001), |
nothing calls this directly
no test coverage detected