aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-dce122.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-dce122.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-dce122.c')
-rw-r--r--packet-dcerpc-dce122.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-dce122.c b/packet-dcerpc-dce122.c
index 544f028632..eadf894df2 100644
--- a/packet-dcerpc-dce122.c
+++ b/packet-dcerpc-dce122.c
@@ -3,7 +3,7 @@
* Copyright 2002, Jaime Fournier <jafour1@yahoo.com>
* This information is based off the released idl files from opengroup.
*
- * $Id: packet-dcerpc-dce122.c,v 1.1 2002/09/17 09:38:03 sahlberg Exp $
+ * $Id: packet-dcerpc-dce122.c,v 1.2 2002/09/18 12:12:50 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,7 +27,7 @@
#include "epan/value_string.h"
#include "packet-dcerpc-dce122.h"
-static const value_string dce_error_vals[] = {
+const value_string dce_error_vals[] = {
{ 0, "SUCCESS", },
{ 539918337, "event already in set" },
{ 539918338, "event still part of some set" },