aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 02:00:33 +0000
committerTim Potter <tpot@samba.org>2003-02-25 02:00:33 +0000
commit41b5162c2c083f0136b6eb82793b9e41b2b0b0b7 (patch)
treeac72888e9c34cf2e3368e6e81525a6fbad34d7c1 /smb.h
parent92ab400add04596a8d9cfb03fc9d37a6a53c8637 (diff)
Added 'server unavailable' dos error message.
svn path=/trunk/; revision=7192
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index b924b79a42..e8006ba568 100644
--- a/smb.h
+++ b/smb.h
@@ -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 */