aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtse.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtse.c')
-rw-r--r--epan/dissectors/packet-rtse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c
index 3d163164c0..981d85ea78 100644
--- a/epan/dissectors/packet-rtse.c
+++ b/epan/dissectors/packet-rtse.c
@@ -44,7 +44,7 @@ static int proto_rtse;
static gboolean open_request=FALSE;
static guint32 app_proto=0;
-static proto_tree *top_tree=NULL;
+static proto_tree *top_tree;
/* Preferences */
static bool rtse_reassemble = true;
@@ -89,8 +89,8 @@ static expert_field ei_rtse_dissector_oid_not_implemented;
static expert_field ei_rtse_unknown_rtse_pdu;
static expert_field ei_rtse_abstract_syntax;
-static dissector_table_t rtse_oid_dissector_table=NULL;
-static dissector_handle_t rtse_handle = NULL;
+static dissector_table_t rtse_oid_dissector_table;
+static dissector_handle_t rtse_handle;
static gint ett_rtse_unknown;
static reassembly_table rtse_reassembly_table;