Return ByteArray as "value" for FieldInfo's with type FT_NONE (which has data).
[metze/wireshark/wip.git] / epan / tvbuff.c
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
2012-12-16 Jeff MorrissAs suggested by Evan in https://bugs.wireshark.org...
2012-12-16 Jeff MorrissA different fix for https://bugs.wireshark.org/bugzilla...
2012-12-16 Evan HuusDISSECTOR_ASSERT on member_length when composing a...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-14 Jakub ZawadzkiAdd some explation about buffer size.
2012-06-14 Jakub ZawadzkiOptimize tvb_*_unicode functions.
2012-05-15 Gerald CombsAssign some variables that scan-build was complaining...
2012-05-15 Guy HarrisMake the encoding argument uniformly guint rather than...
2012-05-14 Jakub Zawadzkitvb_unicode_strsize() returns number of bytes, NOT...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-05-11 Guy HarrisAdd ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and...
2012-04-20 Anders BromanFrom Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro...
2012-04-18 Jakub ZawadzkiFix some: 'cast discards qualifiers from pointer target...
2012-04-12 Anders BromanFrom Martin Kaiser: CID 525 is about tvb_new_octet_alig...
2012-04-06 Gerald CombsClamp a value as suggested by Mike Morrin in bug 6878.
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2012-03-31 Jakub ZawadzkiThese buffers in tvb_uncompress() can't ovelaps, so...
2012-03-31 Jakub ZawadzkiFix for bug #6480 (https://bugs.wireshark.org/bugzilla...
2012-02-28 Bill MeierFrom Mike Morrin: Fix for "The previous patch had an...
2012-02-28 Guy HarrisInitialize "value" in _tvb_get_bits64(). Clean up...
2012-02-28 Jörg MayerFix several messages of type:
2012-02-28 Anders BromanFrom Mike Morrin:
2012-01-13 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-12-22 Bill Meier(Trivial) Indentation, whitespace & formatting cleanup.
2011-12-21 Bill MeierA simplified version of tvbuffs:
2011-10-23 Bill MeierAdd a comment about tvb_get_ephemeral_faked_unicode...
2011-10-03 Guy Harristvb_get_bits{16,32,64} get passed encoding values....
2011-09-26 Anders BromanYet another bug fix from Pascal.
2011-09-26 Anders BromanAnother bug fix from Pascal.
2011-09-26 Anders BromanFrom Pascal Quantin:
2011-09-26 Anders BromanMove tvb_new_octet_aligned() to tvbuff.c and use it.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-07-03 Guy HarrisAdd a tvb_get_ephemeral_string_enc() routine that's...
2011-06-16 Guy HarrisSquelch some compiler warnings.
2011-05-27 Jeff MorrissMake TVBs opaque for most users.
2011-05-18 Jakub ZawadzkiFix tvb_get_bits_buf for LSB.
2011-05-18 Jakub Zawadzki- Optimize tvb_get_bits_buf
2011-05-17 Jakub ZawadzkiAdd generic tvb_get_bits_buf() which accepts any no_of_...
2011-05-12 Jakub ZawadzkiFix double free.
2011-04-04 Anders BromanFrom jakub Zawadzki:
2011-01-30 Bill MeierFix various instances of "unreachable code".
2011-01-28 Stephen FisherMention that the fake tvb unicode functions have been...
2011-01-20 Stephen FisherFix the dead initialization warnings found by clang...
2011-01-14 Chris MaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
2011-01-12 Jeff MorrissThere's no need to call tvb_get_ptr() in here: just...
2011-01-12 Jeff MorrissIntroduce, and start using, tvb_get_const_stringz(...
2011-01-03 Stephen FisherIntroduce two new functions for Unicode (UTF-16) string...
2010-12-28 Anders BromanAdd tvb_bcd_dig_to_ep_str()
2010-12-23 Stephen FisherAdd a couple more comments to new unicode function...
2010-12-23 Stephen FisherRemove comment to myself that I forgot to remove before...
2010-12-23 Stephen FisherIntroduce new function called tvb_get_ephemeral_unicode...
2010-11-23 Anders BromanFrom Vincent Helfre:
next