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