aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy2-5/+5
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...morriss1-10/+12
2010-08-24Display content entry (with length) in tree.stig1-1/+2
2010-06-28Removal of various warnings, mainly by not emitting functions for ASN.1 types...gal2-1/+37
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromstig1-1/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig2-2/+9
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.stig1-1/+11
2010-01-10Return correct offset from function handling ExtensionField/value,stig1-1/+1
2009-12-19Rename some objects to avoid duplicate definitions.stig1-5/+5
2009-12-19Regenerate P7 with SIZE constraints checking.stig2-2/+2
2009-12-18Regenerated with SIZE constraints checking.stig3-8/+233
2009-12-07Build correct oraddress for several Teletex values.stig1-5/+107
2009-10-11Make all proto_* values static.stig1-2/+2
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj5-5/+4
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-02Update to:gal7-1245/+1785
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-11-11Small cleanups mostly related to proto_reg_handoffwmeier1-12/+11
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedkukosa1-4/+4
2008-09-21Try to fix some "defined but not used" warnings.etxrab1-0/+13
2008-09-03Split the asn1 file in two.etxrab3-2532/+2535
2008-09-03Rename the asn1 file(next step is to split it) to it's "proper" name.etxrab2-1/+1
2008-09-02Try to fix unused code warnings.etxrab2-5/+28
2008-07-21See if this gets rid of some unused code warnings...etxrab1-49/+86
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.gal1-0/+4
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.stig2-2/+13
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-1/+1
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...gal2-12/+23
2007-11-19Initialize credentials.stig1-1/+1
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...gal3-6/+73
2007-11-15dissect_ber_choice returns a gint that is the index of the choice taken, sahlberg1-10/+15
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab3-86/+79
2007-11-01Change:etxrab1-2/+2
2007-10-31Use oid_add_from_string for adding names.etxrab1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-63/+11
2007-10-16- Fix svn:ignore for all directoriesjmayer1-5/+5
2007-10-11Remove the remaining autogenereated -exp.cnf filesjmayer1-59/+0
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-0/+2
2007-10-10Add missing dependencies and update syntax of existing ones.jmayer1-2/+16
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
2007-10-10Finish conversion (well, almost, need to add thejmayer4-57/+102
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingstig2-3/+9
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.stig3-95/+230