refactor: rename packet_utils.cpp to packet.cpp

This commit is contained in:
luwenpeng
2024-08-16 16:31:25 +08:00
parent c298fdf289
commit a2d68bb853
20 changed files with 81 additions and 115 deletions

View File

@@ -1,6 +1,5 @@
#include "packet_private.h"
#include "packet_layer.h"
#include "packet_utils.h"
int packet_get_layer_count(const struct packet *pkt)
{