aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-05 00:49:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-05 00:49:32 +0000
commit0b1a552ebb85c89992d726e1f292929eeab379d0 (patch)
tree9c9c78b8b3eddf3fe62b0f8ed1d72576a977b6da /smb.h
parent6341cb8f907f5f7806a00bf6efbd6b73784c3940 (diff)
From Tim Potter: add the DOS error for "file already exists" on a
rename. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4333 f5534014-38df-0310-8fa8-9805f1628bb7
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 a82f6e96fa..1c6d8aeb87 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.27 2001/11/28 11:33:55 guy Exp $
+ * $Id: smb.h,v 1.28 2001/12/05 00:49:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -138,6 +138,7 @@
#define SMBE_filexists 80 /* File in operation already exists */
#define SMBE_cannotopen 110 /* Cannot open the file specified */
#define SMBE_unknownlevel 124
+#define SMBE_alreadyexists 183 /* File already exists */
#define SMBE_badpipe 230 /* Named pipe invalid */
#define SMBE_pipebusy 231 /* All instances of pipe are busy */
#define SMBE_pipeclosing 232 /* named pipe close in progress */