aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-12 17:40:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-12 17:40:49 +0000
commit084d8ff5c8f6f80d56e7322491aea140b8d7e5a6 (patch)
tree68795ec2dc5dad5afc5492dc6984a6960d168cd0
parent4662a60fc2a6af371294d5df6160a799166b8de2 (diff)
Add RFC number for H.264
svn path=/trunk/; revision=26761
-rw-r--r--asn1/h245/packet-h245-template.c1
-rw-r--r--epan/dissectors/packet-h245.c11
2 files changed, 7 insertions, 5 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index f10aee757c..367ae70494 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -251,6 +251,7 @@ static const value_string h245_RFC_number_vals[] = {
{ 2429, "RFC 2429 - 1998 Version of ITU-T Rec. H.263 Video (H.263+)" },
{ 3016, "RFC 3016 - RTP Payload Format for MPEG-4 Audio/Visual Streams" },
{ 3267, "RFC 3267 - Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB)" },
+ { 3984, "RFC 3984 - RTP Payload Format for H.264 Video" },
{ 0, NULL }
};
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index b219b1d629..4ed239a967 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -382,6 +382,7 @@ static const value_string h245_RFC_number_vals[] = {
{ 2429, "RFC 2429 - 1998 Version of ITU-T Rec. H.263 Video (H.263+)" },
{ 3016, "RFC 3016 - RTP Payload Format for MPEG-4 Audio/Visual Streams" },
{ 3267, "RFC 3267 - Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB)" },
+ { 3984, "RFC 3984 - RTP Payload Format for H.264 Video" },
{ 0, NULL }
};
@@ -1902,7 +1903,7 @@ static int hf_h245_encrypted = -1; /* OCTET_STRING */
static int hf_h245_encryptedAlphanumeric = -1; /* EncryptedAlphanumeric */
/*--- End of included file: packet-h245-hf.c ---*/
-#line 370 "packet-h245-template.c"
+#line 371 "packet-h245-template.c"
/* Initialize the subtree pointers */
static int ett_h245 = -1;
@@ -2403,7 +2404,7 @@ static gint ett_h245_FlowControlIndication = -1;
static gint ett_h245_MobileMultilinkReconfigurationIndication = -1;
/*--- End of included file: packet-h245-ett.c ---*/
-#line 375 "packet-h245-template.c"
+#line 376 "packet-h245-template.c"
/* Forward declarations */
static int dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
@@ -14447,7 +14448,7 @@ static void dissect_OpenLogicalChannel_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
/*--- End of included file: packet-h245-fn.c ---*/
-#line 384 "packet-h245-template.c"
+#line 385 "packet-h245-template.c"
static void
dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
@@ -20130,7 +20131,7 @@ void proto_register_h245(void) {
"h245.EncryptedAlphanumeric", HFILL }},
/*--- End of included file: packet-h245-hfarr.c ---*/
-#line 462 "packet-h245-template.c"
+#line 463 "packet-h245-template.c"
};
/* List of subtrees */
@@ -20633,7 +20634,7 @@ void proto_register_h245(void) {
&ett_h245_MobileMultilinkReconfigurationIndication,
/*--- End of included file: packet-h245-ettarr.c ---*/
-#line 469 "packet-h245-template.c"
+#line 470 "packet-h245-template.c"
};
module_t *h245_module;