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

9
src/common/c&c.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __BPF_CC_H
#define __BPF_CC_H
#define CC_PROT_SYN "CC_SYN"
#define CC_PROT_ACK "CC_ACK"
#define CC_PROT_MSG "CC_MSG#"
#endif