diff options
| author | luwenpeng <[email protected]> | 2023-09-12 16:11:32 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-13 19:20:06 +0800 |
| commit | 8f9e0f719055487e4a352f5da74cae063bbcdbcc (patch) | |
| tree | a7d44661b4b2d79202abd2a79f3eeda1f791b98b /src/main.rs | |
| parent | 8755e95f068da56c099e9c51dc4a89b55960e48d (diff) | |
[feature] Support GTPv1-U Decode
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
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 } |
