aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+1
2011-04-27From Yaniv Kaul:etxrab1-10/+4
2011-04-06Fixed blurb for BER Error.stig1-1/+1
2011-04-06Made "BER Error" filterable.stig1-51/+55
2011-03-30remove two pointless const in castssahlberg1-1/+1
2011-03-04Fix warningkukosa1-2/+3
2011-03-04Check only first 14 digits of GeneralizedTime which are fixed, next parts are...kukosa1-2/+5
2011-02-17Fix some Visual C++ analysis warnings.gerald1-2/+10
2011-02-14Put error messages and expert info for illegal UTCTime elements as astig1-18/+20
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2011-01-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5537 :morriss1-1/+1
2011-01-02Note that this is ultimately not necessarily the right fix.guy1-0/+8
2011-01-02For those cases where we interpret the contents of an OCTET STRING,guy1-4/+115
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-11-14Fix a cut-n-paste error.etxrab1-1/+1
2010-11-11Use value_string_ext.etxrab1-8/+14
2010-11-09Added an expert info for illegal integer length.stig1-1/+2
2010-11-09Removed calls to proto_item_set_expert_flags(), as this will be calledstig1-49/+0
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatmorriss1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-10-15Add volatile in several places to gcc warnings.martinm1-4/+5
2010-10-15Avoid getting BoundsError when trying to decode OCTET STRING orstig1-10/+18
2010-09-30Remove unneeded includes.stig1-3/+1
2010-09-30Constructed octet strings may contain zero encodings.stig1-3/+6
2010-09-13Attempt to fix the stack overflow reported atgerald1-13/+25
2010-09-03Check if using tree before adding the octet string.stig1-1/+1
2010-08-27Added a check for constructed octet string to avoid a loop.stig1-1/+6
2010-08-24Display constructed octet strings with correct hf_id.stig1-13/+82
2010-07-13Rename a variable. "tmp_len" was too similar to "tmp_length".gerald1-4/+4
2010-07-13Revert get_ber_length() back to r32530, which removes all of the changesgerald1-61/+29
2010-07-12Add length checks.gerald1-2/+18
2010-07-09Assume that if we have more than 500 levels of nested indefinite lengthsgerald1-3/+16
2010-07-07For: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4984#c4 : In try_get...morriss1-15/+20
2010-07-07Fix infinite recursion reported in https://bugs.wireshark.org/bugzilla/show_b...morriss1-56/+57
2010-07-01Have get_ber_length() set the length to 0 by default. This restores behaviorgerald1-5/+5
2010-06-30When determining a BER length, make sure the BER identifier was marked as con...gal1-10/+16
2010-06-30Added expert info for illegal bitstring padding and when bits are setstig1-1/+13
2010-06-29Hack to prevent checkAPIs.pl from complaining about missing const inwmeier1-1/+3
2010-06-29Don't try to use a NULL tvb in call_ber_oid_callback(). Fixes bug 4950.gerald1-0/+4
2010-06-28tvb_get_ptr() may not return a valid string. Must I break out thegerald1-2/+2
2010-06-28Make sure dissect_ber_integer() always sets a value.gerald1-0/+4
2010-06-28Search in user defined oid syntax table before built-in oid table instig1-4/+5
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