summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h248_2.c')
-rw-r--r--epan/dissectors/packet-h248_2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c
index 00a03f25..ff429c2e 100644
--- a/epan/dissectors/packet-h248_2.c
+++ b/epan/dissectors/packet-h248_2.c
@@ -24,14 +24,14 @@ void proto_register_h248_dot2(void);
#define PSNAME "H248_2"
#define PFNAME "h248.2"
-static int proto_h248_2 = -1;
+static int proto_h248_2;
-/* static int hf_h248_2_dtone_evt = -1; */
-static int hf_h248_2_dtone_dtt_obs_evt = -1;
-static int hf_h248_2_dtone_dtt_obs_evt_val = -1;
+/* static int hf_h248_2_dtone_evt; */
+static int hf_h248_2_dtone_dtt_obs_evt;
+static int hf_h248_2_dtone_dtt_obs_evt_val;
-static gint ett_h248_2 = -1;
-static gint ett_h248_2_dtone_dtt_obs_evt = -1;
+static int ett_h248_2;
+static int ett_h248_2_dtone_dtt_obs_evt;
static const value_string hf_h248_2_dtone_dtt_obs_evt_val_values[] = {
@@ -129,7 +129,7 @@ void proto_register_h248_dot2(void) {
};
- static gint *ett[] = {
+ static int *ett[] = {
&ett_h248_2,
&ett_h248_2_dtone_dtt_obs_evt,
};