Searched refs:_TLSLengthField (Results 1 – 3 of 3) sorted by relevance
/external/scapy/scapy/layers/tls/ |
D | basefields.py | 93 class _TLSLengthField(ShortField): class 95 s = super(_TLSLengthField, self).i2repr(pkt, x) 98 ds = super(_TLSLengthField, self).i2repr(pkt, dx) 219 class _SSLv2LengthField(_TLSLengthField):
|
D | record_tls13.py | 22 _TLSMACField, _TLSLengthField, _tls_type) 93 _TLSLengthField("len", None),
|
D | record.py | 29 _TLSLengthField, _tls_type) 259 _TLSLengthField("len", None),
|