aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Add tvb_get_token_lenMichael Mann1-0/+67
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-0/+11
2018-09-27tvb: gracefully handle reading 0 bytes from an empty bufferPeter Wu1-1/+9
2018-08-06tvbuff: add assertion to tvb_skip_wsp_return().Dario Lombardo1-2/+6
2018-05-14tvbuff: make tvb_bytes_exist fail with negative valuesPeter Wu1-0/+7
2018-04-21More 'abs_offset' initialisation needed for gcc 4.8.5 (Leap 42.3)Martin Mathieson1-4/+4
2018-04-20tvbuff: fix compilation with gcc-4.Dario Lombardo1-1/+1
2018-04-20Handle subset tvbuffs where the length goes past the end of the parent.Guy Harris1-56/+123
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-20/+139
2018-03-13Get rid of TestBigEndian and AC_C_BIGENDIAN.Gerald Combs1-2/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-9/+34
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-0/+20
2017-04-07simplify the description of tvb_memeql()Martin Kaiser1-2/+3
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Have tvb_format_text use wmem_packet_scope() memory.Michael Mann1-3/+4
2017-01-31Have tvb_format_stringzpad use wmem_packet_scope() memory.Michael Mann1-3/+4
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-4/+4
2017-01-13Decode TBCD strings in GSM MAP as per the GSM MAP spec.Guy Harris1-2/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-12Rename non-EBCDIC-specific routines.Guy Harris1-8/+8
2016-12-12Fix handling of EBCDIC string fields.Guy Harris1-13/+33
2016-11-11[tvbuff] Fix tvb_find_guint16() searched_bytes is fromAndersBroman1-2/+2
2016-10-22Add T.61 character set supportPascal Quantin1-0/+31
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-3/+10
2016-10-08add tvb_find_guint16() utilityFrancesco Fondelli1-0/+42
2016-06-02clean up some comments in tvb_find_line_end()Martin Kaiser1-8/+7
2016-02-19Prevent inproper use of negative valueJaap Keuter1-2/+2
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-13/+13
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2015-12-02Only check for the last nibble being 0x0f.Guy Harris1-1/+8
2015-08-04tvb_new_octet_aligned() should return both the captured and reportedAndersBroman1-1/+1
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-14/+14
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-2/+2
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-28/+28
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-10/+1
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+9
2015-01-02tvb: implement endianness-paramterized gettersEvan Huus1-3/+111
2014-09-25reassembly: fix when fragment cut off by snapshotEvan Huus1-1/+4
2014-08-21Don't assert out on tvb_memcpy() with a null data pointer if the length is 0.Guy Harris1-3/+11
2014-08-02Add a routine to check whether all bytes implied by a 64-bit length exist.Guy Harris1-0/+18
2014-07-24Micro-optimize tvbuff:Jakub Zawadzki1-24/+10
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-07-03Manually revert "Make COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING macros."Jakub Zawadzki1-85/+79
2014-06-09Try to fix the builds.AndersBroman1-2/+1
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-16/+13
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus1-18/+0
2014-04-25Make COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING macros.AndersBroman1-81/+87