Remove old-style ASN.1 code
This is the temporary page for coordinating removing old-style ASN.1 code from Wireshark dissectors. Once this job is done this page will be deleted.
What to do
There are two ways to do this - either completly replace the dissector by a new one generated from an ASN.1 specification using asn2wrs, or replace the current ASN.1 functions by packet-ber.c/packet-per.c functions.
To do
Currently the only old style ASN.1 code is in the ASN1 plugin. It needs to be changed to use the BER helpers (packet-ber.c) rather than the asn1 routines.
