aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450-ros.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
commit1644e4138a753c8b98095adf48be0114badec27f (patch)
treeb3bfe58e4b19584a93a277c916fdfbbf38739d6e /epan/dissectors/packet-h450-ros.c
parent4ac15ee6d435462096bd9540e4899b85071227fe (diff)
Get rid of few warnings (unused generated code, signed/unsigned mismatch)
svn path=/trunk/; revision=25839
Diffstat (limited to 'epan/dissectors/packet-h450-ros.c')
-rw-r--r--epan/dissectors/packet-h450-ros.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h450-ros.c b/epan/dissectors/packet-h450-ros.c
index cee87331a7..4d2a4aaba4 100644
--- a/epan/dissectors/packet-h450-ros.c
+++ b/epan/dissectors/packet-h450-ros.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-h450-ros.c */
-/* ../../tools/asn2wrs.py -e -p h450.ros -c ./h450-ros.cnf -s ./packet-h450-ros-template -D . ../ros/Remote-Operations-Information-Objects.asn Remote-Operations-Apdus.asn */
+/* ../../tools/asn2wrs.py -e -p h450.ros -c h450-ros.cnf -s packet-h450-ros-template ../ros/Remote-Operations-Information-Objects.asn Remote-Operations-Apdus.asn */
/* Input file: packet-h450-ros-template.c */
@@ -100,7 +100,7 @@ static gint ett_h450_ros_T_problem = -1;
static dissector_handle_t data_handle = NULL;
/* Gloabl variables */
-static guint32 problem_val;
+static gint32 problem_val;
static gchar problem_str[64];
static tvbuff_t *arg_next_tvb, *res_next_tvb, *err_next_tvb;