aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-08-10If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris1-3/+9
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-1/+5
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-2/+5
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-5/+5
2000-05-15Add accessors for 24-bit integers (which get returned as guint32's).Gilbert Ramirez1-1/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-0/+230