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

Method INITIAL

scapy/layers/tls/automaton_cli.py:239–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237
238 @ATMT.state(initial=True)
239 def INITIAL(self):
240 self.vprint("Starting TLS client automaton.")
241 raise self.INIT_TLS_SESSION()
242
243 @ATMT.ioevent(INITIAL, name="tls", as_supersocket="tlslink")
244 def _socket(self, fd):

Callers

nothing calls this directly

Calls 2

INIT_TLS_SESSIONMethod · 0.95
vprintMethod · 0.45

Tested by

no test coverage detected