feature: packet manager support build packet

This commit is contained in:
luwenpeng
2024-11-18 15:24:38 +08:00
parent 492a7fb8ea
commit a473c2922d
8 changed files with 101 additions and 21 deletions

View File

@@ -6,6 +6,7 @@
#include "packet_internal.h"
#include "packet_dump.h"
#include "packet_parser.h"
#include "packet_builder.h"
#define PRINT_GREEN(fmt, ...) printf("\033[0;32m" fmt "\033[0m\n", ##__VA_ARGS__)
#define PRINT_RED(fmt, ...) printf("\033[0;31m" fmt "\033[0m\n", ##__VA_ARGS__)