commit | a341a2f479745adb486b153af61958f35f5612b0 | [log] [tgz] |
---|---|---|
author | Bertrand Jacquin <jacquinb@amazon.com> | Wed Dec 13 01:29:56 2017 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 20 07:04:07 2017 +0100 |
tree | ea6c85914b8eabe76f8556ed5ddaa16b22737fae | |
parent | 67de5a295c9f4693f0c65d69fed67a3618bee6dd [diff] |
MEDIUM: netscaler: do not analyze original IP packet size Original informations about the client are stored in the CIP encapsulated IP header, hence there is no need to consider original IP packet length to determine if data are missing. Instead this change detect missing data if the remaining buffer is large enough to contain a minimal IP and TCP header and if the buffer has as much data as CIP is telling.