(self, pkt)
| 1329 | |
| 1330 | @ATMT.receive_condition(SERVING) |
| 1331 | def receive_query_directory_info(self, pkt): |
| 1332 | if SMB2_Query_Directory_Request in pkt: |
| 1333 | raise self.SERVING().action_parameters(pkt) |
| 1334 | |
| 1335 | @ATMT.action(receive_query_directory_info) |
| 1336 | def send_query_directory_response(self, pkt): |
nothing calls this directly
no test coverage detected