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] AIM decode display request

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

From: Kevin <kem2@xxxxxxx>
Date: Fri, 14 Mar 2003 12:06:08 -0500
Worked like a charm!

Thanks
Kevin

On Friday, Mar 14, 2003, at 11:00 US/Eastern, Devin Heitmueller wrote:

Shouldn't be hard at all.  The format string just needs to be changed.

Change line 871 of packet-aim.c from:

    col_append_fstr(pinfo->cinfo, COL_INFO, ", Family: %s",
		    val_to_str(family, aim_fnac_family_ids,
			       "Unknown Family ID"));

To:
    col_append_fstr(pinfo->cinfo, COL_INFO, ", Family: %s",
		    val_to_str(family, aim_fnac_family_ids,
			       "Unknown Family ID=0x%x"));

-Devin

On Fri, 2003-03-14 at 10:53, Kevin wrote:
Looking at the AIM decode in Ethereal and have a request.

In the top frame of the display, when the FNAC is unknown, the line
says:
Snac data, Family: Unknown Family ID

How difficult would it be to display the value in the FNAC Family ID ?
For example:
Snac data, Family: Unknown Family ID=0x5344

This would make it a lot easier to scan the unknowns and attempt to
figure out what is happening.

Thanks
Kevin Mason

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev
--
Devin Heitmueller
Senior Software Engineer
Netilla Networks Inc

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev