Ethereal-dev: Re: [Ethereal-dev] SIP update, use tvb_find_line_end()

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sat, 11 Nov 2000 11:59:48 -0800
On Sat, Nov 11, 2000 at 04:54:52PM +0200, Heikki Vatiainen wrote:
> The main update is that the SIP dissector now uses
> tvb_find_line_end() and no longer uses fixed lenght buffers when
> handling data. No visual changes were made.

Checked in.  (I left "sip_methods[]" as a "static const char *" array; I
fixed "tvb_strneql()" and "tvb_strncaseeql()" to make that argument a
"const guint8 *".)