Explain casting away const.
[metze/wireshark/wip.git] / epan / tvbuff.c
2014-01-15 Guy HarrisExplain casting away const.
2014-01-07 Jakub ZawadzkiMove defines for helping with UTF-16 surrogate pairs...
2014-01-04 Bill Meier(Trivial) explicitely --> explicitly
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-30 Jakub ZawadzkiAdd new function: tvb_skip_guint8()
2013-12-27 Guy HarrisUse Unicode REPLACEMENT CHARACTER for TS 23.038 errors...
2013-12-24 Guy HarrisOops, escape characters shouldn't cause anything to...
2013-12-24 Evan HuusMake sure uchar is always initialized. Just use '?...
2013-12-24 Guy HarrisUpdate some comments.
2013-12-24 Guy HarrisAdd a ENC_3GPP_TS_23_038 encoding, for the standard...
2013-12-23 Guy HarrisFix warning.
2013-12-23 Guy HarrisFix the offset constant in SURROGATE_VALUE(), and add...
2013-12-22 Bill Meier(Trivial)
2013-12-22 Bill MeierUse G_GINT64_CONSTANT(n) rather than 'nLL' when definin...
2013-12-22 Jakub Zawadzkitvb_get_ucs_4_string: increase offset by 4
2013-12-22 Guy HarrisAdd UCS-4 support, and use it.
2013-12-21 Guy HarrisAdd the rest of ISO-8859-n, thanks to Jakub's "generate...
2013-12-21 Guy HarrisGet rid of tvb_get_unicode_string() and tvb_get_unicode...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-18 Jakub ZawadzkiAdd charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)
2013-12-18 Evan HuusAdd a sixteenth element to all BCD digit sets to avoid...
2013-12-17 Jakub ZawadzkiCreate sign extension routines in <wsutil/sign_ext...
2013-12-17 Michael MannHandle signed integers > 32 bits. Bug 8454 (https...
2013-12-15 Martin Kaiseradd support for ISO 8859-5
2013-12-13 Guy HarrisIn tvb_get_unicode_string(), if the byte count is odd...
2013-12-08 Guy HarrisAdd ENC_ISO_8859_1.
2013-12-07 Jakub ZawadzkiAdd string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)
2013-12-07 Jakub ZawadzkiAdd new string proto encoding for windows-1250 (ENC_WIN...
2013-12-07 Jakub ZawadzkiRemove #if 0 inverse_bit_mask8 array.
2013-12-06 Jakub ZawadzkiMove tvb_uncompress() to tvbuff_zlib.c
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-22 Alexis La GoutteFix unused-const-variable error when build with clang 3.4
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-10 Jakub ZawadzkiMove prototype of bytes_to_str, bytes_to_str_punct...
2013-11-09 Jakub ZawadzkiI have added tvb_get_bits_buf() in r37217, nobody is...
2013-11-09 Jakub ZawadzkiRemove old (5 yrs) #if 0 code (from r25028).
2013-11-06 Jakub ZawadzkiFix buildbot, typo:
2013-11-06 Jakub Zawadzkitvb: optimize tvb_get_*guid()
2013-11-06 Jakub Zawadzkitvbuff: use always ops->tvb_size
2013-11-06 Jakub Zawadzkitvbuff: cleanup, remove dead code.
2013-10-22 Evan HuusOptimize tvb_ensure_bytes_exist through manual inlining...
2013-10-22 Anders BromanRevert 52695.
2013-10-19 Anders BromanMinor optimizations.
2013-10-17 Evan HuusRevert the optimization in r52578. As Jakub predicted...
2013-10-17 Evan HuusTemporarily revert r52651 it caused a regression when...
2013-10-16 Anders BromanCreate an internal _tvb_memcpy() without the sanity...
2013-10-14 Evan HuusReplace XXX with explanation based on discussion with...
2013-10-13 Evan HuusSo a while back Jeff added some code to check that...
2013-10-13 Evan HuusOrder our conditionals to take advantage of the fact...
2013-10-12 Evan HuusTweak/simplify some tvbuff length check functions sligh...
2013-10-12 Chris MaynardIf the offset is out of bounds, have tvb_length_remaini...
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-07 Evan Huus- no need for a doubly-linked list of TVBs, single...
2013-08-20 Jakub ZawadzkiFix for bug #9034: Composite TVBs aren't supported...
2013-08-11 Evan HuusSplit some asserts so it is more clear what the problem...
2013-08-04 Jakub ZawadzkiCleanup tvb
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-08-01 Jakub Zawadzkitvb: check_offset_length() can calculate remaining...
2013-07-31 Jakub ZawadzkiMove composite tvbuff to seperate file (with some subtl...
2013-07-23 Jakub ZawadzkiMove tvb_new_child_real_data() to tvbuff_real.c with...
2013-07-15 Jakub ZawadzkiFix bug #8936: Fuzz failure: attempt to allocate -1...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Jakub ZawadzkiMove tvb real and subset implementations to seperate...
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-13 Jakub ZawadzkiAdd new function: validate_offset() which checks if...
2013-07-13 Jakub ZawadzkiRemove compute_offset_length()
2013-07-13 Jakub ZawadzkiCall check_offset_length_no_exception() in tvb_bytes_ex...
2013-07-13 Jakub ZawadzkiTVB: rewrite compute_offset_length(), check_offset_leng...
2013-07-12 Jakub Zawadzkifix subset tvb: we want to do operation on backing...
2013-07-11 Jakub ZawadzkiRestore old composite_memcpy() prototype. Remove it...
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-11 Jakub Zawadzkitvbuff: try to fix compilation problems for C++-like...
2013-07-10 Jakub Zawadzkitvbuff: remove ->tvb_init() from ops
2013-07-10 Jakub Zawadzkitvbuff: allow tvb-implementations using their own struc...
2013-07-10 Jakub ZawadzkiFix previous commit. Devel env with -w in CFLAGS is...
2013-07-10 Jakub Zawadzkitvbuff: replace type with operation vtable
2013-07-09 Jakub Zawadzkitvbuff: use ep_strbuf_append_unichar()
2013-07-09 Jakub Zawadzkitvb subset: move setting tvb->ds_tvb to tvb_new_with_su...
2013-07-01 Chris MaynardGet rid of variable, 'end'.
2013-07-01 Chris MaynardThere are a few dissectors that pass the return value...
2013-05-17 Jeff MorrissAs suggested by Jakub: don't ep_alloc buffers for TVBs...
2013-04-21 Guy HarrisWhen creating a subset tvbuff, inherit the flags from...
2013-04-20 Guy HarrisWhen we're dissecting the beginning of a fragmented...
2013-04-19 Guy HarrisPull tvb_init() into tvb_new(); there's no other way...
2013-04-19 Guy HarrisClean up a bit.
2013-04-18 Guy HarrisAdd to tvbuffs a "fragment length" field; if the tvbuff...
2013-03-02 Pascal QuantinFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-24 Guy Harriscompute_offset_length(), check_offset_length_no_excepti...
2013-02-24 Guy Harristvb_set_subset_no_exceptions() is called immediately...
2013-02-24 Guy HarrisMove some routines around, in preparation for some...
2013-02-20 Guy HarrisFix copy-and-pasteo.
2013-02-20 Guy HarrisAdd a tvb_new_subset_length() that takes a tvbuff,...
2013-02-20 Guy HarrisSwallow up tvb_set_real_data_no_exceptions() into tvb_n...
2013-02-20 Guy HarrisNo more tvb_new(), so no more need for tvb_set_real_dat...
2013-02-19 Guy HarrisMake tvb_new() an internal routine to epan/tvbuff.c...
2012-12-22 Martin Kaisercheck the length parameter for tvb_get_unicode_string...
2012-12-16 Jeff MorrissAnother composite-TVB fix inspired by
next