Completed client integration with new c&c module.

This commit is contained in:
h3xduck
2022-02-17 06:21:09 -05:00
parent 431a019931
commit 9a47a2b15a
7 changed files with 60 additions and 4 deletions

View File

@@ -1,10 +0,0 @@
#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