aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-12 03:10:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-12 03:10:14 +0000
commit8089de8b2495d6e614c0bb93598f04fe13506ae9 (patch)
tree733dff6f67f02c55018431d48e2345cb8a038873 /packet-wccp.c
parentbdf2c0e429e63829b414b2126dc27b6c920781ee (diff)
Add a URL for the WCCP 1.0 draft.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1296 f5534014-38df-0310-8fa8-9805f1628bb7
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