1
0
mirror of https://github.com/ksherlock/tcpsnooper.git synced 2025-03-06 08:29:27 +00:00
This commit is contained in:
Kelvin Sherlock 2019-07-09 22:56:06 -04:00
parent cf0b2fa26f
commit 4cf3b61286
2 changed files with 2 additions and 2 deletions

@ -82,7 +82,7 @@ static char *stateStr =
"LASTACK "
"CLOSING "
"TIMEWAIT "
"UNKOWN ";
"UNKNOWN ";
static destRec dest;

@ -69,7 +69,7 @@ void Display(Word ipid, srBuff *srBuffer) {
"LASTACK "
"CLOSING "
"TIMEWAIT "
"UNKOWN ";
"UNKNOWN ";
static destRec dest;