aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bicc_mst.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bicc_mst.c')
-rw-r--r--epan/dissectors/packet-bicc_mst.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-bicc_mst.c b/epan/dissectors/packet-bicc_mst.c
index 4c4f645124..a09f987f31 100644
--- a/epan/dissectors/packet-bicc_mst.c
+++ b/epan/dissectors/packet-bicc_mst.c
@@ -24,16 +24,16 @@
void proto_register_bicc_mst(void);
-static int proto_bicc_mst = -1;
+static int proto_bicc_mst;
-static int hf_lcls_gcr_network_id_len = -1;
-static int hf_lcls_gcr_network_id = -1;
-static int hf_lcls_gcr_node_id_len = -1;
-static int hf_lcls_gcr_node_id = -1;
-static int hf_lcls_gcr_call_ref_id_len = -1;
-static int hf_lcls_gcr_call_ref_id = -1;
+static int hf_lcls_gcr_network_id_len;
+static int hf_lcls_gcr_network_id;
+static int hf_lcls_gcr_node_id_len;
+static int hf_lcls_gcr_node_id;
+static int hf_lcls_gcr_call_ref_id_len;
+static int hf_lcls_gcr_call_ref_id;
-static int ett_lcls_gcr = -1;
+static int ett_lcls_gcr;
guint
dissect_bicc_mst_lcls_gcr(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)