aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-28It looks like dissect_ber_octet_string() is called with the expectationgerald1-4/+6
2010-06-28After a nudge from Stig (thanks Stig), convert the OID configuration from gal1-106/+105
2010-06-23The version of glib on Solaris 10 (2.4?) does not support GKeyFile which wasgal1-0/+15
2010-06-23Configuration to allow the definition of an OID name and associated syntax.gal1-7/+131
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM dissect...gal1-12/+76
2010-06-02Updated get_ber_length to handle multiple nested indefinite length encodings.gal1-38/+20
2010-05-23Make get_ber_length() iterative instead of recursive so we don't overrun thegerald1-22/+56
2010-04-21Do not give a warning for not implemented OID if value is a "NULL tag".stig1-1/+3
2010-01-30Added an option to try decoding unknown primitives as BER encoded data.stig1-22/+55
2010-01-20Don't try decode an empty octetstring as BER.stig1-1/+1
2010-01-19Moved expert info for bitstring size constraints below bit values.stig1-2/+3
2010-01-19Change group for "Unknown bit(s)" expert info to Undecoded.stig1-1/+1
2010-01-18Add expert info to unknown bitstring bits when having a named_bits table.stig1-2/+13
2010-01-13From Didier Gautheron:etxrab1-6/+2
2010-01-05Added check for SIZE constraints in bit-string.stig1-8/+14
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,stig1-9/+97
2009-10-17Fix memory leak: re-init defragmentation tables each time a capture file is (...wmeier1-9/+11
2009-10-04From Gerasimos Dimitriadis:etxrab1-5/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-7/+7
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
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