Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: Fwd: [Ethereal-users] Decoding of TCP sequence numbers contained within ICMP

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 06 Mar 2005 18:22:12 -0800
Bjorn Townsend wrote:

Is sequence number analysis even needed in this case?

No - and, in fact, it's explicitly not done in this case, so the cause of the problem isn't that it's being done, except perhaps indirectly, because it's being done "too soon" and requires information that might not be present in an ICMP error packet (such as the header length), and the same code path is used to fetch that information in both cases. Fetching it in two different places might, in principle, solve the problem, but it would uglify the code somewhat.