aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with An...Ronnie Sahlberg1-11/+13
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-28char -> const char warning fixesJörg Mayer1-5/+5
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-1/+1
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-0/+2
2005-06-07From Tim Endean:Anders Broman1-1/+2
2005-04-28Usage of oid_to_str() in PER and BER helpersTomas Kukosa1-1/+3
2005-04-27NULL type decoders for PER and BERTomas Kukosa1-0/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-0/+2
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-1/+1
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-15/+15
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-1/+1
2004-12-12updates from tomas and andersRonnie Sahlberg1-1/+1
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg1-1/+0
2004-11-13add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg1-0/+1
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman1-0/+1
2004-10-27Make it possible to register a string for an OID in the hash table.Anders Broman1-0/+1
2004-10-11Constify more pointer arguments.Guy Harris1-2/+2
2004-10-08Make the "asn_namedbit *" argument to "dissect_ber_bitstring()" aGuy Harris1-1/+1
2004-10-08"dissect_ber_sequence()" doesn't modify the "ber_sequence" structureGuy Harris1-1/+1
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg1-0/+1
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg1-0/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg1-5/+1
2004-07-20Small update to AlgorithmIdentifier.Ronnie Sahlberg1-1/+1
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+6
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+161