(self, pkt)
| 1396 | |
| 1397 | @ATMT.receive_condition(SERVING) |
| 1398 | def receive_query_info(self, pkt): |
| 1399 | if SMB2_Query_Info_Request in pkt: |
| 1400 | raise self.SERVING().action_parameters(pkt) |
| 1401 | |
| 1402 | @ATMT.action(receive_query_info) |
| 1403 | def send_query_info_response(self, pkt): |
nothing calls this directly
no test coverage detected