aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-30 00:22:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-30 00:22:38 +0000
commit0a33bfcf5b686929693f93f109c9d65ef37b75dd (patch)
tree91f6ae8fc9c9353e88c2e09093a64577de24c416 /packet-socks.c
parent3f78ca22e27d9dba872420493f1edf4799602f09 (diff)
Update another URL and other stuff in that comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9491 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-socks.c')
-rw-r--r--packet-socks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-socks.c b/packet-socks.c
index 2606d7d902..9b232a975a 100644
--- a/packet-socks.c
+++ b/packet-socks.c
@@ -2,7 +2,7 @@
* Routines for socks versions 4 &5 packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-socks.c,v 1.53 2003/12/30 00:19:18 guy Exp $
+ * $Id: packet-socks.c,v 1.54 2003/12/30 00:22:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -50,9 +50,9 @@
* Add GSS-API authentication per rfc-1961
* Add CHAP authentication
* Decode FLAG bits per
- * http://www.socks.nec.com/draft/draft-ietf-aft-socks-pro-v-04.txt
- * In call_next_dissector, could load the destination address into the
- * pi structure before calling next dissector.
+ * http://archive.socks.permeo.com/draft/draft-ietf-aft-socks-pro-v5-04.txt
+ * In call_next_dissector, could load the destination address into
+ * pinfo->src or pinfo->dst structure before calling next dissector.
* remove display_string or at least make it use protocol identifiers
* socks_hash_entry_t needs to handle V5 address type and domain names
*/