Additional RAP error code for password changes sent to a BDC, from Devin

Heitmueller.

svn path=/trunk/; revision=5296
This commit is contained in:
Guy Harris 2002-04-29 22:43:23 +00:00
parent 7cfa480fdd
commit 1a2bc5ad11
3 changed files with 7 additions and 1 deletions

View File

@ -1162,6 +1162,10 @@ Erik Nordstr
AODV dissection support
}
Devin Heitmueller <dheitmueller[AT]netilla.com> {
Additional RAP error code
}
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -1397,6 +1397,7 @@ B<http://www.ethereal.com>.
Phil Williams <csypbw[AT]comp.leeds.ac.uk>
Kevin Humphries <khumphries[AT]networld.com>
Erik Nordström <erik.nordstrom[AT]it.uu.se>
Devin Heitmueller <dheitmueller[AT]netilla.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
* significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and
* Guy Harris 2001
*
* $Id: packet-smb-pipe.c,v 1.74 2002/04/29 10:06:01 guy Exp $
* $Id: packet-smb-pipe.c,v 1.75 2002/04/29 22:43:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -188,6 +188,7 @@ static const value_string status_vals[] = {
{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"},