aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-22 07:19:38 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-22 07:19:38 +0000
commit3af3df01dae3368c1bfc28a4301a2a5708bb95c0 (patch)
tree4673aeb57e7ef6eb9da0f7571c3e9af9d5c193b2 /packet-portmap.c
parent9f2c88966a252520a4bafaa5fee36cf39c1eb85a (diff)
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
Diffstat (limited to 'packet-portmap.c')
-rw-r--r--packet-portmap.c6
1 files changed, 3 insertions, 3 deletions
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 <gerald@zing.org>
@@ -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" }},
};