Commit Graph

81 Commits

Author SHA1 Message Date
Alexis La Goutte 757aa33220 Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31 18:48:06 +00:00
Pascal Quantin 628dda9d2c From Michael Bean via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9384 :
Add support for Alcatel-Lucent 8950 AAA

svn path=/trunk/; revision=53258
2013-11-11 21:13:55 +00:00
Alexis La Goutte 6b00384749 Update Aruba dictionary (from ArubaOS 6.3 and ClearPass 6.2)
svn path=/trunk/; revision=52319
2013-10-01 19:34:00 +00:00
Anders Broman 73d116275f From Tommy Wu:
Update-Reason should be an integer.

svn path=/trunk/; revision=51948
2013-09-11 04:56:44 +00:00
Jeff Morriss 285a439021 Reinstate r47243 (i.e., revert r50869): with the old way "make distcheck"
fails.

Fix radius/Custom.make so that automake likes it (remove the \ followed by
nothing).  Once that's done, make the inclusion of that file mandatory so
that it actually (as I supposed--incorrectly--would happen in r47243) gets
distributed in the source tarball.

svn path=/trunk/; revision=50883
2013-07-25 01:01:58 +00:00
Anders Broman 455381dace From Tommy Wu:
Correct VSA name.

svn path=/trunk/; revision=49855
2013-06-09 10:10:59 +00:00
Anders Broman f9fb8329f3 From Tommy Wu:
Update 3GPP2 AVP:s.

svn path=/trunk/; revision=49725
2013-06-03 18:34:25 +00:00
Anders Broman 54aa5c072f Add an AVP.
svn path=/trunk/; revision=49033
2013-04-25 17:21:34 +00:00
Anders Broman 91f44b2940 Update USR Robotics and 3GPP2 dictionarys.
svn path=/trunk/; revision=48883
2013-04-16 18:12:23 +00:00
Alexis La Goutte 433c051348 From ArubaOS 6.2.x : new Aruba RADIUS Attributes with new Aruba feature (AirGroup, MDPS, CPPM...)
(Aruba620) #show aaa radius-attributes | include Aruba
Aruba-Mdps-Device-Version       21     String       Aruba      14823
Aruba-Mdps-Max-Devices          18     Integer      Aruba      14823
Aruba-Location-Id               6      String       Aruba      14823
Aruba-Template-User             8      String       Aruba      14823
Aruba-No-DHCP-Fingerprint       14     Integer      Aruba      14823
Aruba-AirGroup-Device-Type      27     Integer      Aruba      14823
Aruba-Mdps-Device-Udid          15     String       Aruba      14823
Aruba-AirGroup-Shared-User      25     String       Aruba      14823
Aruba-Mdps-Device-Serial        22     String       Aruba      14823
Aruba-User-Role                 1      String       Aruba      14823
Aruba-Port-Id                   7      String       Aruba      14823
Aruba-Priv-Admin-User           3      Integer      Aruba      14823
Aruba-Mdps-Device-Product       20     String       Aruba      14823
Aruba-User-Vlan                 2      Integer      Aruba      14823
Aruba-AirGroup-Shared-Role      26     String       Aruba      14823
Aruba-Device-Type               12     String       Aruba      14823
Aruba-Mdps-Device-Imei          16     String       Aruba      14823
Aruba-Essid-Name                5      String       Aruba      14823
Aruba-AP-Group                  10     String       Aruba      14823
Aruba-CPPM-Role                 23     String       Aruba      14823
Aruba-Mdps-Device-Name          19     String       Aruba      14823
Aruba-AirGroup-User-Name        24     String       Aruba      14823
Aruba-Mdps-Device-Iccid         17     String       Aruba      14823
Aruba-Framed-IPv6-Address       11     String       Aruba      14823
Aruba-AP-Name                   13     String       Aruba      14823
Aruba-Named-User-Vlan           9      String       Aruba      14823
Aruba-Admin-Role                4      String       Aruba      14823

svn path=/trunk/; revision=48051
2013-03-04 17:14:24 +00:00
Anders Broman ba959015f6 From Guy Davies:
Update for RADIUS dictionary for Juniper Networks ERX

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8300

svn path=/trunk/; revision=47517
2013-02-06 13:18:25 +00:00
Jeff Morriss eabd330f03 Add newline at end of file (to try to get dist's working again)
svn path=/trunk/; revision=47242
2013-01-24 01:57:00 +00:00
Anders Broman 90844413fe svn path=/trunk/; revision=47225 2013-01-23 13:12:38 +00:00
Anders Broman fceeb16e66 Make it possible to add custom radius dictionaries. Top Makefile.am needs more modifications to include the file in the tarball.
svn path=/trunk/; revision=47224
2013-01-23 12:08:15 +00:00
Alexis La Goutte 6f7a757c04 Wireshark Aruba Dictionary is sync with FreeRadius Aruba Dictionary
svn path=/trunk/; revision=46724
2012-12-23 18:41:08 +00:00
Alexis La Goutte fc22650de4 Update Dictonary from FreeRadius(-server) Master branch https://github.com/FreeRADIUS/freeradius-server
Add RFC 5447 dictionary
9b98830314

Add RFC 6519 dictionary
383a997181

Add RFC 6572 dictionary
8cc6e5a04d

svn path=/trunk/; revision=46722
2012-12-23 18:40:40 +00:00
Jeff Morriss 659569581e As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415#c4 :
Add a comment about where dictionary.eltex came from.

svn path=/trunk/; revision=44825
2012-09-10 01:48:35 +00:00
Pascal Quantin 484016cb87 Update 3GPP-RAT-Type values
svn path=/trunk/; revision=43691
2012-07-13 16:56:11 +00:00
Jeff Morriss a9004ef9ad From Guy Davies via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7462 :
There have been some updates to the dictionary.erx since it was last synced
from FreeRADIUS.  Please find attached an updated dictionary for Juniper
Networks ERX.

svn path=/trunk/; revision=43643
2012-07-10 13:26:25 +00:00
Bill Meier bcfbbd6f1e From René Scheibe:
"
I just noticed when upgrading from 1.2.15 to 1.6.8 that the file
dictionary.3gpp now contains an invalid entry. There is a typo (3GGP
instead of 3GPP) and the decoding is incorrect too.

wireshark:
ATTRIBUTE   3GGP-IMEISV   20   octets

freeradius:
ATTRIBUTE   3GPP-IMEISV   20   string
"

http://www.wireshark.org/lists/wireshark-dev/201206/msg00021.html


svn path=/trunk/; revision=43050
2012-06-04 01:09:56 +00:00
Anders Broman d09ea62995 From Porus Mehta:
Wireshark's RADIUS dictionaries for Starent need an update.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6243

svn path=/trunk/; revision=42896
2012-05-29 08:23:10 +00:00
Alexis La Goutte d23c469785 Rename the Xylan dictionnary to Alcatel-Lucent Xylan dictionnary
Alcatel (now Alcatel-Lucent) buy Xylan in 1999...
And now Attributs RADIUS is used in Alcatel-Lucent Omniswitch Product.

svn path=/trunk/; revision=41474
2012-03-10 18:30:20 +00:00
Anders Broman 35e767e28a Dissect Service Option Profile.
svn path=/trunk/; revision=40297
2011-12-27 10:15:00 +00:00
Anders Broman c4a88586f3 Use packet-radius.c to dissect embedded AVP:s.
svn path=/trunk/; revision=40288
2011-12-25 11:25:39 +00:00
Anders Broman 252f3f34b1 From freeradius@arcor.de:
dictionary.3gpp2 corrections.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6558

svn path=/trunk/; revision=39784
2011-11-10 20:46:10 +00:00
Anders Broman a81a945dc0 Extended with VSA:s from Peter Deacon trough
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6486

svn path=/trunk/; revision=39596
2011-10-26 05:03:26 +00:00
Alexis La Goutte 4c13c10df5 From ArubaOS 6.x : new Aruba RADIUS attributes (9 & 10)
(Aruba) #show aaa radius-attributes | include Aruba
Aruba-Location-Id               6      String   Aruba      14823
Aruba-Template-User             8      String   Aruba      14823
Aruba-User-Role                 1      String   Aruba      14823
Aruba-Port-Id                   7      String   Aruba      14823
Aruba-Priv-Admin-User           3      Integer  Aruba      14823
Aruba-User-Vlan                 2      Integer  Aruba      14823
Aruba-Essid-Name                5      String   Aruba      14823
Aruba-AP-Group                  10     String   Aruba      14823
Aruba-Named-User-Vlan           9      String   Aruba      14823
Aruba-Admin-Role                4      String   Aruba      14823


svn path=/trunk/; revision=39192
2011-09-30 14:39:09 +00:00
Guy Harris f9a8adaf71 Update a URL.
svn path=/trunk/; revision=37528
2011-06-03 01:05:22 +00:00
Guy Harris 43b7c8c163 Give some additional information about the format of the Command-Code
value.

svn path=/trunk/; revision=37526
2011-06-02 18:33:14 +00:00
Bill Meier 224206b1a3 Allow the character '.' in radius dictionary ATTRIBUTE names;
Fixes issue caused by dictionary.foundry having ATTRIBUTE names containing
 a '.' (e.g., Foundry-MAC-Authent-needs-802.1x).

So: Revert SVN #37386 which temporarily changed the '.' to '-'.

svn path=/trunk/; revision=37405
2011-05-26 02:59:25 +00:00
Bill Meier a3ee233f3a An Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an access violation.
Change '802.1x' to '802-1x' in 2 places temporarily until I get a chance to see what's going on.

svn path=/trunk/; revision=37386
2011-05-25 01:44:13 +00:00
Bill Meier 467cb54139 Add new dictionary from freeradius.org: GIT 2.1.x branch.
svn path=/trunk/; revision=37385
2011-05-25 00:40:35 +00:00
Bill Meier f491680df9 Use freeradius.org version [from the GIT 2.1.x branch]
svn path=/trunk/; revision=37384
2011-05-25 00:30:09 +00:00
Bill Meier 1c40a3169e Tunnel related VALUEs are actually defined in dictionary.rfc2867.
Also: remove 3 "unassigned" entries to match the FreeRadius dictionary.rfc2866.
Note: This version (w/o the dup Acct-Status-Type) will be submitted upstream.

svn path=/trunk/; revision=37383
2011-05-25 00:07:37 +00:00
Bill Meier e44d0be3a5 Use latest version from FreeRadius 2.1.10 release.
svn path=/trunk/; revision=37382
2011-05-24 20:59:34 +00:00
Bill Meier 042876aeb9 Obsolete; See dictionary.rfc2868
svn path=/trunk/; revision=37379
2011-05-24 18:47:03 +00:00
Bill Meier 155132d6c2 Obsolete; See dictionary.erx
svn path=/trunk/; revision=37378
2011-05-24 18:42:04 +00:00
Bill Meier b1a04899a6 Updated dictionary files released as part of FreeRadius v2.1.7 thru v2.1.10
svn path=/trunk/; revision=37377
2011-05-24 18:24:29 +00:00
Bill Meier ab0df56a88 Some dictionary files added in FreeRadius v2.1.7 - 2.1.10.
(These aren't list in the dictionary file).

svn path=/trunk/; revision=37376
2011-05-24 17:18:34 +00:00
Bill Meier e0705a4522 Add new dictionary files from FreeRadius v2.1.7 thru 2.1.10
svn path=/trunk/; revision=37375
2011-05-24 16:30:32 +00:00
Anders Broman 100e4ae025 Delegated-IPv6-Prefix(123) is shown incorrect as X-Ascend-Call-Attempt-Limit(123)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5455

svn path=/trunk/; revision=35091
2010-12-01 17:34:26 +00:00
Bill Meier 2560f981ab Add $Id$
svn path=/trunk/; revision=34995
2010-11-21 18:57:21 +00:00
Anders Broman 23cc0f8530 Add a missing piece of the commit:
From Taras Kotov: 
Add RADIUS dictionary for vendor Eltex.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415

svn path=/trunk/; revision=34973
2010-11-19 15:44:49 +00:00
Anders Broman 1bd67cac50 RADIUS: Acc-Status-Type value 3 identified as "Alive" instead of "Interim-Update"
Updte the dictionaries to reflect IANA entries.
http://www.iana.org/assignments/radius-types/radius-types.xml#radius-types-10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5418

svn path=/trunk/; revision=34944
2010-11-18 11:40:06 +00:00
Anders Broman fd44a8829a From Taras Kotov:
Add RADIUS dictionary for vendor Eltex.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415

svn path=/trunk/; revision=34943
2010-11-18 09:51:50 +00:00
Bill Meier 38ae3b8a09 README describing the Wireshark changes to the FreeRadius
v2.1.6 dictionary files as of 2009-07-09.

svn path=/trunk/; revision=29042
2009-07-09 20:28:46 +00:00
Bill Meier 9de7a9dfa4 FreeRadius v2.1.6 "dictionary" file with the following changes:
- enabled  include: dictionary.cisco.vpn3000
   - disabled include: dictionary.vqp
   - disabled include: dictionary.freeradius.internal
   - added    include: dictionary.chillispot: as per 2009-06-11 commit
                        in the FreeRadius repository.
   - added: Comment re Wireshark usage of the integer data type.


svn path=/trunk/; revision=29041
2009-07-09 20:21:39 +00:00
Bill Meier 8c953bc707 Add FreeRadius v2.1.6 dictionary.freeradius.internal (for completeness).
This file contains "Non Protocol Attributes used by FreeRADIUS".
The "$inlude dictionary.freeradius.internal" line in 
the Radius "dictionary" file is commented out and thus the 
dictionary.freeradius.internal file is not 
read by Wireshark as part of the Radius dictionary files load.

svn path=/trunk/; revision=29040
2009-07-09 20:10:39 +00:00
Bill Meier 52160fd429 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3j: 3gpp
FreeRadius 2.1.6 dictionary.3gpp plus additions based upon:
	http://pda.etsi.org/exchangefolder/ts_129061v080300p.pdf
 	 (ETSI TS 129 061 V8.3.0 (2009-06))
    Also: Add values for RAT-Type; (packet-gtp custom AVP 3GPP VSA dissector
          no longer required for  3GPP-RAT-Type).

svn path=/trunk/; revision=29038
2009-07-09 15:59:02 +00:00
Bill Meier 682d0cb423 Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3i: 3gpp2
- FreeRadius 2.1.6 dictionary.3gpp2 plus additions based upon
      the latest 3GPP2 specification:
       "cdma2000 Wireless IP Network Standard: Accounting Services and 3GPP2 Radius VSAs
        3GPP2 X.S0011-005-D
        Version: 2.0
        Version Date: November 2008"
       http://www.3gpp2.org/public_html/Specs/X.S0011-005-D_v2.0_081103.pdf

svn path=/trunk/; revision=29036
2009-07-09 12:44:16 +00:00