refactor: rename packet_utils.cpp to packet.cpp
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "packet_layer.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_builder.h"
|
||||
#include "packet_utils.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__)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "tuple.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_dump.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user