HeaderTCP
Summary
Represents a TCP message header object.
See also
- Properties
Structure
- class HeaderTCP
-
- auto_port
The auto port value of the packet,
True
if auto port is enabled,False
otherwise.- Type
- data_offset
This field stores the total size of a TCP header in multiples of four bytes.
- Type
uint16
or None
- flags_str
Gets the control flags values of the packet in string format (interpretation of the flags attribute).
- Type
- option
The options of the packet.
- Type
- protocol_type
The protocol type of the message.
- Type
- sequence_number
This field contains the sequence number of messages that are either recently received or expected to be sent.
- Type
- urgent_pointer
This field represents an offset from the sequence number indicating the last urgent data byte.
- Type