aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-10 18:25:44 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-10 18:25:44 +0000
commit1339500b2819e3bfb6b0ba37135914285633db14 (patch)
tree0a877c973a733da62784822d6c214a4f4630d1ec /asn1/h245
parent071e6f80e592d72649824a006017b32291ddb201 (diff)
Add OID:s related to H264.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23827 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index aa1c5c90be..8d1d67e979 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -441,6 +441,10 @@ void proto_register_h245(void) {
oid_add_from_string("logical-channel-bit-ratemanagement","0.0.8.245.1.3.0");
oid_add_from_string("h264 generic-capabilities","0.0.8.241.0.0.1");
+ oid_add_from_string("iPpacketization_h241AnnexA","0.0.8.241.0.0.0.0");
+ oid_add_from_string("iPpacketization_RFC3984NonInterleaved","0.0.8.241.0.0.0.1");
+ oid_add_from_string("iPpacketization_RFC3984Interleaved","0.0.8.241.0.0.0.2");
+ oid_add_from_string("h264_generic-capabilities","0.0.8.241.0.0.1");
}