STEP06 ? add dissect_kerberos_AD_AP_OPTIONS
[metze/wireshark/wip.git] / epan / tvbuff-int.h
2018-04-20 Guy HarrisHandle subset tvbuffs where the length goes past the...
2018-04-20 Guy HarrisUpdate some comments.
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-11 Hadriel KaplanCombine SSE and pre-compiled patterns for faster pbrk
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-09-07 Evan Huus- no need for a doubly-linked list of TVBs, single...
2013-08-04 Jakub ZawadzkiCleanup tvb
2013-07-31 Jakub ZawadzkiMove tvbuff composite structure to their own file.
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Jakub ZawadzkiRewrite packet-mime-encap to use composite tvbs + cloning
2013-07-14 Jakub ZawadzkiFix tvbtest linking, move private structures to tvbuff_...
2013-07-14 Jakub ZawadzkiMove tvb real and subset implementations to seperate...
2013-07-13 Jakub ZawadzkiAdd support for cloning TVBs, move tvb_new() prototype...
2013-07-10 Jakub Zawadzkitvbuff: remove ->tvb_init() from ops
2013-07-10 Jakub Zawadzkitvbuff: allow tvb-implementations using their own struc...
2013-07-10 Jakub ZawadzkiFix previous commit. Devel env with -w in CFLAGS is...
2013-07-10 Jakub Zawadzkitvbuff: replace type with operation vtable
2013-04-20 Guy HarrisWhen we're dissecting the beginning of a fragmented...
2013-04-18 Guy HarrisAdd to tvbuffs a "fragment length" field; if the tvbuff...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-21 Bill MeierA simplified version of tvbuffs:
2011-05-27 Jeff MorrissMake TVBs opaque for most users.