aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-14TVBUFF_SUBSET constructor shouldn't die when cleaning up afterGilbert Ramirez1-2/+6
2000-09-13Use another cleanup function to avoid compiler warning.Gilbert Ramirez1-3/+12
2000-09-13Throw ReportedBoundsError instead of asserting if reported_length < -1.Gilbert Ramirez1-3/+20
2000-09-11Fix build on Win32.Gilbert Ramirez1-1/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-3/+2
2000-09-11We have to free up the per-frame data when we rescan, because we haveRichard Sharpe1-1/+2
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