aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450-ros
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 /asn1/h450-ros
parent4ac15ee6d435462096bd9540e4899b85071227fe (diff)
Get rid of few warnings (unused generated code, signed/unsigned mismatch)
svn path=/trunk/; revision=25839
Diffstat (limited to 'asn1/h450-ros')
-rw-r--r--asn1/h450-ros/h450-ros.cnf2
-rw-r--r--asn1/h450-ros/packet-h450-ros-template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h450-ros/h450-ros.cnf b/asn1/h450-ros/h450-ros.cnf
index 52cb090cdd..f2fdf88737 100644
--- a/asn1/h450-ros/h450-ros.cnf
+++ b/asn1/h450-ros/h450-ros.cnf
@@ -63,7 +63,7 @@ ReturnErrorProblem VAL_PTR = &problem_val
#--- INVOKE ---
-# body is impleneted manually as asn2wrs is not able to handle subtype constraint event passed through parameter
+# body is implemented manually as asn2wrs is not able to handle subtype constraint event passed through parameter
#.FN_BODY Invoke/invokeId
offset = dissect_per_constrained_integer(%(TVB)s, %(OFFSET)s, %(ACTX)s, %(TREE)s, %(HF_INDEX)s,
0U, 65535U, %(VAL_PTR)s, TRUE);
diff --git a/asn1/h450-ros/packet-h450-ros-template.c b/asn1/h450-ros/packet-h450-ros-template.c
index c492f0a735..db5e66dee8 100644
--- a/asn1/h450-ros/packet-h450-ros-template.c
+++ b/asn1/h450-ros/packet-h450-ros-template.c
@@ -54,7 +54,7 @@ int proto_h450_ros = -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;