aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411/x411.cnf
AgeCommit message (Expand)AuthorFilesLines
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-1294/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-08-24Display content entry (with length) in tree.Stig Bjørlykke1-1/+2
2010-06-28Removal of various warnings, mainly by not emitting functions for ASN.1 types...Graeme Lunt1-1/+34
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.Stig Bjørlykke1-1/+11
2010-01-10Return correct offset from function handling ExtensionField/value,Stig Bjørlykke1-1/+1
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke1-6/+80
2009-12-07Build correct oraddress for several Teletex values.Stig Bjørlykke1-5/+107
2009-06-02Update to:Graeme Lunt1-25/+141
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-4/+4
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman1-0/+13
2008-09-02Try to fix unused code warnings.Anders Broman1-5/+4
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-49/+86
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.Graeme Lunt1-0/+4
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.Stig Bjørlykke1-2/+12
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...Graeme Lunt1-0/+11
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt1-0/+69
2007-11-15dissect_ber_choice returns a gint that is the index of the choice taken, Ronnie Sahlberg1-10/+15
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman1-77/+77
2007-11-01Change:Anders Broman1-2/+2
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-61/+9
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-5/+5
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingStig Bjørlykke1-0/+6
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.Stig Bjørlykke1-74/+111
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-3/+3
2007-06-27This patch will set correct extension_id for ExtensionAttributeTypeGraeme Lunt1-1/+24
2007-06-21New preference to specify the tcp port to use for P1 and fix to include /OU= ...Graeme Lunt1-0/+13
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-20/+51
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-8/+8
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-2/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-38/+38
2007-05-06Better column information display for delivery reports.Graeme Lunt1-3/+44
2007-03-23Support for X.411 "additional information" field.Graeme Lunt1-1/+13
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ...Graeme Lunt1-0/+14
2006-12-14From Stig Bjorlykke:Stephen Fisher1-0/+2
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate p1...Graeme Lunt1-6/+32
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-2/+2
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa1-3/+3
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-6/+0
2006-05-23Ethereal -> WiresharkTomas Kukosa1-3/+3
2006-03-25Support for P1 Strong AuthenticationGraeme Lunt1-6/+37
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt1-5/+31
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris1-1/+1
2005-12-05From Grame Lunt:Anders Broman1-6/+14
2005-11-17Squelch some const vs. non-const warnings.Guy Harris1-1/+1
2005-11-16From Graeme Lunt:Anders Broman1-10/+298
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-3/+3
2005-10-24From Graeme Lunt:Anders Broman1-10/+27