aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Added check for SIZE constraints in bit-string.stig1-0/+1
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,stig1-0/+11
2008-10-31Do not call a variable value_string as we have a struct with this name.stig1-1/+1
2008-08-01From Martin Peylo (bug 2507):stig1-0/+2
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-2/+1
2008-01-04Get rid of ber_last_created_item(). (Final?)etxrab1-4/+0
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-06-12Preparations for updated CMIP dissector:etxrab1-0/+1
2007-06-03INAP:etxrab1-0/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-7/+38
2007-05-15actx in the rest of dissect_ber..()letxrab1-15/+15
2007-05-13replace an incorrect '{' with ';' in the ber header filesahlberg1-1/+1
2007-05-13actx in ber_externaletxrab1-0/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-8/+8
2007-05-06Start introducing actx to ber functions.etxrab1-1/+2
2007-04-28Revert some private experiments checked in by misstake.etxrab1-1/+0
2007-04-28From Gavin Heer:etxrab1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.etxrab1-0/+11
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). gal1-0/+8
2006-11-04General updates to:gal1-0/+2
2006-06-29from metzesahlberg1-0/+1
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-2/+0
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENkukosa1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...sahlberg1-0/+2
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.ckukosa1-1/+1
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-4/+3
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with An...sahlberg1-11/+13
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-07-28char -> const char warning fixesjmayer1-5/+5
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-1/+1
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-1/+1
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg1-0/+2
2005-06-07From Tim Endean:etxrab1-1/+2
2005-04-28Usage of oid_to_str() in PER and BER helperskukosa1-1/+3
2005-04-27NULL type decoders for PER and BERkukosa1-0/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-0/+2
2005-04-20Add a tree parameter to get_ber_length() so thatsahlberg1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...sahlberg1-1/+1
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringsahlberg1-1/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-15/+15
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...sahlberg1-1/+1
2004-12-12updates from tomas and anderssahlberg1-1/+1
2004-12-12remove the function with the old signature for ber integer dissectionsahlberg1-1/+0
2004-11-13add new integer dissector helper that is aware of implicit tagssahlberg1-0/+1
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.etxrab1-0/+1
2004-10-27Make it possible to register a string for an OID in the hash table.etxrab1-0/+1
2004-10-11Constify more pointer arguments.guy1-2/+2
2004-10-08Make the "asn_namedbit *" argument to "dissect_ber_bitstring()" aguy1-1/+1