aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-12 03:10:14 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-12 03:10:14 +0000
commitd12309b4d37440aa68770119d7e5cf7b190ab477 (patch)
tree733dff6f67f02c55018431d48e2345cb8a038873 /packet-wccp.c
parent5a4d9d6d68bf06c3ac82366238a6d482973c248f (diff)
Add a URL for the WCCP 1.0 draft.
svn path=/trunk/; revision=1296
Diffstat (limited to 'packet-wccp.c')
-rw-r--r--packet-wccp.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-wccp.c b/packet-wccp.c
index 6c967d3cc1..3aaefde2eb 100644
--- a/packet-wccp.c
+++ b/packet-wccp.c
@@ -2,7 +2,7 @@
* Routines for Web Cache Coordination Protocol dissection
* Jerry Talkington <jerryt@netapp.com>
*
- * $Id: packet-wccp.c,v 1.1 1999/12/12 03:05:56 guy Exp $
+ * $Id: packet-wccp.c,v 1.2 1999/12/12 03:10:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -39,6 +39,13 @@
#include <glib.h>
#include "packet.h"
+/*
+ * See
+ *
+ * http://search.ietf.org/internet-drafts/draft-ietf-wrec-web-pro-00.txt
+ *
+ * if it hasn't expired yet.
+ */
#define WCCPv1 0x0004
#define WCCP_HERE_I_AM 0x0007
#define WCCP_I_SEE_YOU 0x0008