aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-09 10:20:28 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-09 10:20:28 +0000
commit6e86936011d1dd963ce03cf90997fa555f21c7f8 (patch)
tree7918292d64b9c4d828870b67d1cddf0feca939ab /epan/dissectors/packet-tipc.c
parent3fc623434763e8539756c9c8ee32a546c70decb2 (diff)
Make top_tree static. This allows ethereal to be built on Mac OS X.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18113 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tipc.c')
-rw-r--r--epan/dissectors/packet-tipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 2ef2e0f496..b2564b3e06 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -157,7 +157,7 @@ static gboolean extra_ethertype = FALSE;
dissector_handle_t ip_handle;
-proto_tree *top_tree;
+static proto_tree *top_tree;
static const fragment_items tipc_msg_frag_items = {
/* Fragment subtrees */