aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff-int.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-07- no need for a doubly-linked list of TVBs, single is simplerEvan Huus1-1/+0
2013-08-04Cleanup tvbJakub Zawadzki1-1/+1
2013-07-31Move tvbuff composite structure to their own file.Jakub Zawadzki1-17/+0
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-1/+1
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki1-0/+2
2013-07-14Fix tvbtest linking, move private structures to tvbuff_subsetJakub Zawadzki1-17/+0
2013-07-14Move tvb real and subset implementations to seperate files.Jakub Zawadzki1-7/+5
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki1-0/+3
2013-07-10tvbuff: remove ->tvb_init() from opsJakub Zawadzki1-1/+0
2013-07-10tvbuff: allow tvb-implementations using their own structure (it's fine as lon...Jakub Zawadzki1-7/+18
2013-07-10Fix previous commit. Devel env with -w in CFLAGS is not so good idea...Jakub Zawadzki1-3/+3
2013-07-10tvbuff: replace type with operation vtableJakub Zawadzki1-1/+14
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris1-6/+6
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-21A simplified version of tvbuffs:Bill Meier1-6/+4
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-0/+91