aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff_composite.c
AgeCommit message (Expand)AuthorFilesLines
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