aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bt-utp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bt-utp.c')
-rw-r--r--epan/dissectors/packet-bt-utp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bt-utp.c b/epan/dissectors/packet-bt-utp.c
index b774c85404..2001b3371b 100644
--- a/epan/dissectors/packet-bt-utp.c
+++ b/epan/dissectors/packet-bt-utp.c
@@ -221,14 +221,14 @@ static expert_field ei_extension_len_invalid;
static gint ett_bt_utp;
static gint ett_bt_utp_extension;
-static bool enable_version0 = false;
+static bool enable_version0;
static guint max_window_size = V1_MAX_WINDOW_SIZE;
/* XXX: Desegementation and OOO-reassembly are not supported yet */
-static gboolean utp_desegment = FALSE;
+static gboolean utp_desegment;
/*static gboolean utp_reassemble_out_of_order = FALSE;*/
static bool utp_analyze_seq = true;
-static guint32 bt_utp_stream_count = 0;
+static guint32 bt_utp_stream_count;
typedef struct _utp_multisegment_pdu {