aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtmpt.c')
-rw-r--r--epan/dissectors/packet-rtmpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index 3a481efbe7..56b0445b2f 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -149,7 +149,7 @@ static gboolean rtmpt_desegment = TRUE;
* is really needed.
* See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6898
*/
-static guint rtmpt_max_packet_size = 262144;
+static guint rtmpt_max_packet_size = 32768;
#define RTMP_PORT 1935