Ethereal-dev: [Ethereal-dev] TCP stream sequence

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Stas Khirman" <staskh@xxxxxxxxxxx>
Date: Tue, 4 May 2004 23:18:23 -0700
Sorry for maybe silly question.

I'm writing dissector for binary TCP based protocol. Protocol is binary
and every message has length and type field in the message header.
Messages may be divided between few TCP frames. Corect parsing depends
on my ability to parse all packets in correct order.

1.) How can I check if current TVB buffer is in correct sequence ( how
can I access to tcp seq field?)
2.) How can I distinguish retransmitted buffers?


Regards
Stas