Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-ber.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-05 Anders BromanFrom Alex Lindberg: Add preference to packet-ber.c...
2012-05-02 pascalAttempt to fix clang warnings (dead assignment, derefer...
2012-04-23 Bill MeierUse consistent indentation;
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-03 Jeff MorrissFix CID 620: since we're checking if the given hf index...
2012-01-04 Anders BromanUse hfi->abbrev insted.
2012-01-03 Anders BromanEnhance error information.
2011-11-28 Anders BromanSquelsh warnings.
2011-11-22 Jaap KeuterMove some comments around to make it more boilerplate...
2011-11-19 Anders BromanGet rod of " warning: identifier ‘class’ conflicts...
2011-10-30 Stig BjørlykkeIncrease the size of a unknown INTEGER to FT_INT64...
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-08-29 Stig BjørlykkeAdd an expert info warning for integers encoded with...
2011-08-16 Graeme LuntAllow the dissection of BER/DER carried over a TCP...
2011-05-20 Bill MeierAdd #include <stdlib.h> to files which reference fcns...
2011-04-27 Anders BromanFrom Yaniv Kaul:
2011-04-06 Stig BjørlykkeFixed blurb for BER Error.
2011-04-06 Stig BjørlykkeMade "BER Error" filterable.
2011-03-30 Ronnie Sahlbergremove two pointless const in casts
2011-03-04 Tomas KukosaFix warning
2011-03-04 Tomas KukosaCheck only first 14 digits of GeneralizedTime which...
2011-02-17 Gerald CombsFix some Visual C++ analysis warnings.
2011-02-14 Stig BjørlykkePut error messages and expert info for illegal UTCTime...
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2011-01-03 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-01-02 Guy HarrisNote that this is ultimately not necessarily the right...
2011-01-02 Guy HarrisFor those cases where we interpret the contents of...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-14 Anders BromanFix a cut-n-paste error.
2010-11-11 Anders BromanUse value_string_ext.
2010-11-09 Stig BjørlykkeAdded an expert info for illegal integer length.
2010-11-09 Stig BjørlykkeRemoved calls to proto_item_set_expert_flags(), as...
2010-10-30 Jeff MorrissRev 29427 added packet_add_new_data_source() with a...
2010-10-29 Guy HarrisMake the third argument to a UAT copy callback a size_t...
2010-10-15 Martin MathiesonAdd volatile in several places to gcc warnings.
2010-10-15 Stig BjørlykkeAvoid getting BoundsError when trying to decode OCTET...
2010-09-30 Stig BjørlykkeRemove unneeded includes.
2010-09-30 Stig BjørlykkeConstructed octet strings may contain zero encodings.
2010-09-13 Gerald CombsAttempt to fix the stack overflow reported at
2010-09-03 Stig BjørlykkeCheck if using tree before adding the octet string.
2010-08-27 Stig BjørlykkeAdded a check for constructed octet string to avoid...
2010-08-24 Stig BjørlykkeDisplay constructed octet strings with correct hf_id.
2010-07-13 Gerald CombsRename a variable. "tmp_len" was too similar to "tmp_le...
2010-07-13 Gerald CombsRevert get_ber_length() back to r32530, which removes...
2010-07-12 Gerald CombsAdd length checks.
2010-07-09 Gerald CombsAssume that if we have more than 500 levels of nested...
2010-07-07 Jeff MorrissFor: https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-07-07 Jeff MorrissFix infinite recursion reported in https://bugs.wiresha...
2010-07-01 Gerald CombsHave get_ber_length() set the length to 0 by default...
2010-06-30 Graeme LuntWhen determining a BER length, make sure the BER identi...
2010-06-30 Stig BjørlykkeAdded expert info for illegal bitstring padding and...
2010-06-29 Bill MeierHack to prevent checkAPIs.pl from complaining about...
2010-06-29 Gerald CombsDon't try to use a NULL tvb in call_ber_oid_callback...
2010-06-28 Gerald Combstvb_get_ptr() may not return a valid string. Must I...
2010-06-28 Gerald CombsMake sure dissect_ber_integer() always sets a value.
2010-06-28 Stig BjørlykkeSearch in user defined oid syntax table before built...
2010-06-28 Gerald CombsIt looks like dissect_ber_octet_string() is called...
2010-06-28 Graeme LuntAfter a nudge from Stig (thanks Stig), convert the...
2010-06-23 Graeme LuntThe version of glib on Solaris 10 (2.4?) does not suppo...
2010-06-23 Graeme LuntConfiguration to allow the definition of an OID name...
2010-06-02 Graeme LuntBug 3597 - implicit octet string that is constructed...
2010-06-02 Graeme LuntUpdated get_ber_length to handle multiple nested indefi...
2010-05-23 Gerald CombsMake get_ber_length() iterative instead of recursive...
2010-04-21 Stig BjørlykkeDo not give a warning for not implemented OID if value...
2010-01-30 Stig BjørlykkeAdded an option to try decoding unknown primitives...
2010-01-20 Stig BjørlykkeDon't try decode an empty octetstring as BER.
2010-01-19 Stig BjørlykkeMoved expert info for bitstring size constraints below...
2010-01-19 Stig BjørlykkeChange group for "Unknown bit(s)" expert info to Undecoded.
2010-01-18 Stig BjørlykkeAdd expert info to unknown bitstring bits when having...
2010-01-13 Anders BromanFrom Didier Gautheron:
2010-01-05 Stig BjørlykkeAdded check for SIZE constraints in bit-string.
2009-12-18 Stig BjørlykkeAdded option (-C) to check for SIZE constraints in...
2009-10-17 Bill MeierFix memory leak: re-init defragmentation tables each...
2009-10-04 Anders BromanFrom Gerasimos Dimitriadis:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2009-04-03 Guy HarrisSquelch a warning.
2009-04-03 Guy HarrisDon't reply on an argument of -1 as the last argument...
2009-02-06 Tomas KukosaDisplay information which OID is not implemented in...
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-11-29 Stig BjørlykkeAdded a filter entry when dissector for OID not impleme...
2008-10-16 Stig BjørlykkeFixed decoding of multiple sequences in a sequence...
2008-10-14 Stig BjørlykkeCount correct number of items in indef sequence-of...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-01 Stig BjørlykkeFrom Martin Peylo (bug 2507):
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2008-01-18 Anders BromanLet epan/asn1.c handle real type.
2008-01-12 Sake BlokFrom Martin Peylo (bug 2184), fix for:
2008-01-09 Jeff MorrissWhen searching for EOC (because we have an indefinite...
2008-01-04 Anders BromanGet rid of dissect_ber_boolean_value() and change the...
2008-01-04 Anders BromanGet rid of ber_last_created_item(). (Final?)
2007-12-30 Anders BromanAdd more debug info.
2007-11-23 Stig BjørlykkeMoved check for empty choice to make it work correctly.
2007-11-21 Stig BjørlykkeAdded handling of octet-aligned data according to direc...
next