aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkix1explicit.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-10/+17
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-3/+3
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2004-12-24export Certificate and CertificateList from pkix1explicitRonnie Sahlberg1-0/+12
svn path=/trunk/; revision=12826
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-8/+8
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12updates from tomas and andersRonnie Sahlberg1-5/+5
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-29export some more sympols from PKIX1EXPLICITRonnie Sahlberg1-14/+223
svn path=/trunk/; revision=12617
2004-11-21add a new oid Ronnie Sahlberg1-0/+9
svn path=/trunk/; revision=12560
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg1-7/+16
svn path=/trunk/; revision=12552
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-3/+3
i think it is high time to put makefiles down in asn1/ since this autogenerating dissectors "experiment" have payed off so well and it actual;ly works! i dont know anything about how autogen stuff works :-( svn path=/trunk/; revision=12522
2004-11-01Add support for the dhpublicnumber OID.Gerald Combs1-0/+129
svn path=/trunk/; revision=12465
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-2/+2
version of asn2eth. svn path=/trunk/; revision=12267
2004-09-17get rid of some compiler warningsRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=12035
2004-09-16add new dissectors to build processRonnie Sahlberg1-0/+210
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) svn path=/trunk/; revision=12014