aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-12-11 19:28:22 +0100
committerAnders Broman <a.broman58@gmail.com>2015-12-11 22:41:34 +0000
commit3d3698a671c8b451fd81975cd3e0951342b9f019 (patch)
tree1708bf1a9b5589e348b519f1cb8dabc59a3d8e2f /asn1
parent021a695e62a5745bf73a06f701525814812ed030 (diff)
ULP: register dissector for application/vnd.omaloc-supl-init media
Bug: 11875 Change-Id: Ifb6cdd424ef0062bebb4c4e67ad603461042f111 Reviewed-on: https://code.wireshark.org/review/12538 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ulp/packet-ulp-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/ulp/packet-ulp-template.c b/asn1/ulp/packet-ulp-template.c
index 88bcb91382..13512f845a 100644
--- a/asn1/ulp/packet-ulp-template.c
+++ b/asn1/ulp/packet-ulp-template.c
@@ -159,6 +159,7 @@ proto_reg_handoff_ulp(void)
if (!initialized) {
ulp_tcp_handle = find_dissector("ulp");
dissector_add_string("media_type","application/oma-supl-ulp", ulp_tcp_handle);
+ dissector_add_string("media_type","application/vnd.omaloc-supl-init", ulp_tcp_handle);
ulp_udp_handle = create_dissector_handle(dissect_ULP_PDU_PDU, proto_ulp);
rrlp_handle = find_dissector("rrlp");
lpp_handle = find_dissector("lpp");