Indy 9
TIdTcpHdr
See Also, Unit: IdRawHeaders
TIdTcpHdr = packed record
  tcp_sport: word;
  tcp_dport: word;
  tcp_seq: longword;
  tcp_ack: longword;
  tcp_x2off: byte;
  tcp_flags: byte;
  tcp_win: word;
  tcp_sum: word;
  tcp_urp: word;
  end;
Unit
IdRawHeaders
Members
tcp_sport: word;
tcp_sport
tcp_dport: word;
tcp_dport
tcp_seq: longword;
tcp_seq
tcp_ack: longword;
tcp_ack
tcp_x2off: byte;
tcp_x2off
tcp_flags: byte;
tcp_flags
tcp_win: word;
tcp_win
tcp_sum: word;
tcp_sum
tcp_urp: word;
tcp_urp

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.