Ethereal-dev: Re: [Ethereal-dev] Updated trivial packet-sip.c [patch]

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 27 Mar 2006 21:11:27 +0200 (CEST)
On Mon, 27 Mar 2006, LEGO wrote:

> >
> > Why not use hidden fields at all: The main disadvantage of hidden
> > fields is ... that they are hidden. What's the benefit of a field
> > "nobody" knows of, except of the dissector author?
>
> Aestetics...
>
> IP
>   IP Source: 10.10.10.10
>   IP Address: 10.10.10.10
>   IP Destination: 10.10.10.20
>   IP Address: 10.10.10.20

Well, that could be:

IP
 +IP Source: 10.10.10.10
    [IP Address: 10.10.10.10]
 +IP Destination: 10.10.10.20
    [IP Address: 10.10.10.20]

Thanx,
Jaap