aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 22:15:38 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-28 22:15:38 +0000
commitde651cf079812b3584e5ccb57721bd49e33610b3 (patch)
tree12a2398cb326cde04e237a368606b49674342907 /epan/dissectors/packet-ldp.c
parentafc0ad0398ced86295bd64967a142efb11f0ce47 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16048 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ldp.c')
-rw-r--r--epan/dissectors/packet-ldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ldp.c b/epan/dissectors/packet-ldp.c
index bb3ec4ae2e..d92c5f21ae 100644
--- a/epan/dissectors/packet-ldp.c
+++ b/epan/dissectors/packet-ldp.c
@@ -238,7 +238,7 @@ static int tcp_port = 0;
static int udp_port = 0;
/* desegmentation of LDP over TCP */
-static gboolean ldp_desegment = FALSE;
+static gboolean ldp_desegment = TRUE;
/* Add your functions here */