aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2008-01-18Let epan/asn1.c handle real type.etxrab1-36/+13
2008-01-12From Martin Peylo (bug 2184), fix for:sake1-6/+48
2008-01-09When searching for EOC (because we have an indefinite length) don't stop sear...morriss1-3/+11
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-8/+2
2008-01-04Get rid of ber_last_created_item(). (Final?)etxrab1-23/+16
2007-12-30Add more debug info.etxrab1-1/+1
2007-11-23Moved check for empty choice to make it work correctly.stig1-14/+14
2007-11-21Added handling of octet-aligned data according to direct_reference.stig1-24/+38
2007-11-19Improved "BER Error" messages to be more uniform.stig1-43/+48
2007-11-19Second try to not stop processing if length==0 in choice.stig1-0/+16
2007-11-19Reverted r23485 and r23486, this was not a correct fix.stig1-24/+0
2007-11-18And dump internal ber fields for empty choice field.stig1-0/+8
2007-11-18As proposed by Martin Peylo:stig1-0/+16
2007-11-14Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).gal1-1/+4
2007-11-13From Florent DROUIN:etxrab1-0/+18
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-2/+2
2007-11-01Change:etxrab1-1/+1
2007-10-31Use oid_add_from_string for adding names.etxrab1-3/+3
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
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