Ethereal-users: Re: [Ethereal-users] tethereal <-> ethereal 'n' conversations

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: Fri, 17 Sep 2004 18:26:32 -0700 (PDT)
Jaqu said:
> how can i do get similar (with names) statistic using tethereal?

By modifying "tap-iousers.c" to use routines that map addresses to names,
rather than using "address_to_str()".

Is there any compelling reason not to make that modification?  (I'd vote
for adding an "address_to_name()" routine, along the lines of
"address_to_str()".)