Ethereal-dev: Re: [patch] Re: [Ethereal-dev] About AppleTalk (ddp) address format.

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 28 Jun 2002 13:16:35 -0700
On Fri, Jun 28, 2002 at 07:15:43PM +0000, didier wrote:
> I add col_set_addr() too.

Checked in.

> I'm using ddp.src ddp.dst (same naming convention as ip, ipx) but 
> ddp.src.xxx exist too. Is it ok

Yes.  The net and node are subfields of "ddp.dst" and "ddp.src", so
calling them "ddp.{dst,src}.net" and "ddp.{dst,src}.node" makes sense.

You might want to turn "ddp.dst.socket" and "ddp.src.socket" into
"ddp.dst_socket" and "ddp.src_socket", though, if the socket isn't
considered part of the DDP address any more.

> side note : there's no ipx.src field.

There's no "ipx.dst" field, either.