aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel1-3/+1
2000-08-10If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris1-28/+78
2000-06-09Mark 2 local functions as 'static'.Gilbert Ramirez1-3/+3
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-23/+60
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-25/+58
2000-05-15Add accessors for 24-bit integers (which get returned as guint32's).Gilbert Ramirez1-1/+27
2000-05-11Add tvbuff class.Gilbert Ramirez1-0/+824