refactor: packet module (split to parse/build/layer/tunnel/utils)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "packet_build.h"
|
||||
#include "log.h"
|
||||
#include "checksum.h"
|
||||
#include "tcp_utils.h"
|
||||
#include "udp_utils.h"
|
||||
#include "ipv4_utils.h"
|
||||
#include "ipv6_utils.h"
|
||||
#include "packet_priv.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_parse.h"
|
||||
#include "packet_build.h"
|
||||
|
||||
#define PACKET_BUILD_LOG_DEBUG(format, ...) LOG_DEBUG("packet build", format, ##__VA_ARGS__)
|
||||
#define PACKET_BUILD_LOG_ERROR(format, ...) LOG_ERROR("packet build", format, ##__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user