https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5263
--- Comment #5 from Bill Meier <wmeier@xxxxxxxxxxx> 2011-05-17 20:20:17 EDT ---
Coverity scan noted that the following handles were assigned in
proto_reg_handoff_reload() but never used.
reload_tcp_handle = create_dissector_handle(dissect_reload_tcp,
proto_reload);
reload_udp_handle = new_create_dissector_handle(dissect_reload_udp,
proto_reload);
Were these handles supposed to be registered to "tcp.port" and "udp.port" ?
Or: Is this code left-over code or something ?
For now I've added #if 0 around the these lines and the variables as well as
around dissect_reload_tcp() and dissect_reload_udp().
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.