Define a global variable as static.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Oct 2010 21:11:18 +0000 (21:11 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Oct 2010 21:11:18 +0000 (21:11 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34409 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-tn5250.c

index eb813ec727463bb026be060a469409238ae95b01..35c14a7748efa9e056c8786e3a990de603e2edc4 100644 (file)
@@ -2900,7 +2900,7 @@ static gint ett_tn5250_qr_mask = -1;
 static gint ett_tn5250_wea_prim_attr = -1;
 static gint ett_cc = -1;
 
-tn5250_conv_info_t *tn5250_info_items;
+static tn5250_conv_info_t *tn5250_info_items;
 
 static guint32 dissect_tn5250_orders_and_data(proto_tree *tn5250_tree, tvbuff_t *tvb, gint offset);