aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-07 00:48:53 +0000
committerTim Potter <tpot@samba.org>2002-08-07 00:48:53 +0000
commit7dfb10501188b2860b49cc147a7567aa5c914568 (patch)
tree9494ef14a3c0371292848db263c14b4f69190005 /smb.h
parentf7ead78827f4496fdd5de7c916a0cb189c21bfa4 (diff)
Added DOS error 259 - no more items.
svn path=/trunk/; revision=5962
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 98111c6f8d..29a3ea863b 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.41 2002/07/20 23:14:36 guy Exp $
+ * $Id: smb.h,v 1.42 2002/08/07 00:48:53 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -149,6 +149,7 @@
#define SMBE_pipeclosing 232 /* named pipe close in progress */
#define SMBE_notconnected 233 /* No process on other end of named pipe */
#define SMBE_moredata 234 /* More data to be returned */
+#define SMBE_nomoreitems 259 /* No more items */
#define SMBE_baddirectory 267 /* Invalid directory name in a path. */
#define SMBE_eas_didnt_fit 275 /* Extended attributes didn't fit */
#define SMBE_eas_nsup 282 /* Extended attributes not supported */