PA-PK-AS-REP-Win2k ::= PaPkAsRep
[metze/wireshark/wip.git] / epan / tvbuff.c
2018-09-27 Peter Wutvb: gracefully handle reading 0 bytes from an empty...
2018-08-06 Dario Lombardotvbuff: add assertion to tvb_skip_wsp_return().
2018-05-14 Peter Wutvbuff: make tvb_bytes_exist fail with negative values
2018-04-21 Martin MathiesonMore 'abs_offset' initialisation needed for gcc 4.8...
2018-04-20 Dario Lombardotvbuff: fix compilation with gcc-4.
2018-04-20 Guy HarrisHandle subset tvbuffs where the length goes past the...
2018-04-10 Guy HarrisAdd, and use, "fetch signed value" for lengths < 40...
2018-03-13 Gerald CombsGet rid of TestBigEndian and AC_C_BIGENDIAN.
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2018-01-02 Alexis La GoutteAdd ENC_VARINT_QUIC
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-09 Michael MannAdd ENC_VARINT_PROTOBUF
2017-04-07 Martin Kaisersimplify the description of tvb_memeql()
2017-01-31 Michael Mannformat_text_wmem -> format_text
2017-01-31 Michael MannHave tvb_format_text use wmem_packet_scope() memory.
2017-01-31 Michael MannHave tvb_format_stringzpad use wmem_packet_scope()...
2017-01-30 Michael MannHave format_text_wsp use wmem allocated memory.
2017-01-13 Guy HarrisDecode TBCD strings in GSM MAP as per the GSM MAP spec.
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2016-12-12 Guy HarrisRename non-EBCDIC-specific routines.
2016-12-12 Guy HarrisFix handling of EBCDIC string fields.
2016-11-11 AndersBroman[tvbuff] Fix tvb_find_guint16() searched_bytes is from
2016-10-22 Pascal QuantinAdd T.61 character set support
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-10-08 Francesco Fondelliadd tvb_find_guint16() utility
2016-06-02 Martin Kaiserclean up some comments in tvb_find_line_end()
2016-02-19 Jaap KeuterPrevent inproper use of negative value
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...
next