summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-08-22 14:31:46 +0800
committerluwenpeng <[email protected]>2024-08-23 15:21:52 +0800
commit3014e0feefd3090ea74b1f63d09d966c31d70d98 (patch)
tree4528ad597c07300176b90c315bdee6d351ca7fa3 /decoders
parent41969adee20c1e10d0ea97a54e4a885f0f2d538b (diff)
refactor: move struct laye and struct tunnel to packet.h
Diffstat (limited to 'decoders')
-rw-r--r--decoders/glimpse_detector/app_l7_protocol.cpp2
-rw-r--r--decoders/http/http_decoder_private.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/decoders/glimpse_detector/app_l7_protocol.cpp b/decoders/glimpse_detector/app_l7_protocol.cpp
index 4243155..4a303bc 100644
--- a/decoders/glimpse_detector/app_l7_protocol.cpp
+++ b/decoders/glimpse_detector/app_l7_protocol.cpp
@@ -23,7 +23,7 @@
#include "stellar/stellar_exdata.h"
#include "stellar/stellar_mq.h"
-#include "stellar/layer.h"
+#include "stellar/packet.h"
#include "stellar/appid.h"
#include "app_l7_protocol.h"
diff --git a/decoders/http/http_decoder_private.h b/decoders/http/http_decoder_private.h
index 8c071e8..f838b71 100644
--- a/decoders/http/http_decoder_private.h
+++ b/decoders/http/http_decoder_private.h
@@ -12,7 +12,6 @@ extern "C"
#endif
#include <bits/types/struct_iovec.h>
#include "stellar/stellar.h"
-#include "stellar/layer.h"
#include "stellar/packet.h"
#include "stellar/utils.h"
#include "stellar/session.h"