aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.h
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix the type of the "integer" argument to "asn1_uint32_value_decode()",Guy Harris2003-11-091-2/+2
* From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, andGuy Harris2003-10-021-1/+2
* From Matthijs Melchior: fix "asn1_bits_decode()", and make its API moreGuy Harris2003-04-281-3/+3
* Declare as "extern" the exported functions, as this file is, when weGuy Harris2003-04-251-30/+33
* From Wes Hardaker:Guy Harris2002-10-231-3/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-2/+2
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-3/+3
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-2/+2
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-2/+2
* Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris2002-03-011-2/+5
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-15/+13
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-2/+4
* Add type tag values for the REAL and ENUMERATED types.Guy Harris2000-03-271-1/+3
* Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1999-12-101-4/+36
* Check in the ASN.1 code for reference purposes, although the SNMPGuy Harris1999-12-051-0/+109