aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-07 04:56:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-07 04:56:37 +0000
commit6550608ea09bcab14df5a9515c467b7738d7b7e5 (patch)
treebc0293df4e2ff1ac50a4be72b33dd50c62749769 /epan/dissectors/packet-h245.c
parent5bf6a2939f9eed093ea4911a3b18bf5c3c86a72a (diff)
Add a RFC value.
svn path=/trunk/; revision=17193
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index f6715e7ebe..78aaafe92d 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -231,6 +231,7 @@ static guint32 manufacturerCode;
static const value_string h245_RFC_number_vals[] = {
{ 2190, "RFC 2190 - H.263 Video Streams" },
{ 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)" },
{ 0, NULL }
};
@@ -1637,7 +1638,7 @@ static int hf_h245_timestamp = -1; /* INTEGER_0_4294967295 */
static int hf_h245_expirationTime = -1; /* INTEGER_0_4294967295 */
/*--- End of included file: packet-h245-hf.c ---*/
-#line 279 "packet-h245-template.c"
+#line 280 "packet-h245-template.c"
/* Initialize the subtree pointers */
@@ -2117,7 +2118,7 @@ static gint ett_h245_FlowControlIndication = -1;
static gint ett_h245_MobileMultilinkReconfigurationIndication = -1;
/*--- End of included file: packet-h245-ett.c ---*/
-#line 282 "packet-h245-template.c"
+#line 283 "packet-h245-template.c"
/*--- Included file: packet-h245-fn.c ---*/
@@ -17439,7 +17440,7 @@ static void dissect_OpenLogicalChannel_PDU(tvbuff_t *tvb, packet_info *pinfo, pr
/*--- End of included file: packet-h245-fn.c ---*/
-#line 284 "packet-h245-template.c"
+#line 285 "packet-h245-template.c"
static void
dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
@@ -22905,7 +22906,7 @@ void proto_register_h245(void) {
"Rtp/expirationTime", HFILL }},
/*--- End of included file: packet-h245-hfarr.c ---*/
-#line 349 "packet-h245-template.c"
+#line 350 "packet-h245-template.c"
};
/* List of subtrees */
@@ -23388,7 +23389,7 @@ void proto_register_h245(void) {
&ett_h245_MobileMultilinkReconfigurationIndication,
/*--- End of included file: packet-h245-ettarr.c ---*/
-#line 355 "packet-h245-template.c"
+#line 356 "packet-h245-template.c"
};
module_t *h245_module;