aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-06 19:48:05 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-06 19:48:05 +0000
commit2e257dc92604acf6c2b980a2f23f61597b281e87 (patch)
treec841d3bb7e7c6c0e26d342de8b18c387145e9453 /epan/dissectors/packet-ucp.c
parentfdcc3296f857666628a1f725ea389b31886f1c97 (diff)
Make some (preference) variables static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35134 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ucp.c')
-rw-r--r--epan/dissectors/packet-ucp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ucp.c b/epan/dissectors/packet-ucp.c
index 4cb35f89e7..1e876fed15 100644
--- a/epan/dissectors/packet-ucp.c
+++ b/epan/dissectors/packet-ucp.c
@@ -64,7 +64,7 @@ typedef struct _ucp_tap_rec_t {
} ucp_tap_rec_t;
/* Preferences */
-gboolean ucp_desegment = TRUE;
+static gboolean ucp_desegment = TRUE;
/* STX + TRN(2 num. char.) + / + LEN(5 num. char.) + / + 'O'/'R' + / + OT(2 num. char.) + / */
#define UCP_HEADER_SIZE 15