aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
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 /smb.h
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 'smb.h')
-rw-r--r--smb.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index 56c90f12e7..646ab9cbc7 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.29 2001/12/05 08:20:30 guy Exp $
+ * $Id: smb.h,v 1.30 2001/12/06 23:30:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -283,4 +283,8 @@ extern int dissect_ipc_state(tvbuff_t *tvb, packet_info *pinfo,
extern gboolean smb_dcerpc_reassembly;
extern GHashTable *dcerpc_fragment_table;
+/*
+ * NT error codes.
+ */
+extern const value_string NT_errors[];
#endif