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

Method copy

scapy/layers/dcerpc.py:1433–1438  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1431 return pkt
1432
1433 def copy(self):
1434 pkt = super(_NDRPacket, self).copy()
1435 pkt.deferred_pointers = self.deferred_pointers
1436 pkt.ndr64 = self.ndr64
1437 pkt.ndrendian = self.ndrendian
1438 return pkt
1439
1440 def show2(self, dump=False, indent=3, lvl="", label_lvl=""):
1441 return self.__class__(

Callers 15

loadMethod · 0.45
loadMethod · 0.45
mainFunction · 0.45
_make_leFunction · 0.45
compute_icrcMethod · 0.45
UDS_DSCEnumeratorClass · 0.45
UDS_EREnumeratorClass · 0.45
UDS_CCEnumeratorClass · 0.45
UDS_RDBPIEnumeratorClass · 0.45
UDS_RDBIEnumeratorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected