1
0

added portScanDetection

This commit is contained in:
2022-12-01 14:48:27 -06:00
parent 1ecb7b5c77
commit df06753e1a
23 changed files with 777 additions and 39 deletions

View File

@ -0,0 +1,5 @@
default:
gcc -I/usr/lib -o anw0044.exe anw0044.c -lpcap
test:
gcc -I/usr/lib -o test.exe test.c -lpcap