aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-14 03:29:35 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-14 03:29:35 +0000
commitc1a86b40a1619ec4855ad7c629b1d6f01825d026 (patch)
tree058e92ca8c61909c279f9b1d2eabd5f555ba4687
parentcdf77531b09485dd1c8705d4727d01fba806268b (diff)
Add the application ID for credit control, as per
draft-ietf-aaa-diameter-cc-06. Indicate where the Diameter application IDs for 3GPP stuff came from. Update URLs for various Diameter drafts. svn path=/trunk/; revision=12293
-rw-r--r--epan/dissectors/packet-diameter-defs.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/epan/dissectors/packet-diameter-defs.h b/epan/dissectors/packet-diameter-defs.h
index 8b99fee246..0910932069 100644
--- a/epan/dissectors/packet-diameter-defs.h
+++ b/epan/dissectors/packet-diameter-defs.h
@@ -10,10 +10,10 @@
* References:
* http://www.ietf.org/rfc/rfc3588.txt
* http://www.iana.org/assignments/radius-types
- * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-cc-03.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-nasreq-14.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-mobileip-16.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-sip-app-01.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-cc-06.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-nasreq-17.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-mobileip-20.txt
+ * http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-sip-app-03.txt
* http://www.ietf.org/html.charters/aaa-charter.html
* http://www.iana.org/assignments/aaa-parameters
*/
@@ -350,9 +350,10 @@ static const value_string diameter_application_id_vals[] = {
{1, "Diameter NASREQ Application"},
{2, "Diameter Mobile IPv4 Application"},
{3, "Diameter Base Accounting"},
- {16777216, "3GPP Cx"},
- {16777217, "3GPP Sh"},
- {16777218, "3GPP Rf/Ro"},
+ {4, "Diameter Credit-Control Application"}, /* draft-ietf-aaa-diameter-cc-06 */
+ {16777216, "3GPP Cx"}, /* 3GPP TS 29.228 and 29.229 */
+ {16777217, "3GPP Sh"}, /* 3GPP TS 29.328 and 29.329 */
+ {16777218, "3GPP Rf/Ro"}, /* 3GPP TS 32.225 */
{4294967295U, "Relay Application"},
{0, NULL}