Ethereal-dev: [Ethereal-dev] PATCH: packet-smb-pipe.c

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

From: dheitmueller <dheitmueller@xxxxxxxxxxx>
Date: Mon, 29 Apr 2002 10:24:33 -0400 (EDT)
Small patch to decode SMB error condition where password changes are being sent to the BDC (which isn't allowed).

Thanks,

Devin Heitmueller
Senior Software Engineer
Netilla Networks Inc

--- packet-smb-pipe.c	2002/04/29 10:06:01	1.74
+++ packet-smb-pipe.c	2002/04/29 14:18:25
@@ -188,6 +188,7 @@
 	{2214,  "The logon was not validated by any server"},
 	{2217,  "The logon server is running an older software version"},
 	{2221,  "The user name was not found"},
+	{2226,  "Operation not permitted on Backup Domain Controller"},
 	{2240,  "The user is not allowed to logon from this computer"},
 	{2241,  "The user is not allowed to logon at this time"},
 	{2242,  "The user password has expired"},