aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-30In case of "faulty" BER tag:s return tvb = NULLAnders Broman1-0/+1
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-38/+38
2004-12-12make the unknown_ber helper try to dissect NumericString and ENUMERATED when ...Ronnie Sahlberg1-0/+14
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-6/+12
2004-12-12update to the ber CHOICE helper to make it handle (i hope) a CHOICE inside a ...Ronnie Sahlberg1-2/+13
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg1-8/+0
2004-11-30when creating a new subset tvb for a field for further dissection by child di...Ronnie Sahlberg1-5/+14
2004-11-25update dissection of unknown blobs to try to dissect even more stuff.Ronnie Sahlberg1-15/+57
2004-11-25 updates to prettify a bit when attempting to dissect an unknown blobRonnie Sahlberg1-4/+27
2004-11-21Set the length of the tvbuff to be handed to the subdissectorGuy Harris1-1/+8
2004-11-21with the autogenerated export conformance files we need a small change to pac...Ronnie Sahlberg1-2/+4
2004-11-18When we have a BER blob but we dont have the dissector for that oid implement...Ronnie Sahlberg1-0/+51
2004-11-14make SEQUENCE OF understand a sequence of ANYRonnie Sahlberg1-2/+22
2004-11-14make octet string also allow for utf8stringsRonnie Sahlberg1-1/+1
2004-11-14Major update of the ber helpers to fix a lot of bugs and make the handling o...Ronnie Sahlberg1-91/+283
2004-11-13add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg1-6/+13
2004-11-13fix bug in handling an optional itemRonnie Sahlberg1-0/+7
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman1-1/+9
2004-10-30fix call_ber_iod_callback() to move offset past the end of the current blob.Ronnie Sahlberg1-0/+9
2004-10-28fix small bug that gets offset confused for CHOICE { } OPTIONAL if there were...Ronnie Sahlberg1-2/+29
2004-10-27Make it possible to register a string for an OID in the hash table.Anders Broman1-1/+6
2004-10-24make SEQUENCE OF and CHOICE handle indefinite length encodingsRonnie Sahlberg1-18/+75
2004-10-16make the SEQUENCE dissection helper understand and handle Indefinite Length Ronnie Sahlberg1-9/+44
2004-10-11Constify more pointer arguments.Guy Harris1-4/+4
2004-10-08Make the "asn_namedbit *" argument to "dissect_ber_bitstring()" aGuy Harris1-2/+2
2004-10-08"dissect_ber_sequence()" doesn't modify the "ber_sequence" structureGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-25fix bug in handling of offset for integers longer than 4 bytesRonnie Sahlberg1-4/+5
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-4/+12
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg1-0/+6
2004-07-29prettify the oid printing of ber oid'sRonnie Sahlberg1-6/+15
2004-07-29for very large integers, print them in hex thats better than nothingRonnie Sahlberg1-1/+10
2004-07-23add nice text item for the case when we could not find the dissector for a sp...Ronnie Sahlberg1-1/+3
2004-07-23inside dissect_ber_sequence() we know the expected length of the field that f...Ronnie Sahlberg1-1/+3
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg1-0/+12
2004-07-22dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg1-3/+2
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg1-36/+8
2004-07-20Small update to AlgorithmIdentifier.Ronnie Sahlberg1-3/+6
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+44
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1054