aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-16 02:02:04 +0000
committerTim Potter <tpot@samba.org>2002-04-16 02:02:04 +0000
commit0f7ea5950dcc1c6a9610a591c49aa224cc094ae3 (patch)
treea6a5bd54e66fbe70f4db52e74ad6b358a8d132ac /packet-dcerpc-nt.h
parent693bcba7cb34a04d925fa73a2cf95dc36bac3e1d (diff)
Display non-zero return codes in COL_INFO.
svn path=/trunk/; revision=5170
Diffstat (limited to 'packet-dcerpc-nt.h')
-rw-r--r--packet-dcerpc-nt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index 240ef613b2..323247b4ec 100644
--- a/packet-dcerpc-nt.h
+++ b/packet-dcerpc-nt.h
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.h,v 1.16 2002/03/26 05:20:51 tpot Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.17 2002/04/16 02:02:04 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -146,4 +146,11 @@ dcerpc_smb_check_long_frame(tvbuff_t *tvb, int offset,
void
dcerpc_smb_init(void);
+/* Dissect NT specific things */
+
+int
+dissect_ntstatus(tvbuff_t *tvb, gint offset, packet_info *pinfo,
+ proto_tree *tree, char *drep,
+ int hfindex, guint32 *pdata);
+
#endif /* packet-dcerpc-nt.h */