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

Class _SessionIDField

scapy/layers/tls/handshake.py:171–175  ·  view source on GitHub ↗

opaque SessionID<0..32>; section 7.4.1.2 of RFC 4346

Source from the content-addressed store, hash-verified

169
170
171class _SessionIDField(StrLenField):
172 """
173 opaque SessionID<0..32>; section 7.4.1.2 of RFC 4346
174 """
175 pass
176
177
178class _CipherSuitesField(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…