aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-04-23 22:33:53 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-04-23 22:33:53 +0000
commit94d2036ad0247ea1a572bdac54259e93422e0c4f (patch)
treedce47390a9f265d33b7ca9bba0aba83f8e810e6f /epan/dissectors/packet-pdcp-lte.c
parent8ea3f82021e4232a51c36e809ec46eae05e19516 (diff)
Turn some preferences on by default. Won't affect info column.
svn path=/trunk/; revision=49005
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index aa3a14aa7a..26fbeffd03 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -219,9 +219,9 @@ static dissector_handle_t data_handle;
#define SEQUENCE_ANALYSIS_PDCP_ONLY 2
/* Preference variables */
-static gboolean global_pdcp_dissect_user_plane_as_ip = FALSE;
-static gboolean global_pdcp_dissect_signalling_plane_as_rrc = FALSE;
-static gint global_pdcp_check_sequence_numbers = FALSE;
+static gboolean global_pdcp_dissect_user_plane_as_ip = TRUE;
+static gboolean global_pdcp_dissect_signalling_plane_as_rrc = TRUE;
+static gint global_pdcp_check_sequence_numbers = TRUE;
static gboolean global_pdcp_dissect_rohc = FALSE;
/* Which layer info to show in the info column */