aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-6/+1
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+7
2007-08-24Warning fixesjmayer1-2/+4
2007-08-24The ber header was missing from the object, resulting injmayer1-26/+36
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-17/+17
2007-08-18Handle unknown Universal and BMP strings.gal1-0/+14
2007-08-15Improved dumping of unexpected data when dissector for OID not implemented.stig1-4/+24
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739etxrab1-2/+2
2007-07-26remove unused variablekukosa1-1/+0
2007-07-26- export some ASN.1 functions from libwiresharkkukosa1-9/+11
2007-07-13- get rid of anonymous unionskukosa1-2/+2
2007-07-05From Stig Bjørlykke:etxrab1-69/+181
2007-06-23Fix a typo.etxrab1-1/+1
2007-06-14Change actx->external.direct_reference to be the OID string.etxrab1-8/+12
2007-06-13Get the Unix buildbots going againsfisher1-2/+2
2007-06-12Preparations for updated CMIP dissector:etxrab1-0/+68
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cetxrab1-1/+1
2007-06-03INAP:etxrab1-3/+11
2007-05-30Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.etxrab1-16/+19
2007-05-22Update the EXTERNAL dissection code(still unfinished).etxrab1-65/+62
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-15/+1019
2007-05-15actx in the rest of dissect_ber..()letxrab1-96/+101
2007-05-13replace an incorrect '{' with ';' in the ber header filesahlberg1-1/+1
2007-05-13actx in ber_externaletxrab1-2/+1
2007-05-13Try to make the buildbot happy.etxrab1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-67/+68
2007-05-07_U_ mark some parameters and a forgotten file.etxrab1-1/+1
2007-05-06Start introducing actx to ber functions.etxrab1-10/+13
2007-05-06Separate field for the elements of a constructed OCTET STRING.gal1-1/+5
2007-05-04Show BER internal fields in external type in ACSE, update a comment in packet...etxrab1-8/+14
2007-05-04Once is enough. :-)guy1-2/+2
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.etxrab1-0/+147
2007-05-03Show internal ber fields for tagged type if pref. set.etxrab1-2/+4
2007-05-02fix warnings in debug codelego1-23/+40
2007-04-28Revert some private experiments checked in by misstake.etxrab1-161/+0
2007-04-28From Gavin Heer:etxrab1-0/+161
2007-04-23decode_as_dt's argument points to a dissector table name, so it should beguy1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-6/+6
2007-04-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tguy1-1/+1
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.etxrab1-23/+28
2007-04-16Frame numbers are unsigned, print them as suchmorriss1-1/+1
2007-03-26From Sebastien Tandel sahlberg1-2/+2
2007-03-06From Stig Bjørlykke:etxrab1-2/+5
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-2/+1
2007-02-17From X.690 8.6.2.3 gal1-2/+11
2007-02-17This patch adds some new features to the BER dissector:gal1-15/+58
2007-02-04Small fix for incorrect column use when dissecting a BER file. gal1-3/+3
2007-01-14From Graeme Lunt:etxrab1-2/+6
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal1-2/+2
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). gal1-6/+160