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

Ethereal-dev: Re: [Ethereal-dev] Flow graph functionality

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: Thu, 21 Jul 2005 09:52:31 -0700
Alejandro Vaquero wrote:
I'll fix this. But in this case the Graph will not show the flow because both IPs are the same, and the flow only displays one column per IP (not per port). Maybe an enhancement will be to use also the port when both IPs are the same?

If you're talking about transport-layer flows, the address and port on both sides should presumably always be used, as they identify a transport-layer endpoint. (For higher-level sessions, you might have more than one transport-layer flow, e.g. call setup and the call itself, or mount/NFS/lock manager traffic, or....)