RADIUS: add cnergee dictionary (from FreeRADIUS)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 20 Feb 2017 14:01:18 +0000 (14:01 +0000)
committerMichael Mann <mmann78@netscape.net>
Sun, 26 Feb 2017 01:54:53 +0000 (01:54 +0000)
commit e37987492b0d575a8ef41900ef916244112b2468
Author: Alan T. DeKok <aland@freeradius.org>
Date:   Sat Feb 18 12:11:05 2017 -0500

    Dictionary from cnergee.

    Which modifications so that the names don't conflict with
    existing ones.

Change-Id: I4fed7f38300dd8bcf526e5a07eec6c7812991d95
Reviewed-on: https://code.wireshark.org/review/20258
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Makefile.am
packaging/nsis/wireshark.nsi
radius/dictionary
radius/dictionary.cnergee [new file with mode: 0644]

index 10eea0cf9782a23eec2250440e32771ba4d3171d..a559e1b281bd51a0df9a7f8fa5e4903031028bbf 100644 (file)
@@ -173,6 +173,7 @@ dist_radius_DATA = $(_CUSTOM_radius_dict_) \
        radius/dictionary.cisco.vpn5000 \
        radius/dictionary.citrix \
        radius/dictionary.clavister \
+       radius/dictionary.cnergee \
        radius/dictionary.colubris \
        radius/dictionary.columbia_university \
        radius/dictionary.compatible \
index 184c1d9c16f32fbbfa3ff43385bfeffd1502ede2..cf17a01d21db464b84817f57fdf9557946b95cf6 100644 (file)
@@ -575,6 +575,7 @@ File "${STAGING_DIR}\radius\dictionary.cisco.vpn3000"
 File "${STAGING_DIR}\radius\dictionary.cisco.vpn5000"
 File "${STAGING_DIR}\radius\dictionary.citrix"
 File "${STAGING_DIR}\radius\dictionary.clavister"
+File "${STAGING_DIR}\radius\dictionary.cnergee"
 File "${STAGING_DIR}\radius\dictionary.colubris"
 File "${STAGING_DIR}\radius\dictionary.columbia_university"
 File "${STAGING_DIR}\radius\dictionary.compatible"
index 06166d8cb1ee2a96deab16d339fbff773f21468c..c642bf7179aa5085d96ddd29231593709025bb0f 100644 (file)
@@ -189,6 +189,7 @@ $INCLUDE dictionary.cisco.vpn5000
 $INCLUDE dictionary.cisco.bbsm
 $INCLUDE dictionary.citrix
 $INCLUDE dictionary.clavister
+$INCLUDE dictionary.cnergee
 $INCLUDE dictionary.colubris
 $INCLUDE dictionary.compatible
 $INCLUDE dictionary.cosine
diff --git a/radius/dictionary.cnergee b/radius/dictionary.cnergee
new file mode 100644 (file)
index 0000000..377610d
--- /dev/null
@@ -0,0 +1,44 @@
+# -*- text -*-
+# Copyright (C) 2017 The Cnergee Access Server project
+#
+# dictionary.cnergee
+#
+
+VENDOR         Cnergee                         49426
+
+BEGIN-VENDOR   Cnergee
+
+ATTRIBUTE      BELRAS-Up-Speed-Limit                   1       integer
+ATTRIBUTE      BELRAS-Down-Speed-Limit                 2       integer
+ATTRIBUTE      BELRAS-Qos-Speed                        3       integer
+ATTRIBUTE      BELRAS-User                             4       string
+ATTRIBUTE      BELRAS-DHCP-Router-IP-Address           5       ipaddr
+ATTRIBUTE      BELRAS-DHCP-Mask                        6       integer
+ATTRIBUTE      BELRAS-Redirect                         7       integer
+ATTRIBUTE      BELRAS-redirect-Pool                    8       integer
+ATTRIBUTE      BELRAS-DHCP-Option82                    9       octets
+ATTRIBUTE      BELRAS-Session-Octets-Limit             10      integer
+ATTRIBUTE      BELRAS-Octets-Direction                 11      integer
+ATTRIBUTE      BELRAS-AKAMAI-Speed                     12      integer
+ATTRIBUTE      BELRAS-CACHE-Speed                      13      integer
+ATTRIBUTE      BELRAS-CacheFly-Speed                   14      integer
+ATTRIBUTE      BELRAS-GGC-Speed                        15      integer
+ATTRIBUTE      BELRAS-GOOGLE-Speed                     16      integer
+ATTRIBUTE      BELRAS-Incapsula-Speed                  17      integer
+ATTRIBUTE      BELRAS-LIMELIGHT-Speed                  18      integer
+ATTRIBUTE      BELRAS-OTHERS-Speed                     19      integer
+ATTRIBUTE      BELRAS-REDIFF-Speed                     20      integer
+ATTRIBUTE      BELRAS-TORRENT-Speed                    21      integer
+ATTRIBUTE      BELRAS-BELCACHE-Speed                   22      integer
+ATTRIBUTE      BELRAS-DHCP-Lease-Time                  23      integer
+
+VALUE  BELRAS-redirect-Pool            Deleted                 1
+VALUE  BELRAS-redirect-Pool            Disabled                2
+VALUE  BELRAS-redirect-Pool            Disputes                3
+VALUE  BELRAS-redirect-Pool            Expired                 4
+VALUE  BELRAS-redirect-Pool            Unknown                 5
+VALUE  BELRAS-redirect-Pool            Exhausted               6
+VALUE  BELRAS-redirect-Pool            WrongMAC                7
+VALUE  BELRAS-redirect-Pool            VLANmismatch            8
+
+END-VENDOR      Cnergee