From 3af3df01dae3368c1bfc28a4301a2a5708bb95c0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 22 Jan 2001 07:19:38 +0000 Subject: Put in comments explaining what the two "Universal Address" fields are; we might want to give them different blurbs at some point (the filter-expression construction dialog currently shows both of them as just "Universal Address"; it'd have to somehow use the blurb if we wanted to make it obvious what they are). svn path=/trunk/; revision=2930 --- packet-portmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-portmap.c') diff --git a/packet-portmap.c b/packet-portmap.c index d611bbf797..6449f8f92b 100644 --- a/packet-portmap.c +++ b/packet-portmap.c @@ -1,7 +1,7 @@ /* packet-portmap.c * Routines for portmap dissection * - * $Id: packet-portmap.c,v 1.22 2001/01/18 09:55:10 guy Exp $ + * $Id: packet-portmap.c,v 1.23 2001/01/22 07:19:38 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -417,13 +417,13 @@ proto_register_portmap(void) { &hf_portmap_rpcb_netid, { "Network Id", "portmap.rpcb.netid", FT_STRING, BASE_DEC, NULL, 0, "Network Id" }}, - { &hf_portmap_rpcb_addr, { + { &hf_portmap_rpcb_addr, { /* address in rpcb structure in request */ "Universal Address", "portmap.rpcb.addr", FT_STRING, BASE_DEC, NULL, 0, "Universal Address" }}, { &hf_portmap_rpcb_owner, { "Owner of this Service", "portmap.rpcb.owner", FT_STRING, BASE_DEC, NULL, 0, "Owner of this Service" }}, - { &hf_portmap_uaddr, { + { &hf_portmap_uaddr, { /* address in RPCBPROC_GETADDR reply */ "Universal Address", "portmap.uaddr", FT_STRING, BASE_DEC, NULL, 0, "Universal Address" }}, }; -- cgit v1.2.3