aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-02Regenerate dissectors with the current asn2eth.guy1-46/+86
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15664 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15179 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-02Fix more "no previous declaration" warningsjmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15169 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-87/+123
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14980 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-31/+36
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14758 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-1/+1
buffer overflow found while fuzz testing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14169 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵sahlberg1-152/+180
takes a implicit_tag parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-13remove some asn2eth warningssahlberg1-180/+180
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12744 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵sahlberg1-66/+66
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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12740 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-12minor updates, get rid of temporary files during dissectionsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12725 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-12updates from tomas and anderssahlberg1-60/+60
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12724 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-29export some more sympols from PKIX1EXPLICITsahlberg1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12617 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵sahlberg1-2/+2
added a small makefile to reduce boring typing on the commandline git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12556 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21update to x509if autogenerate the exports conformance file and create a ↵sahlberg1-1/+1
small makefile since i am tired of typing that long command line every time git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12555 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21Add a whole bunch of dissector to X509IF and export them.sahlberg1-13/+2210
X509if is now almost complete. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12553 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-20get rid of some compiler warningssahlberg1-14/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12548 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-14Since we can now handle SEQUENCE OF ANY uncomment this "difficult" field fromsahlberg1-15/+46
the Attribute SEQUENCE to make it more complete. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12527 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-14various changes in the generated dissectors after asn2eth was patched.sahlberg1-2/+2
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 :-( git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12522 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-06export RDNSequence from x509ifsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12494 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-06export DistinguishedName from x509ifsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12493 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-06make x509if use the new ANY type and get rid of the workaroundsahlberg1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12492 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-29more updates of x509ifsahlberg1-36/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12433 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-29new generated version of x509ifsahlberg1-33/+70
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12432 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentguy1-35/+12
version of asn2eth. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12267 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵sahlberg1-10/+10
still bugs) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11524 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-22add the countryname attributesahlberg1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11470 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-22start dissecting AttributeTypeAnddistinguishedValuesahlberg1-11/+30
(which must be implemented by hand inside themplate) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11469 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-22dissect the x509if/Name all the way down to the ↵sahlberg1-6/+6
AttributeTypeAndDistinguishedValue structure but not the structure itself. we are getting there, slow but steady git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11468 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATsahlberg1-0/+332
to the ethereal build. The dissections are semi-useful but incomplete. The big problem still remaining is the x509if Name object not being dissected properly thus causing the dissection to get out of sync/fail halfway through the certificate structure. work in progress but already semi-useful. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11440 f5534014-38df-0310-8fa8-9805f1628bb7