aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
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