From cf527147e79b3e6010623b298e5ec5581529fc6e Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 30 Jun 2011 17:07:07 -0400 Subject: [PATCH] Changing back the last commit. It made things worse. --- src/ssl-protocol.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl-protocol.pac b/src/ssl-protocol.pac index 2f58bbb171..5d96db8714 100644 --- a/src/ssl-protocol.pac +++ b/src/ssl-protocol.pac @@ -679,7 +679,7 @@ type CiphertextRecord(rec: SSLRecord, is_orig: bool) = record { ###################################################################### type SSLPDU(is_orig: bool) = record { - records : SSLRecord(is_orig)[] &until($input.length() == 0); + records : SSLRecord(is_orig)[] &until($element == 0); } &byteorder = bigendian;