aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509sat.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-76/+96
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-65/+68
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-78/+120
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+0
2004-12-13remove some asn2eth warningsRonnie Sahlberg1-45/+45
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-38/+38
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-1/+1
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
2004-12-12updates from tomas and andersRonnie Sahlberg1-19/+20
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i a...Ronnie Sahlberg1-20/+1755
2004-11-20updates to sat to make the template smaller.Ronnie Sahlberg1-406/+74
2004-11-20ean up SAT a bit remove the unneccesary implementation of DirectoryStr4ing...Ronnie Sahlberg1-63/+10
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-30/+4
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg1-1/+1
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-9/+18
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...Ronnie Sahlberg1-6/+6
2004-07-23telex and telephone number attributesRonnie Sahlberg1-0/+110
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
2004-07-23add all the other (quite a lot of them) attributes that were of the type Dire...Ronnie Sahlberg1-0/+339
2004-07-23add dissection of DirectoryString, this unfortunately had to be done manuall...Ronnie Sahlberg1-0/+72
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg1-4/+1
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+15
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+227