From: Eric Leblond Date: Tue, 12 Jun 2018 16:59:46 +0000 (+0200) Subject: stream-tcp: fix typo in debug message X-Git-Tag: suricata-4.1.0-rc2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38e7d9410b71c21014444e72baf4084f9b27c11;p=thirdparty%2Fsuricata.git stream-tcp: fix typo in debug message --- diff --git a/src/stream-tcp.c b/src/stream-tcp.c index 57cadc59f9..cdbf696dd1 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -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);