aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-24 23:16:16 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-24 23:16:16 +0000
commit2cbf5c4a15e83f08f8e4926f24a94e20451bce38 (patch)
tree0282bd844eafdf673d083320141cddbf6af90d5a /packet-portmap.c
parent381eb6bf29755fc6577fb2bc2749025b07b9cce8 (diff)
Give the RFC number of the spec for the portmapper/rpcbind protocols.
svn path=/trunk/; revision=2367
Diffstat (limited to 'packet-portmap.c')
-rw-r--r--packet-portmap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-portmap.c b/packet-portmap.c
index 125f43a1b9..e61298679c 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.19 2000/08/14 11:36:04 girlich Exp $
+ * $Id: packet-portmap.c,v 1.20 2000/08/24 23:16:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -37,6 +37,11 @@
#include "packet-rpc.h"
#include "packet-portmap.h"
+/*
+ * See:
+ *
+ * RFC 1833, "Binding Protocols for ONC RPC Version 2".
+ */
static int proto_portmap = -1;
static int hf_portmap_proto = -1;