From 3c420dc3db912d0fe8b8382167503eedc54c5925 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Mon, 28 Jun 2021 00:15:21 -0400 Subject: [PATCH] Whoops, > -> < --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9070ab3..0398f39 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { // This is a port scan! // fi // done - // elseif (wc -l old_tcp_file > wc -l tcp_file) then + // elseif (wc -l old_tcp_file < wc -l tcp_file) then // for i in (wc -l tcp_file - wc -l old_tcp_flle) do // print New Connection! reverse_strng(reverse_bytes(tcp_file[i])) // This oversimplifies row value selection for the sake // // of pseudocode