aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
Commit message (Collapse)AuthorAgeFilesLines
* Diameter: Fix some xml errors.Anders2018-03-272-2/+2
| | | | | | Change-Id: Id2a143d0b74c50f42356205ef5a5728bc897ec61 Reviewed-on: https://code.wireshark.org/review/26663 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: Add &Custom last, fixup xml a bit.Anders2018-03-272-8/+8
| | | | | | Change-Id: Ia2434d0f8fcf5b4d1b29e3ad1cfb5da9190438e7 Reviewed-on: https://code.wireshark.org/review/26662 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* There's no entity "Verizon"; there's "VerizonWireless".Guy Harris2018-03-271-1/+1
| | | | | | Change-Id: I62ef4a4de33393b1367212a5bfc9fec102712490 Reviewed-on: https://code.wireshark.org/review/26657 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Added Diameter AVP decode details for Override Control AVPs in the Cisco ↵Mike Lugo2018-03-263-8/+77
| | | | | | | | Systems XML file. Added a new file for Verizon specific AVPs via Verizon.xml. Added calls to Verizon XML in hte dictional XML file. Change-Id: I30e9d80e6304b1b5c79367a752e239091c6ec171 Reviewed-on: https://code.wireshark.org/review/26594 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* update AVPs of diameter dictionary for diameter t6a/t6b/t4 and add OFR in ↵KasperDeng2018-03-092-11/+41
| | | | | | | | SGd interface of Ts 29.338 Change-Id: I7311ce976a6f020da49eb8d0eb9e83080ae1358d Reviewed-on: https://code.wireshark.org/review/26383 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Added extended AVPs for Gx and RxJoakim Karlsson2018-03-062-0/+50
| | | | | | Change-Id: Ic795a84dfb42868a34707142ce31ec77cd855e44 Reviewed-on: https://code.wireshark.org/review/26273 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] fixed valid Diameter xmlJoakim Karlsson2018-03-065-97/+140
| | | | | | Change-Id: Iacbbbb359885468e056dee3f8fa401223a38ca3c Reviewed-on: https://code.wireshark.org/review/26271 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add command code 8388637 and 8388638.AndersBroman2018-01-121-4/+2
| | | | | | | | Change-Id: Ia135204ba4931ca0805f49b99b937a6185807ca2 Reviewed-on: https://code.wireshark.org/review/25282 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Fix typo.Anders2017-11-121-1/+1
| | | | | | Change-Id: I99f122fb154aedce7c129043d55661ce4de09bbc Reviewed-on: https://code.wireshark.org/review/24388 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Fix typo avp name="OC-Feature-Vector" code="622"Anders2017-11-121-1/+1
| | | | | | Change-Id: I678d6f4aa563630db1abdfe03474166de18b2a01 Reviewed-on: https://code.wireshark.org/review/24387 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: Add Huawei DCC AVPsJeff Dyer2017-10-292-0/+59
| | | | | | | Change-Id: I480e58a1676677bb362bb4e9dc866c5d5f0814e1 Reviewed-on: https://code.wireshark.org/review/24111 Reviewed-by: Jeff Dyer <jmasterfunk@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
* Diameter 3GPP: update S6a/S6d/S13/S13' AVPsPascal Quantin2017-09-211-2/+136
| | | | | | | | Change-Id: Ief76bcd529576ccd5324efb042acc4cad7d79c9b Reviewed-on: https://code.wireshark.org/review/23648 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: NAS-Identifier and Acct-Multi-Session-Id are UTF8StringYury Gargay2017-09-041-2/+2
| | | | | | | | | | | They should be UTF8String not OctetString according these specifications: * https://tools.ietf.org/html/rfc4005#section-9.3.1 * https://tools.ietf.org/html/rfc6733#section-9.8.5 Change-Id: I96ddc6f5a98ff945dbde34f9844b582a7db924ad Reviewed-on: https://code.wireshark.org/review/23383 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Added AVP definitions for the following AVPs:Mike Lugo2017-08-021-0/+35
| | | | | | | | | | | | | | | | | | | 132017 - Override-Control 132019 - Override-Charging-Action-Parameters 132021 - Override-Charging-Action-Exclude-Rule 132022 - Override-Charging-Parameters 132024 - Override-Rating-Group 132026 - Override-Online 132027 - Override-Offline For reference, page 51: http://www.cisco.com/c/en/us/td/docs/wireless/quantum-policy-suite/R13-0-0/CPS13-0-0MobileConfigurationGuide/bk_Mobile_Config_Guide_chapter_01000.pdf Change-Id: I397dfad5ea0bd7d06d8b06034c44cc676c293416 Reviewed-on: https://code.wireshark.org/review/22925 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
* update diameter dictionary for t6a/t6b/s6tKasperDeng2017-07-262-7/+183
| | | | | | Change-Id: I795efa89c59d2ba84398fc3e42ecc917405ca236 Reviewed-on: https://code.wireshark.org/review/22800 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add a couple of command codes from IANA.AndersBroman2017-07-181-7/+7
| | | | | | | Bug:13895 Change-Id: Icaffd828eef2853d73da807040e5f550548d2804 Reviewed-on: https://code.wireshark.org/review/22698 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Add Inovar specific Diameter AVP codesMichael Mann2017-05-302-0/+74
| | | | | | | Bug: 13349 Change-Id: I2a06ee3bd7ab1f81414ad8e4155c1430a7287644 Reviewed-on: https://code.wireshark.org/review/21778 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Rename AVP Emergency-Indication to Emergency-ServicesMarius Paliga2017-05-181-4/+0
| | | | | | | | | | Renamed in 29.273 Rel 14 Change-Id: I171510869ed2c8a77a983e7c37bbdcb7494ad076 Reviewed-on: https://code.wireshark.org/review/21696 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter dictionary] Add some AVPs from TS 32.299 V14.3.0 (2017-03)AndersBroman2017-05-161-0/+33
| | | | | | Change-Id: I887e11697784c487391b2ea7ec3e0d2e69025c82 Reviewed-on: https://code.wireshark.org/review/21679 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Update experimental result codes according to 3GPP TS 29.230AndersBroman2017-04-271-7/+40
| | | | | | | | | | | V14.4.0 (2017-03). Change-Id: Ia9624ca6668dea8f673a70eb87482cd05238e920 Reviewed-on: https://code.wireshark.org/review/21365 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
* [Diameter] Add Juniper SCG AVPsGuy Davies2017-04-192-0/+45
| | | | | | | | Change-Id: I832a82b4edbfce26e3edceb0f6baed3b7a1c8b62 Reviewed-on: https://code.wireshark.org/review/21190 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
* Diameter: update Reservation-Priority AVP valuesPascal Quantin2017-04-141-0/+8
| | | | | | Change-Id: I5609385ee0a13fe5262a35ac65e206f0bc492a61 Reviewed-on: https://code.wireshark.org/review/21085 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
* [Diameter] Fix typosAndersBroman2017-03-231-2/+4
| | | | | | Change-Id: I535605f29ce052c7d86e1646797456d2c02a8643 Reviewed-on: https://code.wireshark.org/review/20685 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Update with AVPs from TS 29.273 V14.2.2AndersBroman2017-03-231-1/+64
| | | | | | Change-Id: I4095beebfd8f9bd0f5a74b338eff91722843ad8d Reviewed-on: https://code.wireshark.org/review/20684 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* TGPP.xml: add a new enum value for Specific-Action AVPPascal Quantin2017-03-161-0/+1
| | | | | | Change-Id: If45c6b196fc55ff7452f83e022b585cb9a816d53 Reviewed-on: https://code.wireshark.org/review/20562 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
* [Diameter] Add 3GPP AVPsAndersBroman2017-02-201-0/+65
| | | | | | Change-Id: I53c2298584b53943924da417ac407e13f7c23d40 Reviewed-on: https://code.wireshark.org/review/20206 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter AVPs] Add 3GPP AVP 1664 to 1680 from TS 29.272AndersBroman2017-02-141-5/+64
| | | | | | | | Change-Id: Iccc98e4bb6f7923c9ed0720d6fc469f5c3f74d39 Reviewed-on: https://code.wireshark.org/review/20096 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* diameter_3gpp: added decoding of TWAN-Identifier AVPJan Spevak2017-02-101-2/+3
| | | | | | | | Change-Id: Ib3adec4f7abbdd0313e0017f540044ac45a8883a Reviewed-on: https://code.wireshark.org/review/19930 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: decode Emergency-Indication AVP (1538)Jan Spevak2017-01-121-0/+4
| | | | | | | | Change-Id: Ie40d61944fd47eb532b759cb122367c18840feff Reviewed-on: https://code.wireshark.org/review/19615 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
* diameter: add values for AVP 2037Jan Spevak2016-11-251-1/+48
| | | | | | | | Change-Id: I7bddb48d1c6c88f9a6edfce2dd527603878c5ac4 Reviewed-on: https://code.wireshark.org/review/18931 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
* Add a few more T6a/T6b and charging AVPs.Jeff Morriss2016-11-022-1/+136
| | | | | | | | Fix a mistake in a comment. Change-Id: Ibb12ff3036fb42fe5e3955c67c7c9989f8ffca63 Reviewed-on: https://code.wireshark.org/review/18610 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Fix a couple typos in the Diameter XML.Jeff Morriss2016-10-252-26/+37
| | | | | | | | | | | Also: - Move new T6a/T6b AVPs into TGPP.xml (to keep them all together). - Put back a comment that was (accidentally?) deleted; add some similar notes in other places. Change-Id: I2a468aa3be0069cd8124dd9e5b0a27e333849059 Reviewed-on: https://code.wireshark.org/review/18433 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Update several AVPs according to latest 3GPP TSJan Spevak2016-10-241-11/+152
| | | | | | | | Change-Id: Iada3166c93801d3f693714ad8c08bd4f68a70d3e Reviewed-on: https://code.wireshark.org/review/18425 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
* Add some Diameter AVPs referenced by (recently added) grouped AVPs.Jeff Morriss2016-10-242-125/+250
| | | | | | | | | | | | ... In order to make the Diameter XML valid again. This includes adding T6a/T6b and most of the AVPs of that application. Fix up some white space while at it. Change-Id: Ie39b3e574065628fdba215cc9c045eebcbd3077e Reviewed-on: https://code.wireshark.org/review/18422 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* diameter: add new standardized QCIJoakim Karlsson2016-10-221-0/+4
| | | | | | Change-Id: If8c29934515b61081d0cbd44a0356144d5d3c466 Reviewed-on: https://code.wireshark.org/review/18407 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add some 3GPP AVPs fom TS 39.299 v 14.1.0Anders2016-10-211-2/+128
| | | | | | Change-Id: Ie3995e81de8faee844dbcb794796ecacb6bfe28e Reviewed-on: https://code.wireshark.org/review/18353 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* GTPv2: Add support for NB-IoT featuresJan Spevak2016-10-191-0/+2
| | | | | | | Bug: 13026 Change-Id: I75de63bd58a35e234eef308fa592922e01ea3c18 Reviewed-on: https://code.wireshark.org/review/18300 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Fix a few typos in the Diameter XML to make it (mostly) valid XML again.Jeff Morriss2016-10-131-57/+59
| | | | | | | | Fix up some white space while at it. Change-Id: I41efa63ad33288046b56c2eee6a20e066ac6b334 Reviewed-on: https://code.wireshark.org/review/18190 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
* Add support for Enhanced-Diagnostics AVPMarius Paliga2016-10-121-0/+5
| | | | | | | | Bug: 13004 Change-Id: I20a3faec635a8c86e2d45eb17ce24e2a9db81b5e Reviewed-on: https://code.wireshark.org/review/18154 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: Upadte AVPs 1003, 1094 and 1099Jan Spevak2016-10-121-4/+19
| | | | | | | Bug: 13010 Change-Id: I8a3f8ea551ec959e1e5344f825c8bba7bd4ff866 Reviewed-on: https://code.wireshark.org/review/18160 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: Add support for DRMP AVPMarius Paliga2016-09-281-1/+22
| | | | | | | Bug: 12961 Change-Id: I4d9abbae3893916fdd317263a74398d2242f53de Reviewed-on: https://code.wireshark.org/review/17969 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Diameter: fix a typo in AVP TGPP 1656Pascal Quantin2016-09-211-1/+1
| | | | | | | Bug: 12927 Change-Id: I6a6507d7b3b0321d2d12d3d306003e480070e79e Reviewed-on: https://code.wireshark.org/review/17833 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
* [Diameter AVPs] Correct 3GPP AVPs 1655. 1656 531 and 532AndersBroman2016-09-212-4/+26
| | | | | | | Bug: 12927 Change-Id: I545d5c54396431ab67f78fbc31111460d758f8b1 Reviewed-on: https://code.wireshark.org/review/17827 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Changes to the IPP dissector:Michael Sweet2016-09-071-12/+12
| | | | | | | | | | | | | | | | | | | | | | - xxx-time values are not UNIX timestamps (that is a CUPS-ism - they are time since bootup in IPP itself) - Change all of the display strings to use the official IANA values (confusing otherwise) - Add support for newer value/group tags. - Add support for all enum attribute values. - Add request/response tracking so you can easily match things up. - Decode octetString, rangeOfInteger, textWithLanguage, nameWithLanguage, dateTime, and resolution values. - Don't treat integers and enums as interchangeable (they aren't). - Integers and enums are signed integers. - Put operation id or status code in info column. Change-Id: I9fb5cd89d3c386a2b3932ef4c75967ce2547bc22 Reviewed-on: https://code.wireshark.org/review/17192 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Smith Kennedy <smith.kennedy@hp.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Add support for TWAN-User-Location-InfoMarius Paliga2016-09-071-0/+6
| | | | | | | Bug: 12834 Change-Id: Ibb196a4e1e8d05b3f124409b18093623f3694af0 Reviewed-on: https://code.wireshark.org/review/17553 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add Command codes 8388718 - 8388722.AndersBroman2016-08-221-5/+20
| | | | | | | Bug: 12774 Change-Id: I413ba4a195ee1bd3d7de66399d1be714ef77d7e2 Reviewed-on: https://code.wireshark.org/review/17227 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add stray AVP "Pseudonym-Indicator" code="2519"AndersBroman2016-08-191-3/+5
| | | | | | Change-Id: I050c27b7118fb98fea20fec697279dc68820763d Reviewed-on: https://code.wireshark.org/review/17176 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add a couple of AVP:sAndersBroman2016-08-171-0/+12
| | | | | | Change-Id: If7b6a1ba5e81ccb5395df33b7bbcb24a616727c9 Reviewed-on: https://code.wireshark.org/review/17112 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* [Diameter] Add two LCS AVPsAndersBroman2016-08-111-0/+40
| | | | | | Change-Id: Ia649a3c88116745b77ae2ffeb243730d3dd13146 Reviewed-on: https://code.wireshark.org/review/17007 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Add support for new AVPs defined in 29.273Marius Paliga2016-07-221-13/+46
| | | | | | | | Bug: 12643 Change-Id: Ic9c26dc864b2b016ba722620098caf44a800f0f4 Reviewed-on: https://code.wireshark.org/review/16581 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>