aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-06 23:30:36 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-06 23:30:36 +0000
commit787a331ae6c64dd6413825224010639a1b238fab (patch)
tree30bc4e9802cc032eed98e48e35ab63cf77012664 /packet-smb.c
parent4e775d2e64678568bf04bea31c27f5cb47f07c25 (diff)
From Todd Sabin:
add "dissect_ndr_ctx_hnd()" for dissecting context handles, and use it in various DCERPC dissectors; beef up the MS Security Account Manager dissector. Also, export "NT_errors[]" for use by that dissector. svn path=/trunk/; revision=4350
Diffstat (limited to 'packet-smb.c')
-rw-r--r--packet-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c
index 8c5267f354..554212e6e3 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb.c,v 1.182 2001/12/06 09:24:02 guy Exp $
+ * $Id: packet-smb.c,v 1.183 2001/12/06 23:30:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -11994,7 +11994,7 @@ static char *decode_smb_error(guint8 errcls, guint16 errcode)
*
* http://www.wildpackets.com/elements/SMB_NT_Status_Codes.txt
*/
-static const value_string NT_errors[] = {
+const value_string NT_errors[] = {
{ 0x00000000, "STATUS_SUCCESS" },
{ 0x00000000, "STATUS_WAIT_0" },
{ 0x00000001, "STATUS_WAIT_1" },