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

Method receive_query_info

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected