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.chillispot < prev    next >
Text File  |  2011-07-18  |  2KB  |  39 lines

  1. # -*- text -*-
  2. ##############################################################################
  3. #
  4. #    ChilliSpot (and CoovaChilli) captive portal
  5. #    http://www.chillispot.org
  6. #    http://coova.org/wiki/index.php/CoovaChilli
  7. #
  8. #    $Id: dictionary.chillispot 28946 2009-07-06 12:39:58Z wmeier $
  9. #
  10. ##############################################################################
  11.  
  12. VENDOR        ChilliSpot            14559
  13.  
  14. BEGIN-VENDOR    ChilliSpot
  15.  
  16. ATTRIBUTE    ChilliSpot-Max-Input-Octets        1    integer
  17. ATTRIBUTE    ChilliSpot-Max-Output-Octets        2    integer
  18. ATTRIBUTE    ChilliSpot-Max-Total-Octets        3    integer
  19. ATTRIBUTE       ChilliSpot-Bandwidth-Max-Up            4       integer
  20. ATTRIBUTE       ChilliSpot-Bandwidth-Max-Down          5       integer
  21. ATTRIBUTE       ChilliSpot-Config                      6       string
  22. ATTRIBUTE       ChilliSpot-Lang                        7       string
  23. ATTRIBUTE       ChilliSpot-Version                     8       string
  24. ATTRIBUTE       ChilliSpot-OriginalURL                 9       string
  25.  
  26.  
  27. # Configuration management parameters (ChilliSpot Only)
  28. ATTRIBUTE    ChilliSpot-UAM-Allowed            100    string
  29. ATTRIBUTE    ChilliSpot-MAC-Allowed            101    string
  30. ATTRIBUTE    ChilliSpot-Interval            102    integer
  31.  
  32. # Inline with RFC 2882 use of VSE-Authorize-Only for remote config
  33. # Note that 14559 = 0x38df is used as prefix for the VSE.
  34. # This is recognized as the best (but bad) way of doing VSEs.
  35. # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
  36. VALUE    Service-Type            ChilliSpot-Authorize-Only 0x38df0001
  37.  
  38. END-VENDOR    ChilliSpot
  39.