aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Fix another problem found by the PROTOS captures - inGuy Harris1-4/+12
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris1-1/+55
2002-02-21Be more paranoid, and check to make sure the length of the string or OIDGuy Harris1-1/+17
2002-02-20Throw in some sanity checking to make sure a bogus length in an ASN.1Guy Harris1-1/+29
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-77/+71
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-16/+44
2000-06-26In "asn1_oid_value_decode()", set "size" directly from "enc_len", ratherGuy Harris1-2/+2
2000-03-27Note that we may want to add support for the constructed encoding ofGuy Harris1-2/+3
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-1/+5
1999-12-10Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1-10/+17
1999-12-05Check in the ASN.1 code for reference purposes, although the SNMPGuy Harris1-0/+895