Home
last modified time | relevance | path

Searched refs:_TLSLengthField (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/layers/tls/
Dbasefields.py93 class _TLSLengthField(ShortField): class
95 s = super(_TLSLengthField, self).i2repr(pkt, x)
98 ds = super(_TLSLengthField, self).i2repr(pkt, dx)
219 class _SSLv2LengthField(_TLSLengthField):
Drecord_tls13.py22 _TLSMACField, _TLSLengthField, _tls_type)
93 _TLSLengthField("len", None),
Drecord.py29 _TLSLengthField, _tls_type)
259 _TLSLengthField("len", None),