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

Method receive_create_file

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

Source from the content-addressed store, hash-verified

1016
1017 @ATMT.receive_condition(SERVING)
1018 def receive_create_file(self, pkt):
1019 if SMB2_Create_Request in pkt:
1020 raise self.SERVING().action_parameters(pkt)
1021
1022 PIPES_TABLE = {
1023 "srvsvc": SMB2_FILEID(Persistent=0x4000000012, Volatile=0x4000000001),

Callers

nothing calls this directly

Calls 2

SERVINGMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected