wireshark/epan/dissectors/asn1/rnsap
Michael Mann a062c80236 ASN.1 dissectors - don't try to find yourself.
If an ASN.1 dissector is calling register_dissector for itself in its proto_register_xxx
function and then calling find_dissector for itself in its proto_reg_handoff_xxx
function then just create a static handle for that dissector and use the return
value of register_dissector, so the find isn't necessary.

Change-Id: I911bdadc2fb4259601c141b955e741a2369cc447
Reviewed-on: https://code.wireshark.org/review/16233
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-07-01 14:26:20 +00:00
..
CMakeLists.txt
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
packet-rnsap-template.c ASN.1 dissectors - don't try to find yourself. 2016-07-01 14:26:20 +00:00
RNSAP-CommonDataTypes.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
RNSAP-Constants.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
RNSAP-Containers.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
RNSAP-IEs.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
RNSAP-PDU-Contents.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
RNSAP-PDU-Descriptions.asn [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00
rnsap.cnf [RNSAP]Update to V13.1.0 (2015-12) 2016-06-20 14:30:15 +00:00