aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sigcomp.c2
-rw-r--r--epan/dissectors/packet-smb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sigcomp.c b/epan/dissectors/packet-sigcomp.c
index 54573b1963..a811d285da 100644
--- a/epan/dissectors/packet-sigcomp.c
+++ b/epan/dissectors/packet-sigcomp.c
@@ -319,7 +319,7 @@ static void tvb_raw_text_add(tvbuff_t *tvb, proto_tree *tree);
static int dissect_sigcomp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-proto_tree *top_tree;
+static proto_tree *top_tree;
/* Initialize the state handler
*
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index d17e4dd5a3..278069f6b0 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -713,7 +713,7 @@ static const fragment_items smb_frag_items = {
"segments"
};
-proto_tree *top_tree=NULL; /* ugly */
+static proto_tree *top_tree=NULL; /* ugly */
static const char *decode_smb_name(guint8);
static int dissect_smb_command(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *smb_tree, guint8 cmd, gboolean first_pdu);