Ethereal-dev: Re: [Ethereal-dev] HTTP basic authorization credentials base 64 decode patch

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 29 May 2003 20:12:50 -0700
On Thu, May 29, 2003 at 10:02:00PM -0400, tz wrote:
> This adds a Credentials:  Username:Password entry for Basic 
> authorization decoded from the base 64 string.

Checked in (with some fixes:

	don't add a new data source, as you're not creating a new tvbuff
	with the decoded data;

	null-terminate the string;

	free "data" once it's been put into the protocol tree;

and other cleanups).