From 88484ab05103cc51746c8c3d8d80f7304d5e5245 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 15 Aug 2017 11:31:05 -0700 Subject: Update RFC and I-D references. Give draft-frascone-xml-dictionary for the dictionary syntax. Give RFC numbers and I-D names, rather than URLs to the plain text versions of them; that way, you can more easily go to the HTML versions, which give more information. The "more information" for I-Ds may include later drafts and the final RFCs, and for RFCs may give newer RFCs obsoleting the older ones; add the RFC numbers for the I-Ds and the RFC number for the current Diameter RFC. Change-Id: If01ea341af3ae892755a243bd1dd66acfdfd5062 Reviewed-on: https://code.wireshark.org/review/23086 Reviewed-by: Guy Harris --- epan/diam_dict.l | 3 +++ epan/dissectors/packet-diameter.c | 19 ++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/epan/diam_dict.l b/epan/diam_dict.l index e959793c6d..f29b50a75e 100644 --- a/epan/diam_dict.l +++ b/epan/diam_dict.l @@ -85,6 +85,9 @@ ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 51 Franklin Street, Fifth Floor, ** Boston, MA 02110-1301, USA. + ** + ** See draft-frascone-xml-dictionary for the syntax of the + ** dictionary. */ #include diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c index da8901e576..2c0a10ad02 100644 --- a/epan/dissectors/packet-diameter.c +++ b/epan/dissectors/packet-diameter.c @@ -24,15 +24,20 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * * References: - * 2004-03-11 - * http://www.ietf.org/rfc/rfc3588.txt - * http://www.iana.org/assignments/radius-types - * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-cc-03.txt - * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-nasreq-14.txt - * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-mobileip-16.txt - * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-sip-app-01.txt + * + * RFC 3588, "Diameter Base Protocol" (now RFC 6733) + * draft-ietf-aaa-diameter-mobileip-16, "Diameter Mobile IPv4 Application" + * (now RFC 4004) + * draft-ietf-aaa-diameter-nasreq-14, "Diameter Network Access Server + * Application" (now RFC 4005) + * drafts/draft-ietf-aaa-diameter-cc-03, "Diameter Credit-Control + * Application" (now RFC 4006) + * draft-ietf-aaa-diameter-sip-app-01, "Diameter Session Initiation + * Protocol (SIP) Application" (now RFC 4740) * http://www.ietf.org/html.charters/aaa-charter.html + * http://www.iana.org/assignments/radius-types * http://www.iana.org/assignments/address-family-numbers * http://www.iana.org/assignments/enterprise-numbers * http://www.iana.org/assignments/aaa-parameters -- cgit v1.2.3