aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-dtsprovider.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-18 12:12:50 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-18 12:12:50 +0000
commita029910e59cebf5aa56d6eb7945ba2a531823cfa (patch)
tree849700424c9de80faa604889b852d77e1081f3e1 /packet-dcerpc-dtsprovider.c
parentac95e98b4106c2f21bf133cd3df8f8d3be9360a7 (diff)
Update to dtsprovider, declare the status code and vals
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6304 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-dtsprovider.c')
-rw-r--r--packet-dcerpc-dtsprovider.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/packet-dcerpc-dtsprovider.c b/packet-dcerpc-dtsprovider.c
index 2dfccb3180..ab811850a4 100644
--- a/packet-dcerpc-dtsprovider.c
+++ b/packet-dcerpc-dtsprovider.c
@@ -4,7 +4,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/time.tar.gz time/service/dtsprovider.idl
*
- * $Id: packet-dcerpc-dtsprovider.c,v 1.2 2002/09/17 09:38:04 sahlberg Exp $
+ * $Id: packet-dcerpc-dtsprovider.c,v 1.3 2002/09/18 12:12:50 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -43,6 +43,7 @@
static int proto_dtsprovider = -1;
static int hf_dtsprovider_opnum = -1;
+static int hf_dtsprovider_status = -1;
static gint ett_dtsprovider = -1;
@@ -70,7 +71,10 @@ proto_register_dtsprovider (void)
static hf_register_info hf[] = {
{ &hf_dtsprovider_opnum,
{ "Operation", "dtsprovider.opnum", FT_UINT16, BASE_DEC,
- VALS(dtsprovider_opnum_vals), 0x0, "Operation", HFILL }}
+ VALS(dtsprovider_opnum_vals), 0x0, "Operation", HFILL }},
+ { &hf_dtsprovider_status,
+ { "Status", "dtsprovider.status", FT_UINT32, BASE_DEC,
+ VALS(dce_error_vals), 0x0, "Return code, status of executed command", HFILL }}
};
static gint *ett[] = {