6ab2ee3f7c
Copy from network:utilities/wireshark based on submit request 21610 from user prusnak OBS-URL: https://build.opensuse.org/request/show/21610 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=24
13 lines
487 B
Diff
13 lines
487 B
Diff
Index: epan/dissectors/packet-gsm_a_rr.c
|
|
===================================================================
|
|
--- epan/dissectors/packet-gsm_a_rr.c (revision 29402)
|
|
+++ epan/dissectors/packet-gsm_a_rr.c (revision 29403)
|
|
@@ -10154,6 +10154,7 @@
|
|
void
|
|
proto_reg_handoff_gsm_a_rr(void)
|
|
{
|
|
+ data_handle = find_dissector("data");
|
|
rrc_irat_ho_info_handle = find_dissector("rrc.irat.irat_ho_info");
|
|
rrc_irat_ho_to_utran_cmd_handle = find_dissector("rrc.irat.ho_to_utran_cmd");
|
|
}
|