aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-socks.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-04-13 12:06:37 +0100
committerPeter Wu <peter@lekensteyn.nl>2020-04-13 14:58:48 +0000
commitd70a4a932157cbd9be4277a1c72cb5e1b4e338fb (patch)
treec2e8e66f8f8fd166f3e956db9cf2f7e870a18c13 /epan/dissectors/packet-socks.c
parent58ba81ec09d3107a4032640db88efeec54b99f33 (diff)
Standardise IETF RFC and Draft URLs in dissectors.
Prefer: - html (rather than txt) - https Also includes the script check_dissector_urls.py, that can be used to find links in code and test them. Change-Id: Iafd8bb8948674a38ad5232bf5b5432ffb2b1251b Reviewed-on: https://code.wireshark.org/review/36821 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-socks.c')
-rw-r--r--epan/dissectors/packet-socks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-socks.c b/epan/dissectors/packet-socks.c
index f90ad87973..9b4a5bed52 100644
--- a/epan/dissectors/packet-socks.c
+++ b/epan/dissectors/packet-socks.c
@@ -37,7 +37,7 @@
* Add GSS-API authentication per rfc-1961
* Add CHAP authentication
* Decode FLAG bits per
- * http://archive.socks.permeo.com/draft/draft-ietf-aft-socks-pro-v5-04.txt
+ * https://tools.ietf.org/html/draft-ietf-aft-socks-pro-v5-04
* In call_next_dissector, could load the destination address into
* pinfo->src or pinfo->dst structure before calling next dissector.
*/