aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
AgeCommit message (Expand)AuthorFilesLines
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 Lunt2-0/+51
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 Broman2-41/+46
2007-05-06Better column information display for delivery reports.Graeme Lunt3-5/+47
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa2-3/+3
2007-03-23Support for X.411 "additional information" field.Graeme Lunt2-1/+15
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tGuy Harris2-3/+3
2007-02-08This patch adds support for decoding BER-encoded files as "X.411 Message". Graeme Lunt1-0/+1
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ...Graeme Lunt3-1/+18
2006-12-14From Stig Bjorlykke:Stephen Fisher2-0/+6
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate p1...Graeme Lunt4-34/+66
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2-4/+5
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa2-4/+4
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-6/+0
2006-05-23Ethereal -> WiresharkTomas Kukosa3-4/+13
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-29Get rid of an unused variable.Guy Harris1-1/+0
2006-03-25Support for P1 Strong AuthenticationGraeme Lunt3-34/+78
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt2-5/+43
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-12-14From Grame Lunt:Anders Broman1-1/+1
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris2-2/+2
2005-12-05From Grame Lunt:Anders Broman3-23/+47
2005-12-02from Stig B:Ronnie Sahlberg1-2/+19
2005-11-23From Stig BjørlykkeAnders Broman2-0/+9
2005-11-17Squelch some const vs. non-const warnings.Guy Harris1-1/+1
2005-11-17"dissect_ber_object_identifier_str" expects a "const char **" as itsGuy Harris1-2/+2
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg1-0/+1
2005-11-16From Graeme Lunt:Anders Broman3-14/+308
2005-11-14move the include of emem.h a bit further downRonnie Sahlberg1-1/+1
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-4/+5
2005-10-24From Graeme Lunt:Anders Broman2-32/+59
2005-10-15remove some strcpy() callsRonnie Sahlberg1-2/+2
2005-09-22Squelch some compiler warnings.Guy Harris1-3/+3
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris1-1/+2
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-09-05Squelch compiler warnings.Guy Harris1-3/+3
2005-09-04From Graeme LuntAnders Broman7-0/+3541