aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the string-to-compare-with arguments to "tvb_strneql()" andGuy Harris2000-11-111-3/+3
| | | | | | | "tvb_strncaseeql()" "const guint8 *", so that you can pass them pointers to "const". svn path=/trunk/; revision=2611
* Allow "tvb_find_guint8()", "tvb_pbrk_guint8()", and "tvb_strnlen()" toGuy Harris2000-11-101-8/+15
| | | | | | take -1 as a "maxlength" value, meaning "to the end of the tvbuff". svn path=/trunk/; revision=2598
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-1/+29
| | | | | | | | | | | Add "tvb_find_line_end_unquoted()" for the benefit of the SDP dissector; get rid of "find_line_end_unquoted()" as nobody uses it any more. Add "tvb_pbrk_guint8()" for the benefit of "tvb_find_line_end_unquoted()"; it searches for any of a number of characters, unlike "tvb_find_guint8()" which searches for only one. svn path=/trunk/; revision=2595
* Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris2000-11-091-1/+15
| | | | | | | | | | | Add "tvb_find_line_end()", to find a CR and/or LF-terminated line in a tvbuff and return its length and the offset of the character after the line end, for the use of those dissectors. Add "tvb_strncaseeql()", which is like "tvb_strneql()" except that it does a case-insensitive comparison. svn path=/trunk/; revision=2590
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+290
svn path=/trunk/; revision=2458