aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
./frame_tvbuff.h:25:9: error: '__FRAME_TVBUFF__' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] #ifndef __FRAME_TVBUFF__ ^~~~~~~~~~~~~~~~ ./frame_tvbuff.h:26:9: note: '__FRAME_TVBUFF_H__' is defined here; did you mean '__FRAME_TVBUFF__'? #define __FRAME_TVBUFF_H__ ^~~~~~~~~~~~~~~~~~ __FRAME_TVBUFF__ svn path=/trunk/; revision=51286
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-0/+40
implement frame_tvbuff, right now almost a copy of 'real' tvb. svn path=/trunk/; revision=50497