Dissect MTP3 with service indicator 14 as H248.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Feb 2005 22:36:26 +0000 (22:36 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Feb 2005 22:36:26 +0000 (22:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13505 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-h248.c

index 330b6fed733faac81ad94c3b6d64159ab4ee8cba..e6da979240ed34ceec9aa7ac7908ce9e10fc379b 100644 (file)
@@ -5471,6 +5471,7 @@ void proto_reg_handoff_h248(void) {
   h248_handle = find_dissector("h248");
 
   dissector_add("m3ua.protocol_data_si", GATEWAY_CONTROL_PROTOCOL_USER_ID, h248_handle);
+  dissector_add("mtp3.service_indicator", GATEWAY_CONTROL_PROTOCOL_USER_ID, h248_handle);
   dissector_add("sctp.ppi", H248_PAYLOAD_PROTOCOL_ID, h248_handle);
 }