aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.h
AgeCommit message (Expand)AuthorFilesLines
2003-11-09Fix the type of the "integer" argument to "asn1_uint32_value_decode()",Guy Harris1-2/+2
2003-10-02From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, andGuy Harris1-1/+2
2003-04-28From Matthijs Melchior: fix "asn1_bits_decode()", and make its API moreGuy Harris1-3/+3
2003-04-25Declare as "extern" the exported functions, as this file is, when weGuy Harris1-30/+33
2002-10-23From Wes Hardaker:Guy Harris1-3/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-3/+3
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-2/+2
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-2/+2
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris1-2/+5
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-15/+13
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-2/+4
2000-03-27Add type tag values for the REAL and ENUMERATED types.Guy Harris1-1/+3
1999-12-10Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1-4/+36
1999-12-05Check in the ASN.1 code for reference purposes, although the SNMPGuy Harris1-0/+109