MAX_MCS_INDEX is a valid array index.
[metze/wireshark/wip.git] / epan / tvbuff.h
2016-01-03 Guy HarrisRename ipv6-utils.h to ipv6.h.
2016-01-03 Guy HarrisIf you want nstime_t, include <wsutil/nstime.h>.
2016-01-03 Guy HarrisIf you want struct e_in6_addr, include <epan/ipv6-utils.h>.
2015-11-27 Michael MannOfficially remove tvb_get_string and tvb_get_stringz.
2015-08-27 Michael MannRemove calls of tvb_ensure_length_remaining.
2015-06-24 Evan HuusRemove the last deprecated tvb_length calls
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-11 Hadriel KaplanCombine SSE and pre-compiled patterns for faster pbrk
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2015-01-07 Michael Manntvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punct
2015-01-04 Hadriel KaplanMake all Lua code use wmem not emem
2015-01-02 Evan Huustvb: implement endianness-paramterized getters
2014-12-22 Alexis La GoutteFix unknown command tag name [-Wdocumentation-unknown...
2014-11-29 Guy HarrisRevert "Add QNX' QNET protocol"
2014-11-29 Alexis La GoutteAdd QNX' QNET protocol
2014-08-22 Jeff MorrissFix a comment typo: tvb_bcd_dig_to_wmem_packet_str...
2014-08-02 Guy HarrisAdd a routine to check whether all bytes implied by...
2014-05-14 Evan HuusRevert "Don't throw for offset at end of TVB with len...
2014-04-23 Evan HuusDon't throw for offset at end of TVB with len -1.
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-04-14 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded times...
2014-04-13 Pascal QuantinAdd ENC_ASCII_7BITS encoding
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-04-07 Alexis La GoutteAdd WS_DLL_PUBLIC for p_remove_proto_data and tvb_child...
2014-04-03 Bill Meier(Pedantic): set editor modelines tab-width & etc to...
2014-03-06 Guy HarrisHave NFLOG TLV type and length be in host byte order.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-26 Guy HarrisDocument tvb_memdup() in more detail.
2014-02-26 Guy HarrisRegularize the formatting of some comments.
2014-02-26 Guy HarrisFix a copy-and-pasteo.
2014-02-26 Guy HarrisSome g_free() -> wmem_free() changes missed in earlier...
2014-02-26 Guy HarrisMore tvbuff API deprecation, comment expansion, and...
2014-02-22 Evan HuusTVB API deprecations and cleanup
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-21 Guy HarrisGet rid of tvb_get_faked_unicode() - tvb_get_string_enc...
2014-01-21 Guy HarrisFix declaration of tvb_get_string().
2014-01-21 Guy HarrisDon't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARA...
2014-01-20 Martin Kaisertvb_get_string(): replace 8bit characters with the...
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-22 Bill Meier(Trivial)
2013-12-21 Jakub ZawadzkiMove base64_to_tvb() to tvbuff_base64.c
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 Evan HuusAdd a sixteenth element to all BCD digit sets to avoid...
2013-12-17 Michael MannHandle signed integers > 32 bits. Bug 8454 (https...
2013-11-10 Jakub ZawadzkiRemove <epan/ipv6-utils.h> from tvbuff.
2013-11-10 Jakub Zawadzkiexceptions.h not needed by tvbuff.h (no much progress...
2013-11-09 Jakub ZawadzkiI have added tvb_get_bits_buf() in r37217, nobody is...
2013-11-03 Chris MaynardTry to clarify the documentation for tvb_length_remaini...
2013-10-31 Chris MaynardMake declarations consistent, fix typos, remove tabs...
2013-10-17 Evan HuusRevert the optimization in r52578. As Jakub predicted...
2013-10-13 Evan HuusSo a while back Jeff added some code to check that...
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-08-31 Pascal QuantinUpdate a comment with the correct memory allocator...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Guy HarrisExport tvb_free_chain() so that tvbtest can use it.
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-11 Jakub ZawadzkiFix two problems in tvbuff.h
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-07-10 Jakub Zawadzkitvbuff: replace type with operation vtable
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-04-20 Guy HarrisWhen we're dissecting the beginning of a fragmented...
2013-04-18 Guy HarrisAdd to tvbuffs a "fragment length" field; if the tvbuff...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-20 Guy HarrisAdd a tvb_new_subset_length() that takes a tvbuff,...
2013-02-20 Guy HarrisReflect that tvb_new() is now an internal routine.
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-10-26 Bill Meier(Minor) Use correct description for tvb_find_guint8().
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-15 Guy HarrisMake the encoding argument uniformly guint rather than...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2012-03-16 Bill MeierUpdate comments about tvbuff.
2012-02-28 Anders BromanFrom Mike Morrin:
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-12-21 Bill MeierA simplified version of tvbuffs:
2011-10-03 Guy HarrisFix tpo.
2011-10-03 Guy Harristvb_get_bits{16,32,64} get passed encoding values....
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 Zawadzki- Optimize tvb_get_bits_buf
2011-05-17 Jakub ZawadzkiAdd generic tvb_get_bits_buf() which accepts any no_of_...
2011-01-28 Stephen FisherMention that the fake tvb unicode functions have been...
2011-01-14 Chris MaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
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 FisherIntroduce new function called tvb_get_ephemeral_unicode...
2010-10-30 Jeff MorrissMake tvb_strncaseeql()'s size parameter be a size_t...
2010-10-30 Jeff MorrissMake tvb_strneql()'s size parameter be a size_t. Remov...
next