aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_composite.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-12tvbuff_composite: fix buffer overflow due to wrong offset adjustmentPeter Wu1-5/+2
2018-04-20Handle subset tvbuffs where the length goes past the end of the parent.Guy Harris1-0/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-11-13tvbuff_composite.c: fix composite_get_ptr when length is over 2 segmentsPascal Quantin1-2/+2
2016-05-31Fix display of composite tvbs in GUIPascal Quantin1-2/+5
2016-04-22tvbuff_composite.c: do not recompute abs_lengthPascal Quantin1-5/+0
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-1/+7
2015-06-24Remove deprecated tvb_length callsEvan Huus1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-2/+0
2014-09-04tvbuff composite: add modelines infos (tabs)Alexis La Goutte1-0/+13
2014-09-04tvbuff composite: fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+2
2013-08-20Composite tvb (tvb_memcpy/tvb_get_ptr): don't assert with offset == tvb->leng...Jakub Zawadzki1-2/+12
2013-08-04Cleanup tvbJakub Zawadzki1-7/+2
2013-07-31Move tvbuff composite structure to their own file.Jakub Zawadzki1-0/+17
2013-07-31Move composite tvbuff to seperate file (with some subtle changes).Jakub Zawadzki1-0/+275