aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_composite.c
Commit message (Expand)AuthorAgeFilesLines
* composite_tvb: fix memory leak when tvb_composite_finalize is not calledPeter Wu2020-06-011-13/+19
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* tvbuff_composite: fix buffer overflow due to wrong offset adjustmentPeter Wu2018-10-121-5/+2
* Handle subset tvbuffs where the length goes past the end of the parent.Guy Harris2018-04-201-0/+2
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* tvbuff_composite.c: fix composite_get_ptr when length is over 2 segmentsPascal Quantin2016-11-131-2/+2
* Fix display of composite tvbs in GUIPascal Quantin2016-05-311-2/+5
* tvbuff_composite.c: do not recompute abs_lengthPascal Quantin2016-04-221-5/+0
* Do not mix wmem and glib allocatorsPascal Quantin2016-04-221-1/+7
* Remove deprecated tvb_length callsEvan Huus2015-06-241-1/+1
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-2/+0
* tvbuff composite: add modelines infos (tabs)Alexis La Goutte2014-09-041-0/+13
* tvbuff composite: fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte2014-09-041-0/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus2013-09-211-1/+1
* Explicitly include emem.h where it is neededJörg Mayer2013-09-131-0/+2
* Composite tvb (tvb_memcpy/tvb_get_ptr): don't assert with offset == tvb->leng...Jakub Zawadzki2013-08-201-2/+12
* Cleanup tvbJakub Zawadzki2013-08-041-7/+2
* Move tvbuff composite structure to their own file.Jakub Zawadzki2013-07-311-0/+17
* Move composite tvbuff to seperate file (with some subtle changes).Jakub Zawadzki2013-07-311-0/+275