refactor: rename packet_def.h to packet_private.h
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "ip4_utils.h"
|
||||
#include "ip6_utils.h"
|
||||
#include "crc32_hash.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
#include "ip_reassembly.h"
|
||||
|
||||
@@ -12,7 +12,7 @@ extern "C"
|
||||
#include "ip4_utils.h"
|
||||
#include "ip6_utils.h"
|
||||
#include "ip_reassembly.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_dump.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "ip6_utils.h"
|
||||
#include "gtp_utils.h"
|
||||
#include "gre_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "l2tp_utils.h"
|
||||
#include "vlan_utils.h"
|
||||
#include "vxlan_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_dump.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "dablooms.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_filter.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_utils.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "l2tp_utils.h"
|
||||
#include "vlan_utils.h"
|
||||
#include "vxlan_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
#define likely(expr) __builtin_expect((expr), 1)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "stellar/tunnel.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_layer.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "udp_utils.h"
|
||||
#include "ip4_utils.h"
|
||||
#include "ip6_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
|
||||
#define PACKET_UTILS_LOG_ERROR(format, ...) LOG_ERROR("packet utils", format, ##__VA_ARGS__)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "ip6_utils.h"
|
||||
#include "gtp_utils.h"
|
||||
#include "gre_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_dump.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_filter.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_ldbc.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_dump.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_layer.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "ip4_utils.h"
|
||||
#include "ip6_utils.h"
|
||||
#include "vxlan_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_dump.h"
|
||||
#include "stellar/layer.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "tuple.h"
|
||||
#include "utils.h"
|
||||
#include "dumpfile_io.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_ldbc.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "log.h"
|
||||
#include "marsio.h"
|
||||
#include "marsio_io.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "packet_parser.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ extern "C"
|
||||
#include "tuple.h"
|
||||
#include "uthash.h"
|
||||
#include "timeout.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "stellar/session.h"
|
||||
#include "tcp_reassembly.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "snowflake.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "ip4_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "utils.h"
|
||||
#include "ip4_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "utils.h"
|
||||
#include "ip4_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "ip4_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "tuple.h"
|
||||
#include "tcp_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "tuple.h"
|
||||
#include "ip4_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "tuple.h"
|
||||
#include "tcp_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_layer.h"
|
||||
#include "session_utils.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "logo.h"
|
||||
#include "utils.h"
|
||||
#include "packet_io.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_utils.h"
|
||||
#include "session_utils.h"
|
||||
#include "snowflake.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "ip6_utils.h"
|
||||
#include "tcp_utils.h"
|
||||
#include "udp_utils.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_layer.h"
|
||||
#include "packet_parser.h"
|
||||
#include "packet_dump.h"
|
||||
|
||||
Reference in New Issue
Block a user