home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / radius / dictionary next >
Text File  |  2011-07-18  |  7KB  |  232 lines

  1. # -*- text -*-
  2. #
  3. # Version $Id: dictionary 34973 2010-11-19 15:44:49Z etxrab $
  4. #
  5. # 2009-07-09 Wireshark changes to FreeRadius v2.1.6 dictionary file 
  6. #            - enabled  include: dictionary.cisco.vpn3000
  7. #            - disabled include: dictionary.vqp
  8. #            - disabled include: dictionary.freeradius.internal
  9. #            - added    include: dictionary.chillispot: as per 2009-06-11 commit in FreeRadius repository.
  10. #            - added: Comment re Wireshark usage of the integer data type.
  11. #
  12. #    DO NOT EDIT THE FILES IN THIS DIRECTORY
  13. #
  14. #    The files in this directory are maintained and updated by
  15. #    the FreeRADIUS project.  Newer releases of software may update
  16. #    or change these files.
  17. #
  18. #    Use the main dictionary file (usually /etc/raddb/dictionary)
  19. #    for local system attributes and $INCLUDEs.
  20. #
  21. #
  22. #
  23. #    This file contains dictionary translations for parsing
  24. #    requests and generating responses.  All transactions are
  25. #    composed of Attribute/Value Pairs.  The value of each attribute
  26. #    is specified as one of 4 data types.  Valid data types are:
  27. #
  28. #    text       - printable, generally UTF-8 encoded (subset of 'string')
  29. #    string     - 0-253 octets
  30. #    ipaddr     - 4 octets in network byte order
  31. #    integer    - 32 bit value in big endian order (high byte first)
  32. #                    [wireshark uses this type for non-standard 1-2-3 and 8 byte integers as well]
  33. #    date       - 32 bit value in big endian order - seconds since
  34. #             00:00:00 GMT,  Jan.  1,  1970
  35. #    ifid       - 8 octets in network byte order
  36. #    ipv6addr   - 16 octets in network byte order
  37. #    ipv6prefix - 18 octets in network byte order
  38. #    ether      - 6 octets of hh:hh:hh:hh:hh:hh
  39. #             where 'h' is hex digits, upper or lowercase.
  40. #
  41. #    FreeRADIUS includes extended data types which are not defined
  42. #    in the RFC's.  These data types are:
  43. #
  44. #    abinary - Ascend's binary filter format.
  45. #    octets  - raw octets, printed and input as hex strings.
  46. #          e.g.: 0x123456789abcdef
  47. #
  48. #
  49. #    Enumerated values are stored in the user file with dictionary
  50. #    VALUE translations for easy administration.
  51. #
  52. #    Example:
  53. #
  54. #    ATTRIBUTE      VALUE
  55. #    ---------------   -----
  56. #    Framed-Protocol = PPP
  57. #    7        = 1    (integer encoding)
  58. #
  59.  
  60. #
  61. #    Include compatibility dictionary for older users file. Move
  62. #    this directive to the end of this file if you want to see the
  63. #    old names in the logfiles, INSTEAD OF the new names.
  64. #
  65. $INCLUDE dictionary.compat
  66.  
  67. #
  68. #    Include the RFC dictionaries next.
  69. #
  70. #    For a complete list of the standard attributes and values,
  71. #    see:
  72. #        http://www.iana.org/assignments/radius-types
  73. #
  74. $INCLUDE dictionary.rfc2865
  75. $INCLUDE dictionary.rfc2866
  76. $INCLUDE dictionary.rfc2867
  77. $INCLUDE dictionary.rfc2868
  78. $INCLUDE dictionary.rfc2869
  79. $INCLUDE dictionary.rfc3162
  80. $INCLUDE dictionary.rfc3576
  81. $INCLUDE dictionary.rfc3580
  82. $INCLUDE dictionary.rfc4072
  83. $INCLUDE dictionary.rfc4372
  84. $INCLUDE dictionary.rfc4675
  85. $INCLUDE dictionary.rfc4679
  86. $INCLUDE dictionary.rfc4818
  87. $INCLUDE dictionary.rfc4849
  88. $INCLUDE dictionary.rfc5176
  89.  
  90. #
  91. #    Include vendor dictionaries after the standard ones.
  92. #
  93. $INCLUDE dictionary.3com
  94. $INCLUDE dictionary.3gpp
  95. $INCLUDE dictionary.3gpp2
  96. $INCLUDE dictionary.acc
  97. $INCLUDE dictionary.airespace
  98. $INCLUDE dictionary.alcatel
  99. $INCLUDE dictionary.alteon
  100. $INCLUDE dictionary.alvarion
  101. $INCLUDE dictionary.apc
  102. $INCLUDE dictionary.aruba
  103. $INCLUDE dictionary.azaire
  104. $INCLUDE dictionary.ascend
  105. $INCLUDE dictionary.bay
  106. $INCLUDE dictionary.bintec
  107. $INCLUDE dictionary.cablelabs
  108. $INCLUDE dictionary.cabletron
  109. $INCLUDE dictionary.chillispot
  110. $INCLUDE dictionary.cisco
  111. #
  112. #     The Cisco VPN300 dictionary is the same as the altiga one.
  113. #     You shouldn't use both at the same time.
  114. #
  115. $INCLUDE dictionary.cisco.vpn3000
  116. $INCLUDE dictionary.cisco.vpn5000
  117. $INCLUDE dictionary.cisco.bbsm
  118. $INCLUDE dictionary.clavister
  119. $INCLUDE dictionary.colubris
  120. $INCLUDE dictionary.cosine
  121. #$INCLUDE dictionary.dhcp
  122. $INCLUDE dictionary.digium
  123. $INCLUDE dictionary.eltex
  124. $INCLUDE dictionary.epygi
  125. $INCLUDE dictionary.erx
  126. $INCLUDE dictionary.ericsson
  127. $INCLUDE dictionary.extreme
  128. $INCLUDE dictionary.freeradius
  129. $INCLUDE dictionary.freeswitch
  130. $INCLUDE dictionary.fortinet
  131. $INCLUDE dictionary.foundry
  132. $INCLUDE dictionary.gandalf
  133. $INCLUDE dictionary.gemtek
  134. $INCLUDE dictionary.h3c
  135. $INCLUDE dictionary.hp
  136. $INCLUDE dictionary.huawei
  137. $INCLUDE dictionary.infonet
  138. $INCLUDE dictionary.issanni
  139. $INCLUDE dictionary.itk
  140. $INCLUDE dictionary.ipunplugged
  141. $INCLUDE dictionary.juniper
  142. $INCLUDE dictionary.jradius
  143. $INCLUDE dictionary.karlnet
  144. $INCLUDE dictionary.lancom
  145. $INCLUDE dictionary.livingston
  146. $INCLUDE dictionary.localweb
  147. $INCLUDE dictionary.lucent
  148. $INCLUDE dictionary.manzara
  149. $INCLUDE dictionary.merit
  150. $INCLUDE dictionary.microsoft
  151. $INCLUDE dictionary.mikrotik
  152. $INCLUDE dictionary.navini
  153. $INCLUDE dictionary.netscreen
  154. $INCLUDE dictionary.networkphysics
  155. $INCLUDE dictionary.nexans
  156. $INCLUDE dictionary.ntua
  157. $INCLUDE dictionary.nokia
  158. #
  159. #  Commented out because of attribute conflicts.
  160. #
  161. #$INCLUDE dictionary.nokia.conflict
  162. $INCLUDE dictionary.nomadix
  163. $INCLUDE dictionary.nortel
  164. #
  165. #  Commented out because of attribute conflicts.
  166. #
  167. #$INCLUDE dictionary.openser
  168. $INCLUDE dictionary.packeteer
  169. $INCLUDE dictionary.patton
  170. $INCLUDE dictionary.propel
  171. $INCLUDE dictionary.prosoft
  172. $INCLUDE dictionary.quiconnect
  173. $INCLUDE dictionary.quintum
  174. $INCLUDE dictionary.redback
  175. $INCLUDE dictionary.redcreek
  176. $INCLUDE dictionary.riverstone
  177. $INCLUDE dictionary.roaringpenguin
  178. $INCLUDE dictionary.shasta
  179. $INCLUDE dictionary.shiva
  180. $INCLUDE dictionary.slipstream
  181. $INCLUDE dictionary.sonicwall
  182. $INCLUDE dictionary.springtide
  183. $INCLUDE dictionary.starent
  184. $INCLUDE dictionary.telebit
  185. $INCLUDE dictionary.trapeze
  186. $INCLUDE dictionary.tropos
  187. $INCLUDE dictionary.t_systems_nova
  188. $INCLUDE dictionary.usr
  189. $INCLUDE dictionary.utstarcom
  190. $INCLUDE dictionary.valemount
  191. $INCLUDE dictionary.versanet
  192. ###$INCLUDE dictionary.vqp
  193. $INCLUDE dictionary.waverider
  194. $INCLUDE dictionary.walabi
  195. $INCLUDE dictionary.wimax
  196. $INCLUDE dictionary.wispr
  197. $INCLUDE dictionary.xedia
  198. $INCLUDE dictionary.xylan
  199.  
  200. #
  201. #    And finally the server internal attributes.
  202. #
  203. ###$INCLUDE dictionary.freeradius.internal
  204.  
  205. #
  206. #    Miscellaneous attributes defined in weird places that
  207. #    don't really belong anywhere else...
  208. #
  209. ATTRIBUTE    Originating-Line-Info            94    string
  210.  
  211. #  As defined in draft-sterman-aaa-sip-00.txt
  212. ATTRIBUTE    Digest-Response                206    string
  213. ATTRIBUTE    Digest-Attributes            207    octets    # stupid format
  214.  
  215. #
  216. #    Integer Translations
  217. #
  218. VALUE    Service-Type            Voice            12
  219. VALUE    Service-Type            Fax            13
  220. VALUE    Service-Type            Modem-Relay        14
  221. VALUE    Service-Type            IAPP-Register        15
  222. VALUE    Service-Type            IAPP-AP-Check        16
  223.  
  224. VALUE    Framed-Protocol            GPRS-PDP-Context    7
  225.  
  226. VALUE    NAS-Port-Type            Wireless-CDMA2000    22
  227. VALUE    NAS-Port-Type            Wireless-UMTS        23
  228. VALUE    NAS-Port-Type            Wireless-1X-EV        24
  229. VALUE    NAS-Port-Type            IAPP            25
  230.  
  231. VALUE    Framed-Protocol            PPTP            9
  232.