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

Method PREPARE_CLIENTFLIGHT1

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

Source from the content-addressed store, hash-verified

326
327 @ATMT.state()
328 def PREPARE_CLIENTFLIGHT1(self):
329 self.add_record()
330
331 @ATMT.condition(PREPARE_CLIENTFLIGHT1)
332 def should_add_ClientHello(self):

Callers 1

CONNECTMethod · 0.95

Calls 1

add_recordMethod · 0.80

Tested by

no test coverage detected