aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20If packet was modified fallback to generic cloneJakub Zawadzki1-4/+5
2013-08-14Add some XXX comment.Jakub Zawadzki1-0/+3
2013-08-04Cleanup tvbJakub Zawadzki1-7/+2
2013-07-17Revert r50668, remove fd check to fix CID 1050093Jakub Zawadzki1-9/+3
2013-07-16Fix Coverity CID 1050093: Dereference before null check.Chris Maynard1-5/+11
2013-07-15Fix misassembly problems in CAP-LINK_ETH-20030618-150138.5VWJakub Zawadzki1-2/+2
2013-07-14Rename frame_invalidate to frame_cache.Jakub Zawadzki1-5/+5
2013-07-14Yet another place where + offset was missing.Jakub Zawadzki1-2/+1
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki1-9/+169
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+114