diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-08-24 23:09:37 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-08-24 23:09:37 +0000 |
commit | 381eb6bf29755fc6577fb2bc2749025b07b9cce8 (patch) | |
tree | bf6f59cf1bd1153d32c16e8086c30e3fe7a834e4 /packet-rpc.c | |
parent | c0aac1e720235311bef44c13fe97d9eee841ca1b (diff) | |
download | wireshark-381eb6bf29755fc6577fb2bc2749025b07b9cce8.tar.gz wireshark-381eb6bf29755fc6577fb2bc2749025b07b9cce8.tar.bz2 wireshark-381eb6bf29755fc6577fb2bc2749025b07b9cce8.zip |
Add a comment giving the RFC numbers of specs for ONC RPC.
svn path=/trunk/; revision=2366
Diffstat (limited to 'packet-rpc.c')
-rw-r--r-- | packet-rpc.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packet-rpc.c b/packet-rpc.c index a794b9d105..6fed92b32d 100644 --- a/packet-rpc.c +++ b/packet-rpc.c @@ -2,7 +2,7 @@ * Routines for rpc dissection * Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de> * - * $Id: packet-rpc.c,v 1.40 2000/08/24 22:58:55 guy Exp $ + * $Id: packet-rpc.c,v 1.41 2000/08/24 23:09:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -41,6 +41,22 @@ #include "conversation.h" #include "packet-rpc.h" +/* + * See: + * + * RFC 1831, "RPC: Remote Procedure Call Protocol Specification + * Version 2"; + * + * RFC 1832, "XDR: External Data Representation Standard"; + * + * RFC 2203, "RPCSEC_GSS Protocol Specification". + * + * See also + * + * RFC 2695, "Authentication Mechanisms for ONC RPC" + * + * although we don't currently dissec AUTH_DES or AUTH_KERB. + */ #define RPC_RM_FRAGLEN 0x7fffffffL |