aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.h
Commit message (Expand)AuthorAgeFilesLines
* If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris2000-08-101-3/+9
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-1/+5
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-2/+5
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-5/+5
* Add accessors for 24-bit integers (which get returned as guint32's).Gilbert Ramirez2000-05-151-1/+5
* Add tvbuff class.Gilbert Ramirez2000-05-111-0/+230