aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-25 02:58:11 +0000
committerTim Potter <tpot@samba.org>2002-06-25 02:58:11 +0000
commitc5bc4a8a5847b49b57542e83a7e297a2ad161b49 (patch)
treea16ae1b6d564e78aaa24cdc939e8ffa7457f24d9 /packet-dcerpc-nt.c
parent39c2537cd70603645b0a692cb9c9637564737b64 (diff)
Same for a NT status code.
svn path=/trunk/; revision=5762
Diffstat (limited to 'packet-dcerpc-nt.c')
-rw-r--r--packet-dcerpc-nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-nt.c b/packet-dcerpc-nt.c
index cc9e4526d7..b27da8db4d 100644
--- a/packet-dcerpc-nt.c
+++ b/packet-dcerpc-nt.c
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.c,v 1.38 2002/06/25 02:57:39 tpot Exp $
+ * $Id: packet-dcerpc-nt.c,v 1.39 2002/06/25 02:58:11 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -927,7 +927,7 @@ dissect_ntstatus(tvbuff_t *tvb, gint offset, packet_info *pinfo,
if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
col_append_fstr(pinfo->cinfo, COL_INFO, ", %s",
val_to_str(status, NT_errors,
- "Unknown error"));
+ "Unknown error 0x%08x"));
if (pdata)
*pdata = status;