MCPcopy Create free account
hub / github.com/secdev/scapy / receive_change_notify_info

Method receive_change_notify_info

scapy/layers/smbserver.py:1314–1316  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected