[nb_rtpmux] Register dissector by name.

Change-Id: I6aca4e84e44cad42bff969d55371d6ac6c5e9600
Reviewed-on: https://code.wireshark.org/review/25788
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2018-02-14 13:25:25 +01:00 committed by Anders Broman
parent 9198448f9d
commit f7e90534fa
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ proto_register_nb_rtpmux(void)
/* Register the protocol name and description */
proto_nb_rtpmux = proto_register_protocol("3GPP Nb Interface RTP Multiplex", "NB_RTPMUX", "nb_rtpmux");
register_dissector("nb_rtpmux", dissect_nb_rtpmux, proto_nb_rtpmux);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_nb_rtpmux, hf, array_length(hf));