aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--packaging/nsis/wireshark.nsi1
-rw-r--r--radius/dictionary1
-rw-r--r--radius/dictionary.cnergee44
4 files changed, 47 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 10eea0cf97..a559e1b281 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 184c1d9c16..cf17a01d21 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -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"
diff --git a/radius/dictionary b/radius/dictionary
index 06166d8cb1..c642bf7179 100644
--- a/radius/dictionary
+++ b/radius/dictionary
@@ -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
index 0000000000..377610d8e7
--- /dev/null
+++ b/radius/dictionary.cnergee
@@ -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