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

Class _TLSRandomBytesField

scapy/layers/tls/handshake.py:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164class _TLSRandomBytesField(StrFixedLenField):
165 def i2repr(self, pkt, x):
166 if x is None:
167 return repr(x)
168 return repr_hex(self.i2h(pkt, x))
169
170
171class _SessionIDField(StrLenField):

Callers 4

TLSClientHelloClass · 0.85
TLS13ClientHelloClass · 0.85
TLSServerHelloClass · 0.85
handshake.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…