aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.wimax
AgeCommit message (Collapse)AuthorFilesLines
2014-11-07dictionary: add missing TLV definition for WiMAX-Downlink-Granted-QoSMasayuki Takemura1-1/+82
The type of the value of the Downlink-Granted-QoS is defined as tlv, but the TLV definition has not given in the file. This changeset adds the definition as per WiMAX Forum specification. As per the spec, the TLV definition is same as the QoS-Descriptor TLV. <Reference> Section 5.4.2.29 QoS-Descriptor and 5.4.2.63 Downlink Granted-QoS in WMF-T33-001-R010v05. Change-Id: I72d97ed6f7532239cba62cc4cd1b6693fcd43123 dictionary: change type of WiMAX-Uplink-Granted-QoS VSA This changeset changes the type of WiMAX-Uplink-Granted VSA to tlv and provides the TLV definition as per WiMAX Forum Specification. The TLV definition is same as the QoS-Descriptor VSA. <Reference> Section 5.4.2.30 Uplink Granted-QoS and 5.4.2.29 QoS-Descriptor in WMF-T33-001-R010v05. Change-Id: If6b505bc985c0fb41b19cf2d2fc7b4f887c72b7a Reviewed-on: https://code.wireshark.org/review/5158 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2009-07-07radius: dictionary.wimax; Actually add the missing END-VENDOR statementBill Meier1-0/+2
svn path=/trunk/; revision=29002
2009-07-07Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3c: wimaxBill Meier1-3/+1
- As is from the FreeRadius release except added missing VENDOR-END - Note: Attribute WiMAX-MN-hHA-MIP4-SPI [11] had a type of "octets" in the previous Wireshark repository version of this file. whereas this attribute in the FreeRadius version of tis file has an attribute type of "integer". svn path=/trunk/; revision=29001
2009-04-02From Naoyoshi Ueda:Anders Broman1-0/+369
Radius dissector enhancement to support WiMAX vendor specific attributes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3176 svn path=/trunk/; revision=27937