MAX_MCS_INDEX is a valid array index.
[metze/wireshark/wip.git] / epan / tvbuff.c
2016-01-17 João ValverdeFix build [-Werror=maybe-uninitialized]
2016-01-07 João ValverdeRemove constness from bytestring_to_str() [-Wcast-qual]
2015-12-02 Guy HarrisOnly check for the last nibble being 0x0f.
2015-08-04 AndersBromantvb_new_octet_aligned() should return both the captured...
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-12 Pascal QuantinFix crash at startup in SSE4.2 code when running a...
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-09-25 Evan Huusreassembly: fix when fragment cut off by snapshot
2014-08-21 Guy HarrisDon't assert out on tvb_memcpy() with a null data point...
2014-08-02 Guy HarrisAdd a routine to check whether all bytes implied by...
2014-07-24 Jakub ZawadzkiMicro-optimize tvbuff:
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-07-03 Jakub ZawadzkiManually revert "Make COMPUTE_OFFSET and COMPUTE_OFFSET...
2014-06-09 AndersBromanTry to fix the builds.
2014-06-09 Jakub ZawadzkiAdd sse4.2 optimized function ws_mempbrk_sse42()
2014-05-14 Evan HuusRevert "Don't throw for offset at end of TVB with len...
2014-04-25 AndersBromanMake COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING...
2014-04-25 Guy HarrisAdd a get_ebcdic_string() routine, similar to other...
2014-04-25 Guy HarrisFix some white space.
2014-04-25 Guy HarrisMove the XXX-to-UTF-8 loops to routines in epan/charsets.c.
2014-04-25 Jakub ZawadzkiMove GSM guint8 to unicode conversion functions to...
2014-04-25 Jakub ZawadzkiMove mktime_utc() from tvbuff.c to wsutil/time_util.c
2014-04-24 Jakub ZawadzkiFix counting/ checking for leap years in mktime_utc()
2014-04-23 Evan HuusDon't throw for offset at end of TVB with len -1.
2014-04-23 Guy HarrisAnother cut-and-pasteo - UCS-4/UTF-32 should fetch...
2014-04-23 Jakub ZawadzkiFix copy & paste error in tvb_extract_utf_16_string...
2014-04-21 Bill Meier(Trivial) Clean up a comment; Fix spelling errors;...
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-12 Guy HarrisAdd Mac Roman and DOS CP437.
2014-04-03 AndersBromanFix a typo
2014-04-03 AndersBromanDon't use external function internaly to avoid multiple...
2014-04-03 AndersBromanIn the string handling routines don't call tvb_get_...
2014-04-01 AndersBromanInlining some tvb function gives a 6% performance gain...
2014-03-29 Guy HarrisRename "size" variable to "length", to match other...
2014-03-29 Evan HuusUse sized strbufs when extracting tvb strings
2014-03-10 Bill MeierFix a typo in a comment; use consistent indentation...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-26 Guy HarrisMore tvbuff API deprecation, comment expansion, and...
2014-02-25 Bill MeierRemove trailing whitespace
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 HarrisDon't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARA...
2014-01-20 Martin Kaiserremove todo comments
2014-01-20 Martin Kaisertvb_get_string(): replace 8bit characters with the...
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...
next