aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2001-01-29 08:14:42 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2001-01-29 08:14:42 +0000
commit82d18e3d1a60635ab8b4a916a2496889c013d656 (patch)
tree4cc4e4505a05c94e91019bfea9a278faafef541b /smb.h
parentdefc02babb1e5544d976c1da87469aebaaf47f24 (diff)
Added a new error code I just found ... no such share.
svn path=/trunk/; revision=2956
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 91373386ec..71dc68a00e 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.5 2000/02/14 04:02:21 guy Exp $
+ * $Id: smb.h,v 1.6 2001/01/29 08:14:42 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -195,6 +195,7 @@
#define SMBE_badshare 32 /* Share mode on file conflict with open mode */
#define SMBE_lock 33 /* Lock request conflicts with existing lock */
#define SMBE_unsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */
+#define SMBE_nosuchshare 67 /* Share does not exits */
#define SMBE_filexists 80 /* File in operation already exists */
#define SMBE_cannotopen 110 /* Cannot open the file specified */
#define SMBE_unknownlevel 124