aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-04-10 12:04:46 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-04-12 15:03:14 +0000
commit88923604b2ace9fdb00272f6cb965fff64e93987 (patch)
treeefa48da616cee82cfa023ba7b0417a8434104867 /epan/dissectors/packet-m3ua.c
parent52400c9869c852b6cd0e0c44e2782ce7c4536009 (diff)
Fix up some broken links to specs from dissectors.
check_dissector_urls.py was written and used to find URLs within epan/dissectors/*.c and try to fetch them using 'requests'. Will be commmitted separately. Most of the changes were to adapt to reorganisation of IETF or 3gpp2 links, but many of the broken links are for websites or companies that no longer exist. Change-Id: Ie9afdb95099218402a61626a0cd5193c6f781b96 Reviewed-on: https://code.wireshark.org/review/36769 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-m3ua.c')
-rw-r--r--epan/dissectors/packet-m3ua.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-m3ua.c b/epan/dissectors/packet-m3ua.c
index 9b0203fc8a..a601832921 100644
--- a/epan/dissectors/packet-m3ua.c
+++ b/epan/dissectors/packet-m3ua.c
@@ -1,11 +1,11 @@
/* packet-m3ua.c
* Routines for MTP3 User Adaptation Layer dissection
* It is hopefully (needs testing) compliant to
- * http://www.ietf.org/internet-drafts/draft-ietf-sigtran-m3ua-05.txt (expired)
- * http://www.ietf.org/internet-drafts/draft-ietf-sigtran-m3ua-06.txt (expired)
- * http://www.ietf.org/internet-drafts/draft-ietf-sigtran-m3ua-07.txt (expired)
- * http://www.ietf.org/rfc/rfc3332.txt
- * http://datatracker.ietf.org/doc/rfc4666/
+ * https://tools.ietf.org/html/draft-ietf-sigtran-m3ua-05 (expired)
+ * https://tools.ietf.org/html/draft-ietf-sigtran-m3ua-06 (expired)
+ * https://tools.ietf.org/html/draft-ietf-sigtran-m3ua-07 (expired)
+ * https://tools.ietf.org/html/rfc3332
+ * https://datatracker.ietf.org/doc/rfc4666/
*
* Copyright 2000, 2001, 2002, 2003, 2004 Michael Tuexen <tuexen [AT] fh-muenster.de>
*