summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-09-12 16:11:32 +0800
committerluwenpeng <[email protected]>2023-09-13 19:20:06 +0800
commit8f9e0f719055487e4a352f5da74cae063bbcdbcc (patch)
treea7d44661b4b2d79202abd2a79f3eeda1f791b98b /src/main.rs
parent8755e95f068da56c099e9c51dc4a89b55960e48d (diff)
[feature] Support GTPv1-U Decode
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 24e907c..4aed3c7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -50,6 +50,9 @@ fn trigger_event_by_packet(
Encapsulation::L4_ICMPV6(_, _) => {
// TODO
}
+ Encapsulation::LTUN_GTPV1_C(_, _) => {
+ // TODO
+ }
Encapsulation::UNSUPPORTED(_) => {
// TODO
}