Added 'server unavailable' dos error message.

svn path=/trunk/; revision=7192
This commit is contained in:
Tim Potter 2003-02-25 02:00:33 +00:00
parent 92ab400add
commit 41b5162c2c
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
* 2001 Rewrite by Ronnie Sahlberg and Guy Harris
*
* $Id: packet-smb.c,v 1.309 2003/02/14 04:54:47 guy Exp $
* $Id: packet-smb.c,v 1.310 2003/02/25 02:00:32 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -14280,6 +14280,7 @@ const value_string DOS_errors[] = {
{SMBE_invalidsecuritydescriptor, "Invalid security descriptor"},
{SMBE_invalidowner, "Invalid owner"},
{SMBE_nomoreitems, "No more items"},
{SMBE_serverunavailable, "Server unavailable"},
{0, NULL}
};

3
smb.h
View File

@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
* $Id: smb.h,v 1.48 2003/01/22 00:40:31 sahlberg Exp $
* $Id: smb.h,v 1.49 2003/02/25 02:00:33 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -153,6 +153,7 @@ extern const value_string nt_cmd_vals[];
#define SMBE_eas_didnt_fit 275 /* Extended attributes didn't fit */
#define SMBE_eas_nsup 282 /* Extended attributes not supported */
#define SMBE_notify_buf_small 1022 /* Buffer too small to return change notify. */
#define SMBE_serverunavailable 1722/* Server unavailable */
#define SMBE_unknownipc 2142
#define SMBE_noipc 66 /* don't support ipc */