Updated my RawTCPLib library with newest version supporting sniffing for payloads. Also new data in preparation for complete RCE module

This commit is contained in:
h3xduck
2022-02-16 19:38:39 -05:00
parent 2ae705f037
commit 431a019931
8 changed files with 63 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __BPF_CC_H
#define __BPF_CC_H
#define CC_PROT_SYN "CC_SYN"
#define CC_PROT_ACK "CC_ACK"
#define CC_PROT_SYN_ACK "CC_SYN_ACK"
#define CC_PROT_SEPARATOR "#"
#endif