diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-03-20 04:30:09 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-03-20 04:30:09 +0000 |
commit | c6e65323ffb9cf5b037716b71fbb98d67fa27bdc (patch) | |
tree | 671dbe402e13d14ef202cbd205e637703f7b3b9a /packet-wccp.c | |
parent | 7c8faf262fc2117a90979ff6785e498e138376c0 (diff) | |
download | wireshark-c6e65323ffb9cf5b037716b71fbb98d67fa27bdc.tar.gz wireshark-c6e65323ffb9cf5b037716b71fbb98d67fa27bdc.tar.bz2 wireshark-c6e65323ffb9cf5b037716b71fbb98d67fa27bdc.zip |
Alas, the WCCP drafts have expired....
svn path=/trunk/; revision=3148
Diffstat (limited to 'packet-wccp.c')
-rw-r--r-- | packet-wccp.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/packet-wccp.c b/packet-wccp.c index e3f1de7a17..90723b25c0 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.18 2001/02/09 00:11:42 guy Exp $ + * $Id: packet-wccp.c,v 1.19 2001/03/20 04:30:09 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -72,7 +72,7 @@ static gint ett_capabilities_info = -1; static gint ett_capability_element = -1; /* - * See + * Unfortunately, * * http://www.ietf.org/internet-drafts/draft-forster-wrec-wccp-v1-00.txt * @@ -80,7 +80,16 @@ static gint ett_capability_element = -1; * * http://www.ietf.org/internet-drafts/draft-wilson-wrec-wccp-v2-00.txt * - * for WCCP 2.0, if they haven't expired yet. + * for WCCP 2.0, have expired. At + * + * http://www.ietf.org/internet-drafts/draft-forster-wrec-wccp-v1-01.txt + * + * and + * + * http://www.ietf.org/internet-drafts/draft-wilson-wrec-wccp-v2-01.txt + * + * are notes suggesting that you contact the authors "for more information + * or a copy of the document", and giving the e-mail addresses of the authors. */ #define UDP_PORT_WCCP 2048 |