Ethereal-dev: Re: [Ethereal-dev] [PATCH] (packet-ldap.c) Fix incorrect BER tag for newSuperior

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: Mon, 25 Nov 2002 17:54:53 -0800
On Mon, Nov 25, 2002 at 12:31:23AM -0600, Jason Greene wrote:
> This patch fixes decoding of the newSuperior attribute of an LDAPv3
> modrdn request.

	hostname$ patch </tmp/patch
	Hmm...  Looks like a unified diff to me...
	The text leading up to this was:
	--------------------------
	|Index: packet-ldap.c
	|===================================================================
	|RCS file: /cvsroot/ethereal/packet-ldap.c,v
	|retrieving revision 1.48
	|diff -u -r1.48 packet-ldap.c
	|--- packet-ldap.c      2002/11/12 21:37:22     1.48
	|+++ packet-ldap.c      2002/11/25 06:17:50
	--------------------------
	Patching file packet-ldap.c using Plan A...
	Reversed (or previously applied) patch detected!  Assume -R? [y] 

I.e., so did your previous patch, which I applied earlier today.