From c8391561bf16bde475344593e7987bc45c94944e Mon Sep 17 00:00:00 2001 From: morriss Date: Wed, 20 Jun 2012 13:30:07 +0000 Subject: Use separate filters for the RTT found on a SACK and the RTT found on a DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-h248_annex_c.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-h248_annex_c.c') diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c index 9cd13d4e43..d03c21647c 100644 --- a/epan/dissectors/packet-h248_annex_c.c +++ b/epan/dissectors/packet-h248_annex_c.c @@ -180,6 +180,7 @@ static gint ett_vpvc = -1; static gint ett_codec = -1; static const value_string h248_annexc_package_properties_vals[] = { + { 0x0000, "Media stream properties H.248.1 Annex C" }, { 0x1001, "media" }, { 0x1002, "transmission mode" }, { 0x1003, "num_of_channels" }, @@ -1509,6 +1510,6 @@ void proto_register_h248_annex_c(void) { proto_register_subtree_array(ett, array_length(ett)); - h248_register_package(&h248_annexc_package); + h248_register_package(&h248_annexc_package,MERGE_PKG_HIGH); } -- cgit v1.2.3