(self, pkt)
| 1312 | |
| 1313 | @ATMT.receive_condition(SERVING) |
| 1314 | def receive_change_notify_info(self, pkt): |
| 1315 | if SMB2_Change_Notify_Request in pkt: |
| 1316 | raise self.SERVING().action_parameters(pkt) |
| 1317 | |
| 1318 | @ATMT.action(receive_change_notify_info) |
| 1319 | def send_change_notify_info_response(self, pkt): |
nothing calls this directly
no test coverage detected