aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-08Get rid of a debugging "fprintf()" call in "tvb_format_text()".Guy Harris1-3/+1
2000-09-08Added tvb_format_textRichard Sharpe1-1/+24
2000-09-07Add return type for tvb_strneql() and add prototype in tvbuff.hGilbert Ramirez1-3/+4
2000-09-07Add tvb_strneql routine for checking if a string is present in theRichard Sharpe1-1/+27
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-61/+155
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