aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to add custom Diameter AVP .xml files and distribute them ↵Anders Broman2013-08-212-2/+8
| | | | | | by adding the file name to separate files and leave the "normal" makefiles untouched. svn path=/trunk/; revision=51457
* From Tommy Wu:Anders Broman2013-08-121-2/+3
| | | | | | | - AppId is unsigned. - Add Relay application. svn path=/trunk/; revision=51318
* Add an application Id.Anders Broman2013-08-081-1/+2
| | | | svn path=/trunk/; revision=51205
* Make it easier to add custom (proprietary) Diameter XML files.Jeff Morriss2013-07-252-1/+21
| | | | svn path=/trunk/; revision=50889
* From Anders: add Verizon Wireless dictionaryPascal Quantin2013-07-182-0/+10
| | | | svn path=/trunk/; revision=50726
* Update 3GPP AVP:sAnders Broman2013-07-171-10/+73
| | | | svn path=/trunk/; revision=50700
* From X via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8914 :Jeff Morriss2013-07-091-104/+133
| | | | | | | | | | | | Correct AVP codes 712 and 713, add 714-719. Add and fix some enum codes. Update specification version. From me: Fix up indentation. svn path=/trunk/; revision=50463
* From Anders: add some commands, AVPs, and application IDs.Jeff Morriss2013-06-141-63/+228
| | | | | | From me: fix up some white space/indentation. svn path=/trunk/; revision=49928
* From Abdul Hannan Khan:Anders Broman2013-05-221-6/+14
| | | | | | Add tvo AVP:s svn path=/trunk/; revision=49518
* Restore a line accidentally deleted in r49297.Jeff Morriss2013-05-161-0/+2
| | | | svn path=/trunk/; revision=49329
* Put the correct attributes on avp name="3GPP2-BSID" code="9010".Anders Broman2013-05-151-1/+1
| | | | svn path=/trunk/; revision=49311
* Fix up indentation and a comment.Jeff Morriss2013-05-141-207/+209
| | | | svn path=/trunk/; revision=49299
* Fix up a comment and some indentation.Jeff Morriss2013-05-141-19/+18
| | | | svn path=/trunk/; revision=49297
* Add a 3GPP2 AVP and vendor id for Lucent.Anders Broman2013-05-131-3/+7
| | | | svn path=/trunk/; revision=49269
* Fix up indentationJeff Morriss2013-04-261-6/+6
| | | | svn path=/trunk/; revision=49048
* Add a basic file for China Telecom AVP:s.Anders Broman2013-04-242-3/+14
| | | | svn path=/trunk/; revision=49017
* Add Requested-Action AVP.Anders Broman2013-04-151-1/+10
| | | | svn path=/trunk/; revision=48853
* Change an URI.Anders Broman2013-03-231-1/+1
| | | | svn path=/trunk/; revision=48496
* Fix up indentation.Jeff Morriss2013-03-221-78/+78
| | | | svn path=/trunk/; revision=48489
* avp name="CG-Address" code="846 should be IPAddress.Anders Broman2013-03-211-1/+1
| | | | | | Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8478 svn path=/trunk/; revision=48458
* Add application ID:sAnders Broman2013-02-111-1/+3
| | | | svn path=/trunk/; revision=47636
* According to 3GPP TS 32.299 version 10.7.0 Release 10 AVP 846 isAnders Broman2013-02-051-2/+2
| | | | | | | 7.2.36 CG-Address AVP The CG-Address AVP (AVP code 846) is of type Address and holds the IP-address of the charging gateway. svn path=/trunk/; revision=47492
* Actually add the SKT.xmlAnders Broman2013-01-232-2/+12
| | | | svn path=/trunk/; revision=47228
* Add an SKT.xml file.Anders Broman2013-01-231-2/+35
| | | | svn path=/trunk/; revision=47227
* "Fill" a couple of value_string(ext)Anders Broman2012-12-122-3/+4
| | | | svn path=/trunk/; revision=46518
* Add SKT as a vendor.Anders Broman2012-11-271-21/+22
| | | | svn path=/trunk/; revision=46221
* Add SVN Id. Fix up indentation some and remove some not-very-useful comments ↵Jeff Morriss2012-11-143-117/+118
| | | | | | which also made one of these files hard to read. svn path=/trunk/; revision=46033
* Remove some non-ASCII chars from enum values.Jeff Morriss2012-11-141-8/+8
| | | | svn path=/trunk/; revision=46032
* 3GPP-PDP-Type is an enum, use the values from the radius dictionary.Anders Broman2012-11-131-2/+6
| | | | svn path=/trunk/; revision=46019
* Add DCD-Information AVP.Anders Broman2012-11-091-7/+7
| | | | svn path=/trunk/; revision=45985
* Remove (ancient) CVS log. Fix up indentation and remove trailing white space.Jeff Morriss2012-11-081-153/+126
| | | | svn path=/trunk/; revision=45974
* Add Verizon Wireless as a vendor.Anders Broman2012-11-081-0/+1
| | | | svn path=/trunk/; revision=45973
* Update 3GPP AVP:s from 3GPP TS 32.299 version 10.7.0Anders Broman2012-11-081-37/+157
| | | | svn path=/trunk/; revision=45966
* From Josip Medved:Anders Broman2012-10-121-3/+3
| | | | | | | | Wrong casing for Auth-Request-Type enumerations. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7852 svn path=/trunk/; revision=45499
* More indentation fixes; add a reminder comment about where new XML files ↵Jeff Morriss2012-10-091-21/+24
| | | | | | need to be added. svn path=/trunk/; revision=45436
* Fix up indentation and white space.Jeff Morriss2012-10-095-165/+158
| | | | svn path=/trunk/; revision=45432
* - Add Nokai Siemens Networks AVP.Anders Broman2012-10-093-14/+30
| | | | | | | - Add a few enums to Event-Trigger - Reformat the Nokia file a bit. svn path=/trunk/; revision=45427
* From GeorgiaK:Anders Broman2012-10-082-12/+74
| | | | | | | | Add Nokia AVP:s https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7799 svn path=/trunk/; revision=45385
* OK, ETSI has (not surprisingly) picked up 3GPP's values in later ETSI specs;Jeff Morriss2012-10-021-6/+11
| | | | | | | | | comment out the older, conflicting ETSI-specified values and use the more modern ones. Mark a couple of deprecated values as such (void). svn path=/trunk/; revision=45251
* Add some Specific-Action enums from 29.214 v11.6.0.Jeff Morriss2012-10-021-51/+53
| | | | | | | Note a conflict here between 29.214 and the older ETSI spec for values 6 and 7. svn path=/trunk/; revision=45250
* Fix enumeration value for Virtual RAT-TypePascal Quantin2012-09-141-1/+1
| | | | svn path=/trunk/; revision=44893
* From Josip Medved:Anders Broman2012-09-141-10/+17
| | | | | | | | | | Updated multiple enumerations (Event-Trigger, Reporting-Level, IP-CAN-Type, Rule-Failure-Code and RAT-Type) to get them in sync with ETSI TS 129 212 V10.6.0 (2012-03). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7727 svn path=/trunk/; revision=44892
* Fix AVP attribute.Anders Broman2012-09-101-1/+1
| | | | svn path=/trunk/; revision=44832
* Flow-Direction is 3GPP code 1080 not 1073.Jeff Morriss2012-08-201-19/+59
| | | | | | Add in a few other (numerically) nearby AVPs. svn path=/trunk/; revision=44600
* From Yann Bonnamy:Anders Broman2012-08-102-3/+47
| | | | | | | | | Add Alcatel Lucent vendor AVP:s Used a different aproach then in the supplied patch. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7613 svn path=/trunk/; revision=44422
* Fix up indentation.Jeff Morriss2012-08-091-6/+6
| | | | svn path=/trunk/; revision=44394
* From e.yimjia:Anders Broman2012-07-301-1/+30
| | | | | | | | Diameter AVP:s for SLh interface. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7539 svn path=/trunk/; revision=44128
* Add 3GPP Sy (29.219) command codes, AVPs, and appID.Jeff Morriss2012-07-261-2/+24
| | | | svn path=/trunk/; revision=44054
* Update AVP dissection.Anders Broman2012-07-091-1/+5
| | | | svn path=/trunk/; revision=43625
* From Rick Mortensen via ↵Jeff Morriss2012-06-252-54/+203
| | | | | | | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4128 : Add Ericsson-proprietary AVPs and Result-Codes for SCAP. Add Huawei as a known vendor. From me: Reindent the Ericsson XML file; sort the new AVPs by number. svn path=/trunk/; revision=43472