aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-28 22:15:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-28 22:15:38 +0000
commit9a42ef953625a6de31a00df68a53e3108be284d3 (patch)
tree12a2398cb326cde04e237a368606b49674342907 /epan/dissectors/packet-x25.c
parentf9a96d8a16793aeedbd74b141a4f2b754a5f1fb1 (diff)
fix #480: Change defaults for all reassembling settings to ON
I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often. svn path=/trunk/; revision=16048
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 8724b54a58..0e11c5fcc3 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -216,7 +216,7 @@ static dissector_handle_t data_handle;
/* Preferences */
static gboolean payload_is_qllc_sna = FALSE;
-static gboolean reassemble_x25 = FALSE;
+static gboolean reassemble_x25 = TRUE;
/* Reassembly of X.25 */