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

Method copy

scapy/layers/tls/session.py:1101–1104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1099 self.tls_session_update(msg_str)
1100
1101 def copy(self):
1102 pkt = Packet.copy(self)
1103 pkt.tls_session = self.tls_session
1104 return pkt
1105
1106 def clone_with(self, payload=None, **kargs):
1107 pkt = Packet.clone_with(self, payload=payload, **kargs)

Callers 9

_uuid_resFunction · 0.45
_uuid_res_revFunction · 0.45
tcp_reassembleMethod · 0.45
snapshotMethod · 0.45
snapshotMethod · 0.45
snapshotMethod · 0.45
snapshotMethod · 0.45
snapshotMethod · 0.45
_processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected