Ask Your Question
0

Updated RFC 7268 and RFC 7155 RADIUS dictionary files

asked 2024-06-29 19:12:32 +0000

LT gravatar image

updated 2024-06-29 20:09:29 +0000

Guy Harris gravatar image

I have updated/corrected these two files. I am unable to upload them here as an attachment.

The content for RFC 7268 file is

# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
#
#        Attributes and values defined in RFC 7268
#        http://www.ietf.org/rfc/rfc7268.txt
#
#   $Id: e01186a235cde7d51fe1e271c5096da01faa5f2e $
#

ATTRIBUTE   Allowed-Called-Station-Id       174 string
ATTRIBUTE   EAP-Peer-Id             175 octets
ATTRIBUTE   EAP-Server-Id               176 octets
ATTRIBUTE   Mobility-Domain-Id          177 integer
ATTRIBUTE   Preauth-Timeout             178 integer
ATTRIBUTE   Network-Id-Name             179 octets

# TLVs in the format defined in Figure 11-8 of Section 11.12 of
# "IEEE Standard for Local and metropolitan area
# networks - Port-Based Network Access Control", IEEE Std
# 802.1X-2010.
#
# These are <drum roll> 7 bit TLV-Type, and 9-bit TLV-Length
#
# If the TLVs are too large for 253 octets, they are fragmented
# into multiple attributes.
ATTRIBUTE   EAPoL-Announcement          180 octets

ATTRIBUTE   WLAN-HESSID             181 string

# The upper two octets MUST be zero.
# low two octets are Venue-Group and Venue-Type.
# Defined in Section 8.4.1.34 of the above IEEE document.
ATTRIBUTE   WLAN-Venue-Info             182 integer

# A two or 3 character language code selected from ISO-639.
# If it's two characters, a trailing zero byte is added
ATTRIBUTE   WLAN-Venue-Language         183 octets

ATTRIBUTE   WLAN-Venue-Name             184 string

# two least significant octets contain the Reason Code values defined
# in Table 8-36 of Section 8.4.1.7 of the above IEEE document.
ATTRIBUTE   WLAN-Reason-Code            185 integer

# The next four attributes are binary packed.  The first 3 octets is
# the OUI.  The last octet is the Suite Type.

# in Suite selector format as specified in Figure 8-187 within Section
# 8.4.2.27.2 of [IEEE-802.11], with values of OUI and Suite Type drawn
# from Table 8-99.
ATTRIBUTE   WLAN-Pairwise-Cipher            186 integer

# same as WLAN-Pairwise-Cipher
ATTRIBUTE   WLAN-Group-Cipher           187 integer

# in Suite selector format as specified in Figure 8-187
# within Section 8.4.2.27.2 of [IEEE-802.11], with values of OUI and
# Suite Type drawn from Table 8-101:
ATTRIBUTE   WLAN-AKM-Suite              188 integer

# same as WLAN-Pairwise-Cipher
ATTRIBUTE   WLAN-Group-Mgmt-Cipher          189 integer

# the upper 3 octets are zero
# the low octet contains the RF Band field, whose values are defined
# by the IEEE 802.11 Band ID field (Table 8-53a of [IEEE-802.11ad])

ATTRIBUTE   WLAN-RF-Band                190 integer
# WLAN-Pairwise-Cipher
VALUE WLAN-Pairwise-Cipher Use-Group-Cipher-Suite 1027072
VALUE WLAN-Pairwise-Cipher WEP-40 1027073
VALUE WLAN-Pairwise-Cipher TKIP 1027074
VALUE WLAN-Pairwise-Cipher CCMP 1027076
VALUE WLAN-Pairwise-Cipher WEP-104 1027077
VALUE WLAN-Pairwise-Cipher BIP 1027078
VALUE WLAN-Pairwise-Cipher Group-Addressed-Traffic-Not-Allowed 1027079
# WLAN-Group-Cipher
VALUE WLAN-Group-Cipher Use-Group-Cipher-Suite 1027072
VALUE WLAN-Group-Cipher WEP-40 1027073
VALUE WLAN-Group-Cipher TKIP 1027074
VALUE WLAN-Group-Cipher CCMP 1027076
VALUE WLAN-Group-Cipher WEP-104 1027077
VALUE WLAN-Group-Cipher BIP 1027078
VALUE WLAN-Group-Cipher Group-Addressed-Traffic-Not-Allowed 1027079
# WLAN-AKM-Suite
VALUE WLAN-AKM-Suite Use-Group-Cipher-Suite 1027072
VALUE WLAN-AKM-Suite WEP-40 1027073
VALUE WLAN-AKM-Suite TKIP 1027074
VALUE WLAN-AKM-Suite CCMP 1027076
VALUE WLAN-AKM-Suite WEP-104 1027077
VALUE WLAN-AKM-Suite BIP 1027078
VALUE WLAN-AKM-Suite Group-Addressed-Traffic-Not-Allowed 1027079
# WLAN-Group-Mgmt-Cipher
VALUE WLAN-Group-Mgmt-Cipher Use-Group-Cipher-Suite 1027072
VALUE WLAN-Group-Mgmt-Cipher WEP-40 1027073
VALUE WLAN-Group-Mgmt-Cipher TKIP 1027074
VALUE WLAN-Group-Mgmt-Cipher CCMP 1027076
VALUE WLAN-Group-Mgmt-Cipher WEP-104 1027077
VALUE WLAN-Group-Mgmt-Cipher BIP 1027078
VALUE WLAN-Group-Mgmt-Cipher Group-Addressed-Traffic-Not-Allowed 1027079
# WLAN-RF-Band
VALUE WLAN-RF-Band TV-white-spaces 0 
VALUE WLAN-RF-Band Sub-1Ghz 1 
VALUE WLAN-RF-Band 2.4Ghz 2 
VALUE WLAN-RF-Band 3.6Ghz 3 
VALUE WLAN-RF-Band 4.9and5Ghz ...
(more)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-06-29 20:14:32 +0000

Guy Harris gravatar image

If you want to get those files updated in Wireshark, please submit a merge request as per the Wireshark Wiki's Development/SubmittingPatches page.

edit flag offensive delete link more

Comments

Radius files has been significantly updated/changed in master. Try a development build.

Anders gravatar imageAnders ( 2024-07-03 08:00:56 +0000 )edit

Anders and Guy...

Thanks for your advice. Much appreciated.

LT gravatar imageLT ( 2024-07-07 23:08:28 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2024-06-29 19:12:32 +0000

Seen: 70 times

Last updated: Jun 29