aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Fix a cut-n-paste error.Anders Broman1-1/+1
2010-11-11Use value_string_ext.Anders Broman1-8/+14
2010-11-09Added an expert info for illegal integer length.Stig Bjørlykke1-1/+2
2010-11-09Removed calls to proto_item_set_expert_flags(), as this will be calledStig Bjørlykke1-49/+0
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-15Add volatile in several places to gcc warnings.Martin Mathieson1-4/+5
2010-10-15Avoid getting BoundsError when trying to decode OCTET STRING orStig Bjørlykke1-10/+18
2010-09-30Remove unneeded includes.Stig Bjørlykke1-3/+1
2010-09-30Constructed octet strings may contain zero encodings.Stig Bjørlykke1-3/+6
2010-09-13Attempt to fix the stack overflow reported atGerald Combs1-13/+25
2010-09-03Check if using tree before adding the octet string.Stig Bjørlykke1-1/+1
2010-08-27Added a check for constructed octet string to avoid a loop.Stig Bjørlykke1-1/+6
2010-08-24Display constructed octet strings with correct hf_id.Stig Bjørlykke1-13/+82
2010-07-13Rename a variable. "tmp_len" was too similar to "tmp_length".Gerald Combs1-4/+4
2010-07-13Revert get_ber_length() back to r32530, which removes all of the changesGerald Combs1-61/+29
2010-07-12Add length checks.Gerald Combs1-2/+18
2010-07-09Assume that if we have more than 500 levels of nested indefinite lengthsGerald Combs1-3/+16
2010-07-07For: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4984#c4 : In try_get...Jeff Morriss1-15/+20
2010-07-07Fix infinite recursion reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-56/+57
2010-07-01Have get_ber_length() set the length to 0 by default. This restores behaviorGerald Combs1-5/+5
2010-06-30When determining a BER length, make sure the BER identifier was marked as con...Graeme Lunt1-10/+16
2010-06-30Added expert info for illegal bitstring padding and when bits are setStig Bjørlykke1-1/+13
2010-06-29Hack to prevent checkAPIs.pl from complaining about missing const inBill Meier1-1/+3
2010-06-29Don't try to use a NULL tvb in call_ber_oid_callback(). Fixes bug 4950.Gerald Combs1-0/+4
2010-06-28tvb_get_ptr() may not return a valid string. Must I break out theGerald Combs1-2/+2
2010-06-28Make sure dissect_ber_integer() always sets a value.Gerald Combs1-0/+4
2010-06-28Search in user defined oid syntax table before built-in oid table inStig Bjørlykke1-4/+5
2010-06-28It looks like dissect_ber_octet_string() is called with the expectationGerald Combs1-4/+6
2010-06-28After a nudge from Stig (thanks Stig), convert the OID configuration from Graeme Lunt1-106/+105
2010-06-23The version of glib on Solaris 10 (2.4?) does not support GKeyFile which wasGraeme Lunt1-0/+15
2010-06-23Configuration to allow the definition of an OID name and associated syntax.Graeme Lunt1-7/+131
2010-06-02Bug 3597 - implicit octet string that is constructed causes PRES/FTAM dissect...Graeme Lunt1-12/+76
2010-06-02Updated get_ber_length to handle multiple nested indefinite length encodings.Graeme Lunt1-38/+20
2010-05-23Make get_ber_length() iterative instead of recursive so we don't overrun theGerald Combs1-22/+56
2010-04-21Do not give a warning for not implemented OID if value is a "NULL tag".Stig Bjørlykke1-1/+3
2010-01-30Added an option to try decoding unknown primitives as BER encoded data.Stig Bjørlykke1-22/+55
2010-01-20Don't try decode an empty octetstring as BER.Stig Bjørlykke1-1/+1
2010-01-19Moved expert info for bitstring size constraints below bit values.Stig Bjørlykke1-2/+3
2010-01-19Change group for "Unknown bit(s)" expert info to Undecoded.Stig Bjørlykke1-1/+1
2010-01-18Add expert info to unknown bitstring bits when having a named_bits table.Stig Bjørlykke1-2/+13
2010-01-13From Didier Gautheron:Anders Broman1-6/+2
2010-01-05Added check for SIZE constraints in bit-string.Stig Bjørlykke1-8/+14
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,Stig Bjørlykke1-9/+97
2009-10-17Fix memory leak: re-init defragmentation tables each time a capture file is (...Bill Meier1-9/+11
2009-10-04From Gerasimos Dimitriadis:Anders Broman1-5/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7