diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-07-07 17:52:03 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-07-07 17:52:03 +0000 |
commit | 9ab444404fdc25ac85e7ae4ee9680bfda59e25ea (patch) | |
tree | d66958ba5286bda5b23be9748532f66b0ae5de9f /radius/dictionary.bristol | |
parent | fd6bcf67a753510606a8349ea871a29a829edd64 (diff) | |
download | wireshark-9ab444404fdc25ac85e7ae4ee9680bfda59e25ea.tar.gz wireshark-9ab444404fdc25ac85e7ae4ee9680bfda59e25ea.tar.bz2 wireshark-9ab444404fdc25ac85e7ae4ee9680bfda59e25ea.zip |
Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2:
Modified files w/o conflicts with current Wireshark radius dictionary files.
svn path=/trunk/; revision=28996
Diffstat (limited to 'radius/dictionary.bristol')
-rw-r--r-- | radius/dictionary.bristol | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/radius/dictionary.bristol b/radius/dictionary.bristol index 4c2b1d753c..832c2603d0 100644 --- a/radius/dictionary.bristol +++ b/radius/dictionary.bristol @@ -1,3 +1,4 @@ +# -*- text -*- # # dictionary.bristol # @@ -6,13 +7,17 @@ # Version: $Id$ # -VENDOR Bristol 4363 +VENDOR Bristol 4363 # # Standard attribute # -ATTRIBUTE NN-Data-Rate 1 integer Bristol -ATTRIBUTE NN-Data-Rate-Ceiling 2 integer Bristol -ATTRIBUTE NN-Homenode 3 ipaddr Bristol -ATTRIBUTE NN-Homeservice 4 ipaddr Bristol -ATTRIBUTE NN-Homeservice-Name 5 string Bristol +BEGIN-VENDOR Bristol + +ATTRIBUTE NN-Data-Rate 1 integer +ATTRIBUTE NN-Data-Rate-Ceiling 2 integer +ATTRIBUTE NN-Homenode 3 ipaddr +ATTRIBUTE NN-Homeservice 4 ipaddr +ATTRIBUTE NN-Homeservice-Name 5 string + +END-VENDOR Bristol |