summaryrefslogtreecommitdiff
path: root/epan/tvbuff_subset.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-22(Trivial)Bill Meier1-1/+15
- Minor whitespace changes; - Fix a typo; - Add editor modelines to tnbuff_subset.c svn path=/trunk/; revision=54364
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
svn path=/trunk/; revision=53230
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+2
svn path=/trunk/; revision=51997
2013-08-04Cleanup tvbJakub Zawadzki1-7/+2
- make tvb_ops->tvb_size a gsize field, not function call - remove not needed forward declaration / forward line svn path=/trunk/; revision=51141
2013-07-15Fix bug #8934: Fuzz failure: seg-fault in tvb_new_proxy()Jakub Zawadzki1-1/+6
It is possible to have NULL reassembly data, support this case in tvb_new_proxy(). svn path=/trunk/; revision=50634
2013-07-14Fix assertion failed: ERROR:print.c:823:const guint8 *get_field_data(GSList ↵Jakub Zawadzki1-1/+5
*, field_info *): code should not be reached svn path=/trunk/; revision=50593
2013-07-14All routines taking an offset and length that want to access the data inGuy Harris1-1/+1
the backing tvbuff must add the subset tvbuff's offset to the offset argument, to skip to the subset. svn path=/trunk/; revision=50591
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+4
(it seems to be working for TCP ^^) svn path=/trunk/; revision=50580
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki1-1/+12
svn path=/trunk/; revision=50571
2013-07-14Fix tvbtest linking, move private structures to tvbuff_subsetJakub Zawadzki1-0/+17
svn path=/trunk/; revision=50570
2013-07-14Move tvb real and subset implementations to seperate files.Jakub Zawadzki1-0/+200
svn path=/trunk/; revision=50569