| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.Temp --+
|
dpkt.Packet --+
|
TLSRecord
SSLv3 or TLSv1+ packet. In addition to the fields specified in the header, there are compressed and decrypted fields, indicating whether, in the language of the spec, this is a TLSPlaintext, TLSCompressed, or TLSCiphertext. The application will have to figure out when it's appropriate to change these values.
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__hdr__ =
|
|||
__hdr_defaults__ =
|
|||
__hdr_fields__ =
|
|||
__hdr_fmt__ =
|
|||
__hdr_len__ = 5
|
|||
|
|||
| data | |||
| length | |||
| type | |||
| version | |||
|
Inherited from |
|||
|
|||
Packet constructor with ([buf], [field=val,...]) prototype. Arguments: buf -- optional packet buffer to unpack Optional keyword arguments correspond to members to set (matching fields in self.__hdr__, or 'data').
|
Unpack packet header fields from buf, and set self.data.
|
|
|||
__hdr__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 30 11:26:51 2019 | http://epydoc.sourceforge.net |