aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-24 22:36:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-24 22:36:26 +0000
commit3d0fbb8c63f287bd972e125032a2b70527c77808 (patch)
treeb338302a575cb27e92b1a063f171ed59a6881c06 /epan
parent58c8e8a72088af8a288aed179ee1a0938f4a2833 (diff)
Dissect MTP3 with service indicator 14 as H248.
svn path=/trunk/; revision=13505
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-h248.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 330b6fed73..e6da979240 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -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);
}