wireshark/asn1/pres
Guy Harris 13176da15b Don't cast away constness.
svn path=/trunk/; revision=54793
2014-01-14 17:47:31 +00:00
..
CMakeLists.txt I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
ISO8823-PRESENTATION.asn Interpret single-ASN1-type as ASN.1 and not as an OCTET STRING. 2010-06-29 18:09:03 +00:00
ISO9576-PRESENTATION.asn Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Just whitespace changes 2013-05-05 08:49:18 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet-pres-template.c Don't cast away constness. 2014-01-14 17:47:31 +00:00
packet-pres-template.h Moved users table lookup to find_oid_by_pres_ctx_id() so other 2012-12-12 15:17:36 +00:00
pres.cnf In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00