aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-01-21 06:46:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-01-21 06:46:58 +0000
commitc905bfa63682c675ea0eed8d4011417dc36545e7 (patch)
tree4f156e6d3f5d85f244812b7a0350ea51c0d48015 /epan/dissectors/packet-h245.c
parentfce704d3dba36c2a6a6e257d843ce81818a42bae (diff)
Remove duplicated OID entries and add text "(single NAL unit mode)"
to 0.0.8.241.0.0.0.0. This time with the updated packet-h245.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24151 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index 2e6a835a03..b8b18ff9ad 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -20601,7 +20601,7 @@ 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_h241AnnexA(single NAL unit mode)","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");
}