MCPcopy Index your code
hub / github.com/secdev/scapy / extend

Method extend

scapy/layers/msrpce/rpcserver.py:116–120  ·  view source on GitHub ↗

Extend a DCE/RPC server into another

(self, server_cls)

Source from the content-addressed store, hash-verified

114 return deco
115
116 def extend(self, server_cls):
117 """
118 Extend a DCE/RPC server into another
119 """
120 self.dcerpc_commands.update(server_cls.dcerpc_commands)
121
122 def make_reply(self, req):
123 cls = req[DceRpc5Request].payload.__class__

Callers 15

build_graphMethod · 0.80
_pkt_lsFunction · 0.80
startMethod · 0.80
__init__Method · 0.80
_start_unixMethod · 0.80
sendpfastFunction · 0.80
get_fancy_bannerFunction · 0.80
_get_ipsFunction · 0.80
_read_routesFunction · 0.80
resolve_testfilesFunction · 0.80
mainFunction · 0.80
m2iMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected