aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
AgeCommit message (Expand)AuthorFilesLines
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register BER syntaxes as NEWStig Bjørlykke1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-1/+1
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris1-14/+0
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss7-17/+0
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-1/+1
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer1-13/+13
2013-05-07Allow generating some more dissectors with cmake.Jörg Mayer1-0/+36
2013-05-05Just whitespace changesJörg Mayer1-1/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-02Use explicit casts.Anders Broman1-2/+2
2012-12-07Added deltaRevocationList.Stig Bjørlykke1-3/+3
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke2-1/+13
2012-11-12Fixed some typosStig Bjørlykke1-2/+2
2012-11-12Update ACP133 to edition D.Stig Bjørlykke1-0/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-04-03Fix off by one shift error introduced in r39531.Jakub Zawadzki1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-2/+2
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-10/+6
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke3-6/+6
2010-08-03Added some missing elements from MS Certificate:Stig Bjørlykke1-0/+3
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-17/+16
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt2-1/+3
2010-06-24Build dependency to x411.Stig Bjørlykke1-1/+5
2010-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt3-9/+32
2010-06-02CA Version certificate extensionGraeme Lunt1-0/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-11-27Corrected OID for organizationalUnit.Stig Bjørlykke1-1/+1
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-06-15Bug 2833: Graeme Lunt1-3/+5
2009-06-05Microsoft PKCS#12 local machine keyset bag attributeGraeme Lunt1-0/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-1/+1
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman1-0/+23
2008-09-02Try to fix unused code warnings.Anders Broman1-3/+0
2008-09-02Try to fix unused code warnings.Anders Broman3-1128/+1115
2008-07-23Get rid of some unused code warnings.Anders Broman1-11/+21
2008-07-01Get rid of some unused code warnings. Hopefully without breaking anything.Anders Broman1-7/+10
2008-04-13Support for RFC 4530 - LDAP entryUUID attribute.Graeme Lunt2-2/+28
2008-03-03Make sure we initialize a TVB. Fixes bug 2329.Gerald Combs1-1/+4