wireshark/radius/dictionary.rfc5580
Alexis La Goutte f99f322a03 radius: sync with FreeRADIUS
commit d5d9b7d3742c12c28428694a8423ccfea00235c8
Author: Alan T. DeKok <aland@freeradius.org>
Date:   Thu Oct 4 16:00:20 2018 -0400

    this attribute is text, not binary.  Fixes #2322

 share/dictionary.rfc5580 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8ef2531d10741d8af298e9d2579357eec9477012
Author: Alejandro Perez <alex.perez-mendez@jisc.ac.uk>
Date:   Tue Oct 2 13:54:26 2018 +0200

    Add Moonshot-OTP-Secret attribute definition

 share/dictionary.ukerna | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e0f302bcecf57cc5c87f0bc7a219e9322032c17a
Author: Alan T. DeKok <aland@freeradius.org>
Date:   Tue Oct 2 09:48:20 2018 -0400

    manual merge of commit b5b27fedba8f

 share/dictionary.ukerna | 3 +++
 1 file changed, 3 insertions(+)

Change-Id: I2474ffc8717ec48249db6dfbb13f03d38e60d0d6
Reviewed-on: https://code.wireshark.org/review/30041
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06 14:12:38 +00:00

43 lines
1.1 KiB
Text

# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
#
# Attributes and values defined in RFC 5580.
# http://www.ietf.org/rfc/rfc5580.txt
#
# $Id: 964ba2bab9bed5d7070865f5335fa09967190f90 $
#
# One ASCII character of Namespace ID
# 0 = TADIG (GSM)
# 1 = Realm
# 2 = E212
#
#
# Followed by the actual string
ATTRIBUTE Operator-Name 126 string
#
# Large blobs of stuff
#
ATTRIBUTE Location-Information 127 octets
ATTRIBUTE Location-Data 128 octets
ATTRIBUTE Basic-Location-Policy-Rules 129 octets
ATTRIBUTE Extended-Location-Policy-Rules 130 string
#
# Really a bit-packed field
#
ATTRIBUTE Location-Capable 131 integer
VALUE Location-Capable Civic-Location 1
VALUE Location-Capable Geo-Location 2
VALUE Location-Capable Users-Location 4
VALUE Location-Capable NAS-Location 8
ATTRIBUTE Requested-Location-Info 132 integer
VALUE Requested-Location-Info Civic-Location 1
VALUE Requested-Location-Info Geo-Location 2
VALUE Requested-Location-Info Users-Location 4
VALUE Requested-Location-Info NAS-Location 8
VALUE Requested-Location-Info Future-Requests 16
VALUE Requested-Location-Info None 32