aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
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-7/+57
2003-08-29From Matthijs Melchior: In "asn1_string_value_decode()", put in aGuy Harris1-13/+6
2003-06-24From Matthijs Melchior: when setting "eoc" in "asn1_bits_decode()", getGuy Harris1-2/+2
2003-05-10Expand some comments.Guy Harris1-8/+32
2003-04-28From Matthijs Melchior: fix "asn1_bits_decode()", and make its API moreGuy Harris1-11/+13
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-4/+4
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris1-27/+7
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