From ab55444590e006b24dbd372fa7dc307ddd7076ec Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 21 Nov 2016 12:06:43 +0100 Subject: RADIUS: Add RFC7930 dictionnary From FreeRADIUS master commit 42e55cca4cee6524475f0461b00f0f96769ab40b Author: Alan T. DeKok Date: Wed Oct 12 10:13:00 2016 -0400 added RFC 7930 Change-Id: Icb69117cad84fcaf9d9ffe8040962afb33709441 Reviewed-on: https://code.wireshark.org/review/18913 Reviewed-by: Michael Mann --- radius/dictionary | 2 ++ radius/dictionary.rfc7930 | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 radius/dictionary.rfc7930 (limited to 'radius') diff --git a/radius/dictionary b/radius/dictionary index 7d26ba9a00..498b549136 100644 --- a/radius/dictionary +++ b/radius/dictionary @@ -121,6 +121,8 @@ $INCLUDE dictionary.rfc7055 #$INCLUDE dictionary.rfc7155 #$INCLUDE dictionary.rfc7268 #$INCLUDE dictionary.rfc7499 +$INCLUDE dictionary.rfc7930 + # # Mostly values which have been allocated by IANA under diff --git a/radius/dictionary.rfc7930 b/radius/dictionary.rfc7930 new file mode 100644 index 0000000000..f17e5024d9 --- /dev/null +++ b/radius/dictionary.rfc7930 @@ -0,0 +1,9 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# Attributes and values defined in RFC 7930 +# http://www.ietf.org/rfc/rfc7930.txt +# + +ATTRIBUTE Response-Length 241.3 integer +ATTRIBUTE Original-Packet-Code 241.4 integer -- cgit v1.2.1