Ethereal-dev: Re: [Ethereal-dev] Patch to Packet-isup

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 7 Oct 2003 10:49:04 -0700
On Tue, Oct 07, 2003 at 05:57:04PM +0200, Anders Broman (TN/EAB) wrote:
> Changed some variable names to conform to abriviations used in the
> specs, added dissection of some more BAT ASE elements and fixed some
> minor bugs.

Checked in.

Would the E.164 country codes or international network codes be useful
in any other dissectors?

Also, there are other NSAP parsing routines in other dissectors:

	print_nsap_net_buf() in epan/osi-utils.c;

	dissect_atm_nsap() in packet-arp.c.

Could any of them be combined (if they're parsing NSAPs with the same
syntax), and are there any other dissectors that could use an NSAP
parsing routine?