aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.c
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-7/+57
* From Matthijs Melchior: In "asn1_string_value_decode()", put in aGuy Harris2003-08-291-13/+6
* From Matthijs Melchior: when setting "eoc" in "asn1_bits_decode()", getGuy Harris2003-06-241-2/+2
* Expand some comments.Guy Harris2003-05-101-8/+32
* From Matthijs Melchior: fix "asn1_bits_decode()", and make its API moreGuy Harris2003-04-281-11/+13
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-4/+4
* Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris2002-05-131-27/+7
* Fix another problem found by the PROTOS captures - inGuy Harris2002-03-051-4/+12
* Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris2002-03-011-1/+55
* Be more paranoid, and check to make sure the length of the string or OIDGuy Harris2002-02-211-1/+17
* Throw in some sanity checking to make sure a bogus length in an ASN.1Guy Harris2002-02-201-1/+29
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+3
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-77/+71
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-16/+44
* In "asn1_oid_value_decode()", set "size" directly from "enc_len", ratherGuy Harris2000-06-261-2/+2
* Note that we may want to add support for the constructed encoding ofGuy Harris2000-03-271-2/+3
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-1/+5
* Make the SNMP dissector use the ASN.1 code, rather than the SNMP libraryGuy Harris1999-12-101-10/+17
* Check in the ASN.1 code for reference purposes, although the SNMPGuy Harris1999-12-051-0/+895