]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: Fix FTP bounce detection IP address comparison
authorCole Dishington <Cole.Dishington@alliedtelesis.co.nz>
Sun, 14 May 2023 20:03:23 +0000 (08:03 +1200)
committerVictor Julien <vjulien@oisf.net>
Mon, 3 Jul 2023 15:54:41 +0000 (17:54 +0200)
commit8145156057c466e495d76ff9e44a3f152b9678aa
treec9f3c74246fa1145624249ee85414f8d2e489a5e
parent808198fb931b26819f9a53149bb3453635accb99
detect: Fix FTP bounce detection IP address comparison

Fix the FTP bounce IP address comparison by only converting the IP
parsed from the FTP payload to network order.

Bug: #6087
(cherry picked from commit 746fb50d58c5adc5668f15537469d6dda9e7ba4d)
src/detect-ftpbounce.c