From d70a4a932157cbd9be4277a1c72cb5e1b4e338fb Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 13 Apr 2020 12:06:37 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- epan/dissectors/packet-socks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-socks.c') 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. */ -- cgit v1.2.3