]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream-tcp: fix typo in debug message
authorEric Leblond <eric@regit.org>
Tue, 12 Jun 2018 16:59:46 +0000 (18:59 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 7 Aug 2018 11:49:34 +0000 (13:49 +0200)
src/stream-tcp.c

index 57cadc59f915f9f272a8514c3b9fa3c1335b979b..cdbf696dd1703401a34ff12b0d52f832731676fe 100644 (file)
@@ -2555,7 +2555,7 @@ static int StreamTcpPacketStateEstablished(ThreadVars *tv, Packet *p,
         return 0;
 
     } else if (p->tcph->th_flags & TH_SYN) {
-        SCLogDebug("ssn %p: SYN packet on state ESTABLISED... resent", ssn);
+        SCLogDebug("ssn %p: SYN packet on state ESTABLISHED... resent", ssn);
         if (PKT_IS_TOCLIENT(p)) {
             SCLogDebug("ssn %p: SYN-pkt to client in EST state", ssn);