Wireshark-commits: [Wireshark-commits] master 73e58f0: create_dissector_handle -> new_create_dissec
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=73e58f025ef111810ae7c931a0262248106095f4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
73e58f0 by Michael Mann (mmann78@xxxxxxxxxxxx):
create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectors
Change-Id: I3d7a61a5ddd79b7bcbec5b9c515470848f413fd5
Reviewed-on: https://code.wireshark.org/review/12121
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 0cd1a85 Require BER dissector (OID) registration to be "new style".
adds 73e58f0 create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectors
Summary of changes:
asn1/charging_ase/packet-charging_ase-template.c | 7 +--
asn1/ldap/packet-ldap-template.c | 48 ++++++++++---------
asn1/m3ap/packet-m3ap-template.c | 7 +--
asn1/pkcs12/packet-pkcs12-template.c | 10 ++--
asn1/pkcs12/pkcs12.cnf | 4 +-
asn1/q932/packet-q932-template.c | 9 ++--
asn1/qsig/packet-qsig-template.c | 14 +++---
asn1/sbc-ap/packet-sbc-ap-template.c | 7 +--
asn1/t38/packet-t38-template.c | 16 ++++---
epan/dissectors/packet-charging_ase.c | 11 +++--
epan/dissectors/packet-ldap.c | 54 ++++++++++++----------
epan/dissectors/packet-m3ap.c | 13 +++---
epan/dissectors/packet-pkcs12.c | 20 ++++----
epan/dissectors/packet-q932.c | 13 +++---
epan/dissectors/packet-qsig.c | 18 ++++----
epan/dissectors/packet-sbc-ap.c | 13 +++---
epan/dissectors/packet-t38.c | 20 ++++----
17 files changed, 158 insertions(+), 126 deletions(-)