From d38e7d9410b71c21014444e72baf4084f9b27c11 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 12 Jun 2018 18:59:46 +0200 Subject: [PATCH] stream-tcp: fix typo in debug message --- src/stream-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);