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).
