aboutsummaryrefslogtreecommitdiffstats
path: root/tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a debugging "fprintf()" call in "tvb_format_text()".Guy Harris2000-09-081-3/+1
* Added tvb_format_textRichard Sharpe2000-09-081-1/+24
* Add return type for tvb_strneql() and add prototype in tvbuff.hGilbert Ramirez2000-09-071-3/+4
* Add tvb_strneql routine for checking if a string is present in theRichard Sharpe2000-09-071-1/+27
* Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez2000-08-301-61/+155
* Miscellaneous code cleaningLaurent Deniel2000-08-111-3/+1
* If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris2000-08-101-28/+78
* Mark 2 local functions as 'static'.Gilbert Ramirez2000-06-091-3/+3
* Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris2000-05-291-23/+60
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-25/+58
* Add accessors for 24-bit integers (which get returned as guint32's).Gilbert Ramirez2000-05-151-1/+27
* Add tvbuff class.Gilbert Ramirez2000-05-111-0/+824