aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-29 19:07:50 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-29 19:07:50 +0000
commit2523e081750fad3e8f67256c4fbeb65b7747bc06 (patch)
tree06c00e66997d7777cdf615ec7bb9d759197a3006 /epan/dissectors/packet-frame.c
parent1841142f9848d9af63c5dbe3199bec67821c0898 (diff)
Add initializer for force_docsis_encap preference.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27328 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index 024d239156..b89d096e1e 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -78,7 +78,7 @@ static dissector_handle_t docsis_handle;
/* Preferences */
static gboolean show_file_off = FALSE;
-static gboolean force_docsis_encap;
+static gboolean force_docsis_encap = FALSE;
static gboolean generate_md5_hash = FALSE;
static const value_string p2p_dirs[] = {