Included new library version with support for tcp src port paylaod injection

This commit is contained in:
h3xduck
2022-05-09 18:57:23 -04:00
parent ff2868846f
commit ff0f34c6a4
10 changed files with 9 additions and 83 deletions

View File

@@ -14,7 +14,7 @@
#define LOCAL_ABORT() \
do { \
printf("Abort at %s:%d\n", __FILE__, __LINE__); \
abort(); \
return -1; \
} while (0)
/**