(self, pkt)
| 361 | |
| 362 | @ATMT.receive_condition(BEGIN) |
| 363 | def received_negotiate(self, pkt): |
| 364 | if SMBNegotiate_Request in pkt: |
| 365 | raise self.NEGOTIATED().action_parameters(pkt) |
| 366 | |
| 367 | @ATMT.receive_condition(BEGIN) |
| 368 | def received_negotiate_smb2_begin(self, pkt): |
nothing calls this directly
no test coverage detected