aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-7/+7
2009-05-13Apply some of the patches from:etxrab1-3/+1
2009-04-03Squelch a warning.guy1-1/+1
2009-04-03Don't reply on an argument of -1 as the last argument of tvb_memcpy()guy1-6/+15
2009-02-06Display information which OID is not implemented in expert infokukosa1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-11-29Added a filter entry when dissector for OID not implemented.stig1-6/+14
2008-10-16Fixed decoding of multiple sequences in a sequence of implict sequence.stig1-7/+16
2008-10-14Count correct number of items in indef sequence-of and set-of.stig1-0/+6
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-01From Martin Peylo (bug 2507):stig1-0/+134
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-135/+135
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