refactor: move packet_layer / packet_tunnel to packet.cpp

This commit is contained in:
luwenpeng
2024-08-16 16:58:06 +08:00
parent a2d68bb853
commit 60a4666427
28 changed files with 257 additions and 289 deletions

View File

@@ -12,7 +12,6 @@ extern "C"
#include "packet_private.h"
#include "packet_dump.h"
#include "packet_parser.h"
#include "packet_layer.h"
static inline void packet_set_ipv4_src_addr(struct packet *pkt, uint32_t saddr)
{