| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
"tvb_strncaseeql()" "const guint8 *", so that you can pass them pointers
to "const".
svn path=/trunk/; revision=2611
|
|
|
|
|
|
| |
take -1 as a "maxlength" value, meaning "to the end of the tvbuff".
svn path=/trunk/; revision=2598
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
svn path=/trunk/; revision=2458
|